Searched refs:LeaseConfig (Results 1 – 3 of 3) sorted by relevance
632 class LeaseConfig : public otSrpServerLeaseConfig class in ot::Srp::Server641 LeaseConfig(void);819 void GetLeaseConfig(LeaseConfig &aLeaseConfig) const { aLeaseConfig = mLeaseConfig; } in GetLeaseConfig()834 Error SetLeaseConfig(const LeaseConfig &aLeaseConfig);900 LeaseConfig mLeaseConfig;918 const LeaseConfig &GetLeaseConfig(void) const { return mLeaseConfig; } in GetLeaseConfig()934 LeaseConfig mLeaseConfig; // Lease config to use when processing the message.966 const LeaseConfig &aLeaseConfig);971 const LeaseConfig &aLeaseConfig,1028 LeaseConfig mLeaseConfig;[all …]
223 Server::LeaseConfig::LeaseConfig(void) in LeaseConfig() function in ot::Srp::Server::LeaseConfig231 bool Server::LeaseConfig::IsValid(void) const in IsValid()249 uint32_t Server::LeaseConfig::GrantLease(uint32_t aLease) const in GrantLease()256 uint32_t Server::LeaseConfig::GrantKeyLease(uint32_t aKeyLease) const in GrantKeyLease()263 Error Server::SetLeaseConfig(const LeaseConfig &aLeaseConfig) in SetLeaseConfig()449 const LeaseConfig &aLeaseConfig) in CommitSrpUpdate()1540 const LeaseConfig &aLeaseConfig, in ProcessMessage()
843 Srp::Server::LeaseConfig leaseConfig; in TestUpdateLeaseShortVariant()