ESP-IDF
ot::Srp::Client::kMaxLease
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::kMaxLease
ot::Srp::Client::kMaxLease variable
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:778
static
constexpr
uint32_t
kMaxLease
=
(
Timer
::
kMaxDelay
/
1000
)
-
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kMaxLease
=
(
Timer
::
kMaxDelay
/
1000
)
-
1
;
srp_client.hpp:778
mLease
=
Min
(
mLease
,
kMaxLease
)
;
srp_client.cpp:115
ot::Srp::Client::Service
ot::Srp::Client::Service::Init()
mKeyLease
=
Min
(
mKeyLease
,
kMaxLease
)
;
srp_client.cpp:116
ot::Srp::Client::Service
ot::Srp::Client::Service::Init()
mLease
=
Min
(
leaseOption
.
GetLeaseInterval
(
)
,
kMaxLease
)
;
srp_client.cpp:1995
ot::Srp::Client
ot::Srp::Client::ProcessOptRecord()
mKeyLease
=
Min
(
leaseOption
.
GetKeyLeaseInterval
(
)
,
kMaxLease
)
;
srp_client.cpp:1996
ot::Srp::Client
ot::Srp::Client::ProcessOptRecord()
return
Min
(
kMaxLease
,
(
aInterval
!=
kUnspecifiedInterval
)
?
aInterval
:
aDefaultInterval
)
;
srp_client.cpp:2136
ot::Srp::Client
ot::Srp::Client::DetermineLeaseInterval() const
static_assert
(
kDefaultLease
<=
static_cast
<
uint32_t
>
(
kMaxLease
)
,
"kDefaultLease is larger than max"
)
;
srp_client.hpp:862
static_assert
(
kDefaultKeyLease
<=
static_cast
<
uint32_t
>
(
kMaxLease
)
,
"kDefaultKeyLease is larger than max"
)
;
srp_client.hpp:863
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::kMaxLease
is read by 3 functions:
All items filtered out
ot::Srp::Client::kMaxLease
ot::Srp::Client::Service::Init()
ot::Srp::Client::ProcessOptRecord()
ot::Srp::Client::DetermineLeaseInterval() 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