Home
last modified time | relevance | path

Searched refs:EnableAutoHostAddress (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/unit/
Dtest_srp_server.cpp417 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpServerBase()
540 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpServerReject()
652 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpServerIgnore()
766 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpServerClientRemove()
899 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestUpdateLeaseShortVariant()
1108 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpClientDelayedResponse()
Dtest_srp_adv_proxy.cpp859 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxy()
1062 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxy()
1233 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxyDnssdStateChange()
1536 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxyDelayedCallback()
1830 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxyReplacedEntries()
2297 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxyHostWithOffMeshRoutableAddress()
2459 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxyRemoveBeforeCommitted()
2663 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
Dtest_dns_client.cpp642 SuccessOrQuit(srpClient->EnableAutoHostAddress()); in TestDnsClient()
/openthread-latest/src/core/api/
Dsrp_client_api.cpp117 return AsCoreType(aInstance).Get<Srp::Client>().EnableAutoHostAddress(); in otSrpClientEnableAutoHostAddress()
/openthread-latest/src/core/net/
Dsrp_client.hpp542 Error EnableAutoHostAddress(void);
Dsrp_client.cpp609 Error Client::EnableAutoHostAddress(void) in EnableAutoHostAddress() function in ot::Srp::Client