Home
last modified time | relevance | path

Searched refs:LeaseConfig (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/net/
Dsrp_server.hpp632 class LeaseConfig : public otSrpServerLeaseConfig class in ot::Srp::Server
641 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 …]
Dsrp_server.cpp223 Server::LeaseConfig::LeaseConfig(void) in LeaseConfig() function in ot::Srp::Server::LeaseConfig
231 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()
/openthread-3.6.0/tests/unit/
Dtest_srp_server.cpp843 Srp::Server::LeaseConfig leaseConfig; in TestUpdateLeaseShortVariant()