Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dsrp_server.hpp336 uint32_t GetLease(void) const { return mLease; } in GetLease() function in ot::Srp::Server::Service
502 uint32_t GetLease(void) const { return mLease; } in GetLease() function in ot::Srp::Server::Host
Dsrp_client.hpp286 uint32_t GetLease(void) const { return (mLease & kLeaseMask); } in GetLease() function in ot::Srp::Client::Service