ESP-IDF
ot::Srp::Client::mDefaultKeyLease
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::mDefaultKeyLease
ot::Srp::Client::mDefaultKeyLease field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1098
uint32_t
mDefaultKeyLease
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mDefaultKeyLease
;
srp_client.hpp:1098
,
mDefaultKeyLease
(
kDefaultKeyLease
)
srp_client.cpp:366
ot::Srp::Client
ot::Srp::Client::Client()
mKeyLease
=
mShouldRemoveKeyLease
?
0
:
mDefaultKeyLease
;
srp_client.cpp:1226
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
mKeyLease
=
DetermineLeaseInterval
(
mKeyLease
,
mDefaultKeyLease
)
;
srp_client.cpp:1313
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
uint32_t
keyLease
=
Max
(
DetermineLeaseInterval
(
aService
.
GetKeyLease
(
)
,
mDefaultKeyLease
)
,
lease
)
;
srp_client.cpp:1336
ot::Srp::Client
ot::Srp::Client::CanAppendService()
uint32_t
GetKeyLeaseInterval
(
void
)
const
{
return
mDefaultKeyLease
;
}
srp_client.hpp:483
ot::Srp::Client
ot::Srp::Client::GetKeyLeaseInterval() const
mDefaultKeyLease
=
DetermineLeaseInterval
(
aInterval
,
kDefaultKeyLease
)
;
srp_client.hpp:496
ot::Srp::Client
ot::Srp::Client::SetKeyLeaseInterval()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mDefaultKeyLease
is written by 1 function and is read by 3 functions:
ot::Srp::Client::SetKeyLeaseInterval()
All items filtered out
ot::Srp::Client::mDefaultKeyLease
ot::Srp::Client::GetKeyLeaseInterval() const
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
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