Home
last modified time | relevance | path

Searched defs:GetLease (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/net/
Dsrp_server.hpp325 uint32_t GetLease(void) const { return mLease; } in GetLease() function in ot::Srp::Server::Service
489 uint32_t GetLease(void) const { return mLease; } in GetLease() function in ot::Srp::Server::Host
Dsrp_client.hpp266 uint32_t GetLease(void) const { return (mLease & kLeaseMask); } in GetLease() function in ot::Srp::Client::Service