ESP-IDF
ot::Srp::Client::mKeyLease
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::mKeyLease
ot::Srp::Client::mKeyLease field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1096
uint32_t
mKeyLease
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mKeyLease
;
srp_client.hpp:1096
,
mKeyLease
(
0
)
srp_client.cpp:364
ot::Srp::Client
ot::Srp::Client::Client()
mKeyLease
=
mShouldRemoveKeyLease
?
0
:
mDefaultKeyLease
;
srp_client.cpp:1226
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mKeyLease
=
kUnspecifiedInterval
;
srp_client.cpp:1231
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mKeyLease
=
DetermineLeaseInterval
(
mKeyLease
,
mDefaultKeyLease
)
;
srp_client.cpp:1313
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mLease
=
Min
(
mLease
,
mKeyLease
)
;
srp_client.cpp:1320
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
VerifyOrExit
(
(
mKeyLease
==
kUnspecifiedInterval
)
||
(
mKeyLease
==
keyLease
)
)
;
srp_client.cpp:1346
ot::Srp::Client
ot::Srp::Client::CanAppendService()
mKeyLease
=
keyLease
;
srp_client.cpp:1348
ot::Srp::Client
ot::Srp::Client::CanAppendService()
VerifyOrExit
(
(
mKeyLease
==
kUnspecifiedInterval
)
||
(
mKeyLease
==
keyLease
)
)
;
srp_client.cpp:1354
ot::Srp::Client
ot::Srp::Client::CanAppendService()
mKeyLease
=
keyLease
;
srp_client.cpp:1355
ot::Srp::Client
ot::Srp::Client::CanAppendService()
mKeyLease
=
mLease
;
srp_client.cpp:1656
ot::Srp::Client
ot::Srp::Client::AppendUpdateLeaseOptRecord()
leaseOption
.
InitAsLongVariant
(
mLease
,
mKeyLease
)
;
srp_client.cpp:1662
ot::Srp::Client
ot::Srp::Client::AppendUpdateLeaseOptRecord()
mKeyLease
=
Min
(
leaseOption
.
GetKeyLeaseInterval
(
)
,
kMaxLease
)
;
srp_client.cpp:1996
ot::Srp::Client
ot::Srp::Client::ProcessOptRecord()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mKeyLease
is written by 4 functions and is read by 3 functions:
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
ot::Srp::Client::AppendUpdateLeaseOptRecord()
ot::Srp::Client::ProcessOptRecord()
All items filtered out
ot::Srp::Client::mKeyLease
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
ot::Srp::Client::AppendUpdateLeaseOptRecord()
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