Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.hpp616 class LeaseConfig : public otSrpServerLeaseConfig class in ot::Srp::Server
624 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 …]
Dsrp_server.cpp213 Server::LeaseConfig::LeaseConfig(void) in LeaseConfig() function in ot::Srp::Server::LeaseConfig
221 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()
/openthread-latest/tests/unit/
Dtest_srp_server.cpp843 Srp::Server::LeaseConfig leaseConfig; in TestUpdateLeaseShortVariant()