Searched refs:HandleSrpClientCallback (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_srp_server.cpp | 274 void HandleSrpClientCallback(otError aError, in HandleSrpClientCallback() function 408 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpServerBase() 531 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpServerReject() 643 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpServerIgnore() 757 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpServerClientRemove() 890 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestUpdateLeaseShortVariant()
|
D | test_srp_adv_proxy.cpp | 572 void HandleSrpClientCallback(otError aError, in HandleSrpClientCallback() function 849 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxy() 1223 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxyDnssdStateChange() 1526 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxyDelayedCallback() 1821 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxyReplacedEntries() 2287 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxyHostWithOffMeshRoutableAddress() 2450 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxyRemoveBeforeCommitted() 2654 srpClient->SetCallback(HandleSrpClientCallback, sInstance); in TestSrpAdvProxyFullyRemoveBeforeCommitted()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 813 static void HandleSrpClientCallback(otError aError, 818 void HandleSrpClientCallback(otError aError,
|
D | ncp_base_mtd.cpp | 4077 void NcpBase::HandleSrpClientCallback(otError aError, in HandleSrpClientCallback() function in ot::Ncp::NcpBase 4083 …static_cast<NcpBase *>(aContext)->HandleSrpClientCallback(aError, aHostInfo, aServices, aRemovedSe… in HandleSrpClientCallback() 4086 void NcpBase::HandleSrpClientCallback(otError aError, in HandleSrpClientCallback() function in ot::Ncp::NcpBase
|
D | ncp_base.cpp | 372 otSrpClientSetCallback(mInstance, HandleSrpClientCallback, this); in NcpBase()
|