Home
last modified time | relevance | path

Searched refs:RemoveHostAndServices (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Dsrp_client_api.cpp147 …return AsCoreType(aInstance).Get<Srp::Client>().RemoveHostAndServices(aRemoveKeyLease, aSendUnregT… in otSrpClientRemoveHostAndServices()
/openthread-latest/src/core/net/
Dsrp_client.hpp650 Error RemoveHostAndServices(bool aShouldRemoveKeyLease, bool aSendUnregToServer = false);
Dsrp_client.cpp829 Error Client::RemoveHostAndServices(bool aShouldRemoveKeyLease, bool aSendUnregToServer) in RemoveHostAndServices() function in ot::Srp::Client
/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp1022 SuccessOrQuit(srpClient->RemoveHostAndServices(/* aShouldRemoveKeyLease */ false)); in TestSrpAdvProxy()
1045 …SuccessOrQuit(srpClient->RemoveHostAndServices(/* aShouldRemoveKeyLease */ false, /* aSendUnregToS… in TestSrpAdvProxy()
2520 SuccessOrQuit(srpClient->RemoveHostAndServices(/* aShouldRemoveKeyLease */ false)); in TestSrpAdvProxyRemoveBeforeCommitted()
2724 SuccessOrQuit(srpClient->RemoveHostAndServices(/* aShouldRemoveKeyLease */ true)); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
Dtest_srp_server.cpp791 SuccessOrQuit(srpClient->RemoveHostAndServices(aShouldRemoveKeyLease)); in TestSrpServerClientRemove()