ESP-IDF
otSrpServerLeaseConfig::mMinLease
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
otSrpServerLeaseConfig::mMinLease
otSrpServerLeaseConfig::mMinLease field
Syntax
Show:
Summary
Declaration
from
srp_server.h:108
uint32_t
mMinLease
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mMinLease
;
///< The minimum LEASE interval in seconds.
srp_server.h:108
OutputLine
(
"min lease: %lu"
,
ToUlong
(
leaseConfig
.
mMinLease
)
)
;
cli_srp_server.cpp:280
ot::Cli::SrpServer
ot::Cli::SrpServer::Process()
SuccessOrExit
(
error
=
aArgs
[
0
]
.
ParseAsUint32
(
leaseConfig
.
mMinLease
)
)
;
cli_srp_server.cpp:287
ot::Cli::SrpServer
ot::Cli::SrpServer::Process()
mMinLease
=
kDefaultMinLease
;
srp_server.cpp:215
ot::Srp::Server::LeaseConfig
ot::Srp::Server::LeaseConfig::LeaseConfig()
VerifyOrExit
(
mMinLease
<=
mMaxLease
)
;
srp_server.cpp:228
ot::Srp::Server::LeaseConfig
ot::Srp::Server::LeaseConfig::IsValid() const
VerifyOrExit
(
mMinLease
<=
mMinKeyLease
)
;
srp_server.cpp:230
ot::Srp::Server::LeaseConfig
ot::Srp::Server::LeaseConfig::IsValid() const
OT_ASSERT
(
mMinLease
<=
mMaxLease
)
;
srp_server.cpp:241
ot::Srp::Server::LeaseConfig
ot::Srp::Server::LeaseConfig::GrantLease() const
return
(
aLease
==
0
)
?
0
:
Clamp
(
aLease
,
mMinLease
,
mMaxLease
)
;
srp_server.cpp:243
ot::Srp::Server::LeaseConfig
ot::Srp::Server::LeaseConfig::GrantLease() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otSrpServerLeaseConfig::mMinLease
is written by 1 function and is read by 3 functions:
ot::Srp::Server::LeaseConfig::LeaseConfig()
All items filtered out
otSrpServerLeaseConfig::mMinLease
ot::Cli::SrpServer::Process()
ot::Srp::Server::LeaseConfig::IsValid() const
ot::Srp::Server::LeaseConfig::GrantLease() 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