Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.hpp769 void GetTtlConfig(TtlConfig &aTtlConfig) const { aTtlConfig = mTtlConfig; } in GetTtlConfig() function in ot::Srp::Server
882 const TtlConfig &GetTtlConfig(void) const { return mTtlConfig; } in GetTtlConfig() function in ot::Srp::Server::UpdateMetadata
Dsrp_server.cpp435 aUpdateMetadata.GetTtlConfig(), aUpdateMetadata.GetLeaseConfig()); in CommitSrpUpdate()
/openthread-latest/src/core/api/
Dsrp_server_api.cpp95 AsCoreType(aInstance).Get<Srp::Server>().GetTtlConfig(AsCoreType(aTtlConfig)); in otSrpServerGetTtlConfig()