Searched refs:aKeyLease (Results 1 – 2 of 2) sorted by relevance
557 void SetKeyLease(uint32_t aKeyLease) { mKeyLease = aKeyLease; } in SetKeyLease() argument629 uint32_t GrantKeyLease(uint32_t aKeyLease) const;969 uint32_t aKeyLease,
246 uint32_t Server::LeaseConfig::GrantKeyLease(uint32_t aKeyLease) const in GrantKeyLease()250 return (aKeyLease == 0) ? 0 : Clamp(aKeyLease, mMinKeyLease, mMaxKeyLease); in GrantKeyLease()1499 uint32_t aKeyLease, in SendResponse() argument1533 leaseOption.InitAsLongVariant(aLease, aKeyLease); in SendResponse()1544 …success response with granted lease: %lu and key lease: %lu", ToUlong(aLease), ToUlong(aKeyLease)); in SendResponse()