Home
last modified time | relevance | path

Searched refs:ShouldUseShortLeaseOption (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_server.hpp559 bool ShouldUseShortLeaseOption(void) const { return mUseShortLeaseOption; } in ShouldUseShortLeaseOption() function in ot::Srp::Server::Host
Dsrp_server.cpp453 bool useShortLease = aHost.ShouldUseShortLeaseOption(); in CommitSrpUpdate()