ESP-IDF
ot::Srp::Client::mDefaultLease
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::mDefaultLease
ot::Srp::Client::mDefaultLease field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1097
uint32_t
mDefaultLease
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mDefaultLease
;
srp_client.hpp:1097
,
mDefaultLease
(
kDefaultLease
)
srp_client.cpp:365
ot::Srp::Client
ot::Srp::Client::Client()
mLease
=
DetermineLeaseInterval
(
mLease
,
mDefaultLease
)
;
srp_client.cpp:1312
ot::Srp::Client
ot::Srp::Client::AppendServiceInstructions()
uint32_t
lease
=
DetermineLeaseInterval
(
aService
.
GetLease
(
)
,
mDefaultLease
)
;
srp_client.cpp:1335
ot::Srp::Client
ot::Srp::Client::CanAppendService()
uint32_t
lease
=
(
mLease
==
0
)
?
mDefaultLease
:
mLease
;
srp_client.cpp:2145
ot::Srp::Client
ot::Srp::Client::DetermineTtl() const
earlyRenewInterval
=
Time
::
SecToMsec
(
DetermineLeaseInterval
(
aService
.
GetLease
(
)
,
mDefaultLease
)
)
;
srp_client.cpp:2165
ot::Srp::Client
ot::Srp::Client::ShouldRenewEarly() const
uint32_t
GetLeaseInterval
(
void
)
const
{
return
mDefaultLease
;
}
srp_client.hpp:466
ot::Srp::Client
ot::Srp::Client::GetLeaseInterval() const
void
SetLeaseInterval
(
uint32_t
aInterval
)
{
mDefaultLease
=
DetermineLeaseInterval
(
aInterval
,
kDefaultLease
)
;
}
srp_client.hpp:476
ot::Srp::Client
ot::Srp::Client::SetLeaseInterval()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mDefaultLease
is written by 1 function and is read by 5 functions:
ot::Srp::Client::SetLeaseInterval()
All items filtered out
ot::Srp::Client::mDefaultLease
ot::Srp::Client::GetLeaseInterval() const
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::CanAppendService()
ot::Srp::Client::DetermineTtl() const
ot::Srp::Client::ShouldRenewEarly() 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