Searched refs:GetKeyLease (Results 1 – 6 of 6) sorted by relevance
152 …tSrpServerHostGetKeyLease(const otSrpServerHost *aHost) { return AsCoreType(aHost).GetKeyLease(); } in otSrpServerHostGetKeyLease()
347 uint32_t GetKeyLease(void) const { return mDescription->mKeyLease; } in GetKeyLease() function in ot::Srp::Server::Service517 uint32_t GetKeyLease(void) const { return mKeyLease; } in GetKeyLease() function in ot::Srp::Server::Host
455 hostKeyLease = aHost.GetKeyLease(); in CommitSrpUpdate()475 if (aHost.GetKeyLease() == 0) in CommitSrpUpdate()482 existingHost->SetKeyLease(aHost.GetKeyLease()); in CommitSrpUpdate()1336 …o(" Lease:%lu, key-lease:%lu, ttl:%lu", ToUlong(aHost.GetLease()), ToUlong(aHost.GetKeyLease()), in InformUpdateHandlerOrCommit()1763 aLeaseInfo.mKeyLease = Time::SecToMsec(GetKeyLease()); in GetLeaseInfo()1978 aLeaseInfo.mKeyLease = Time::SecToMsec(GetKeyLease()); in GetLeaseInfo()
294 uint32_t GetKeyLease(void) const { return mKeyLease; } in GetKeyLease() function in ot::Srp::Client::Service
978 … uint32_t keyLease = Max(DetermineLeaseInterval(service.GetKeyLease(), mDefaultKeyLease), lease); in AppendServiceInstructions()1076 … uint32_t keyLease = Max(DetermineLeaseInterval(aService.GetKeyLease(), mDefaultKeyLease), lease); in CanAppendService()
820 VerifyOrQuit(service->GetKeyLease() == 15u * 3600); in TestUpdateLeaseShortVariant()876 VerifyOrQuit(service->GetKeyLease() == 27u * 3600); in TestUpdateLeaseShortVariant()