Searched refs:LeaseConfig (Results 1 – 3 of 3) sorted by relevance
616 class LeaseConfig : public otSrpServerLeaseConfig class in ot::Srp::Server624 LeaseConfig(void);786 void GetLeaseConfig(LeaseConfig &aLeaseConfig) const { aLeaseConfig = mLeaseConfig; } in GetLeaseConfig()800 Error SetLeaseConfig(const LeaseConfig &aLeaseConfig);865 LeaseConfig mLeaseConfig;883 const LeaseConfig &GetLeaseConfig(void) const { return mLeaseConfig; } in GetLeaseConfig()899 LeaseConfig mLeaseConfig; // Lease config to use when processing the message.933 const LeaseConfig &aLeaseConfig);938 const LeaseConfig &aLeaseConfig,996 LeaseConfig mLeaseConfig;[all …]
213 Server::LeaseConfig::LeaseConfig(void) in LeaseConfig() function in ot::Srp::Server::LeaseConfig221 bool Server::LeaseConfig::IsValid(void) const in IsValid()239 uint32_t Server::LeaseConfig::GrantLease(uint32_t aLease) const in GrantLease()246 uint32_t Server::LeaseConfig::GrantKeyLease(uint32_t aKeyLease) const in GrantKeyLease()253 Error Server::SetLeaseConfig(const LeaseConfig &aLeaseConfig) in SetLeaseConfig()445 const LeaseConfig &aLeaseConfig) in CommitSrpUpdate()1569 const LeaseConfig &aLeaseConfig, in ProcessMessage()
843 Srp::Server::LeaseConfig leaseConfig; in TestUpdateLeaseShortVariant()