Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd.hpp72 extern "C" void otPlatDnssdStateHandleStateChange(otInstance *aInstance);
79 friend void otPlatDnssdStateHandleStateChange(otInstance *aInstance);
Ddnssd.cpp500 extern "C" void otPlatDnssdStateHandleStateChange(otInstance *aInstance) in otPlatDnssdStateHandleStateChange() function
/openthread-latest/include/openthread/platform/
Ddnssd.h149 extern void otPlatDnssdStateHandleStateChange(otInstance *aInstance);
/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp1274 otPlatDnssdStateHandleStateChange(sInstance); in TestSrpAdvProxyDnssdStateChange()
1309 otPlatDnssdStateHandleStateChange(sInstance); in TestSrpAdvProxyDnssdStateChange()
1340 otPlatDnssdStateHandleStateChange(sInstance); in TestSrpAdvProxyDnssdStateChange()
1359 otPlatDnssdStateHandleStateChange(sInstance); in TestSrpAdvProxyDnssdStateChange()
1398 otPlatDnssdStateHandleStateChange(sInstance); in TestSrpAdvProxyDnssdStateChange()
Dtest_dnssd_discovery_proxy.cpp2390 otPlatDnssdStateHandleStateChange(sInstance); in TestProxyStateChanges()
2419 otPlatDnssdStateHandleStateChange(sInstance); in TestProxyStateChanges()
2549 otPlatDnssdStateHandleStateChange(sInstance); in TestProxyStateChanges()
2574 otPlatDnssdStateHandleStateChange(sInstance); in TestProxyStateChanges()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1607 otPlatDnssdStateHandleStateChange(mInstance); in HandlePropertySet()