Searched refs:grantedKeyLease (Results 1 – 1 of 1) sorted by relevance
452 uint32_t grantedKeyLease = 0; in CommitSrpUpdate() local464 grantedKeyLease = useShortLease ? grantedLease : aLeaseConfig.GrantKeyLease(hostKeyLease); in CommitSrpUpdate()470 …o(" Granted lease:%lu, key-lease:%lu, ttl:%lu", ToUlong(grantedLease), ToUlong(grantedKeyLease), in CommitSrpUpdate()474 aHost.SetKeyLease(grantedKeyLease); in CommitSrpUpdate()477 if (grantedKeyLease == 0) in CommitSrpUpdate()490 service.mKeyLease = grantedKeyLease; in CommitSrpUpdate()572 if (aError == kErrorNone && !(grantedLease == hostLease && grantedKeyLease == hostKeyLease)) in CommitSrpUpdate()574 SendResponse(aDnsHeader, grantedLease, grantedKeyLease, useShortLease, *aMessageInfo); in CommitSrpUpdate()