Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.hpp483 uint32_t GetKeyLeaseInterval(void) const { return mDefaultKeyLease; } in GetKeyLeaseInterval()
496 mDefaultKeyLease = DetermineLeaseInterval(aInterval, kDefaultKeyLease); in SetKeyLeaseInterval()
1094 uint32_t mDefaultKeyLease; member in ot::Srp::Client
Dsrp_client.cpp366 , mDefaultKeyLease(kDefaultKeyLease) in Client()
1227 mKeyLease = mShouldRemoveKeyLease ? 0 : mDefaultKeyLease; in AppendServiceInstructions()
1242 … uint32_t keyLease = Max(DetermineLeaseInterval(service.GetKeyLease(), mDefaultKeyLease), lease); in AppendServiceInstructions()
1314 mKeyLease = DetermineLeaseInterval(mKeyLease, mDefaultKeyLease); in AppendServiceInstructions()
1337 … uint32_t keyLease = Max(DetermineLeaseInterval(aService.GetKeyLease(), mDefaultKeyLease), lease); in CanAppendService()