ESP-IDF
ot::Srp::Client::mLease
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::mLease
ot::Srp::Client::mLease field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1095
uint32_t
mLease
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mLease
;
srp_client.hpp:1095
,
mLease
(
0
)
srp_client.cpp:363
ot::Srp::Client
ot::Srp::Client::Client()
mLease
=
0
;
srp_client.cpp:1225
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mLease
=
kUnspecifiedInterval
;
srp_client.cpp:1230
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mLease
=
DetermineLeaseInterval
(
mLease
,
mDefaultLease
)
;
srp_client.cpp:1312
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mLease
=
Min
(
mLease
,
mKeyLease
)
;
srp_client.cpp:1320
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
VerifyOrExit
(
(
mLease
==
kUnspecifiedInterval
)
||
(
mLease
==
lease
)
)
;
srp_client.cpp:1345
ot::Srp::Client
ot::Srp::Client::CanAppendService()
mLease
=
lease
;
srp_client.cpp:1347
ot::Srp::Client
ot::Srp::Client::CanAppendService()
mKeyLease
=
mLease
;
srp_client.cpp:1656
ot::Srp::Client
ot::Srp::Client::AppendUpdateLeaseOptRecord()
leaseOption
.
InitAsShortVariant
(
mLease
)
;
srp_client.cpp:1657
ot::Srp::Client
ot::Srp::Client::AppendUpdateLeaseOptRecord()
leaseOption
.
InitAsLongVariant
(
mLease
,
mKeyLease
)
;
srp_client.cpp:1662
ot::Srp::Client
ot::Srp::Client::AppendUpdateLeaseOptRecord()
if
(
mLease
>
2
*
kLeaseRenewGuardInterval
)
srp_client.cpp:1899
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
uint32_t
interval
=
Time
::
SecToMsec
(
mLease
-
kLeaseRenewGuardInterval
)
;
srp_client.cpp:1901
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
mLease
=
Min
(
leaseOption
.
GetLeaseInterval
(
)
,
kMaxLease
)
;
srp_client.cpp:1995
ot::Srp::Client
ot::Srp::Client::ProcessOptRecord()
uint32_t
lease
=
(
mLease
==
0
)
?
mDefaultLease
:
mLease
;
srp_client.cpp:2145
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::mLease
is written by 3 functions and is read by 5 functions:
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
ot::Srp::Client::ProcessOptRecord()
All items filtered out
ot::Srp::Client::mLease
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
ot::Srp::Client::AppendUpdateLeaseOptRecord()
ot::Srp::Client::ProcessResponse()
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