ESP-IDF
ot::Srp::Client::kUnspecifiedInterval
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::kUnspecifiedInterval
ot::Srp::Client::kUnspecifiedInterval variable
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:882
static
constexpr
uint32_t
kUnspecifiedInterval
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kUnspecifiedInterval
=
0
;
// Used for lease/key-lease intervals.
srp_client.hpp:882
mLease
=
kUnspecifiedInterval
;
srp_client.cpp:1230
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mKeyLease
=
kUnspecifiedInterval
;
srp_client.cpp:1231
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
VerifyOrExit
(
(
mLease
==
kUnspecifiedInterval
)
||
(
mLease
==
lease
)
)
;
srp_client.cpp:1345
ot::Srp::Client
ot::Srp::Client::CanAppendService()
VerifyOrExit
(
(
mKeyLease
==
kUnspecifiedInterval
)
||
(
mKeyLease
==
keyLease
)
)
;
srp_client.cpp:1346
ot::Srp::Client
ot::Srp::Client::CanAppendService()
VerifyOrExit
(
(
mKeyLease
==
kUnspecifiedInterval
)
||
(
mKeyLease
==
keyLease
)
)
;
srp_client.cpp:1354
ot::Srp::Client
ot::Srp::Client::CanAppendService()
return
Min
(
kMaxLease
,
(
aInterval
!=
kUnspecifiedInterval
)
?
aInterval
:
aDefaultInterval
)
;
srp_client.cpp:2136
ot::Srp::Client
ot::Srp::Client::DetermineLeaseInterval() const
return
(
mTtl
==
kUnspecifiedInterval
)
?
lease
:
Min
(
mTtl
,
lease
)
;
srp_client.cpp:2147
ot::Srp::Client
ot::Srp::Client::DetermineTtl() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::kUnspecifiedInterval
is read by 4 functions:
All items filtered out
ot::Srp::Client::kUnspecifiedInterval
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
ot::Srp::Client::DetermineLeaseInterval() const
ot::Srp::Client::DetermineTtl() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out