Home
last modified time | relevance | path

Searched refs:OT_PLAT_DNSSD_STOPPED (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd.hpp87 kStopped = OT_PLAT_DNSSD_STOPPED, ///< Stopped and unable to register any service or host.
/openthread-latest/examples/platforms/simulation/
Ddnssd.c38 return OT_PLAT_DNSSD_STOPPED; in otPlatDnssdGetState()
/openthread-latest/include/openthread/platform/
Ddnssd.h65OT_PLAT_DNSSD_STOPPED, ///< Stopped and unable to register any service or host, or start any brows… enumerator
/openthread-latest/tests/unit/
Dtest_ncp_dnssd.cpp107 VerifyOrQuit(dnssdState == OT_PLAT_DNSSD_STOPPED); in TestNcpDnssdGetState()
Dtest_srp_adv_proxy.cpp1195 sDnssdState = OT_PLAT_DNSSD_STOPPED; in TestSrpAdvProxyDnssdStateChange()
1308 sDnssdState = OT_PLAT_DNSSD_STOPPED; in TestSrpAdvProxyDnssdStateChange()
1358 sDnssdState = OT_PLAT_DNSSD_STOPPED; in TestSrpAdvProxyDnssdStateChange()
Dtest_platform.cpp837 return OT_PLAT_DNSSD_STOPPED; in otPlatDnssdGetState()
Dtest_dnssd_discovery_proxy.cpp2389 sDnssdState = OT_PLAT_DNSSD_STOPPED; in TestProxyStateChanges()
2548 sDnssdState = OT_PLAT_DNSSD_STOPPED; in TestProxyStateChanges()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp550 return OT_PLAT_DNSSD_STOPPED; in otPlatDnssdGetState()
/openthread-latest/src/ncp/
Dncp_base.cpp327 , mDnssdState(OT_PLAT_DNSSD_STOPPED) in NcpBase()