Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Ddso_transport.c35 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening() function
/openthread-latest/include/openthread/platform/
Ddso_transport.h79 void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable);
/openthread-latest/src/core/net/
Ddns_dso.cpp1435 otPlatDsoEnableListening(&GetInstance(), true); in StartListening()
1438 void Dso::StopListening(void) { otPlatDsoEnableListening(&GetInstance(), false); } in StopListening()
1490 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening() function
/openthread-latest/tests/unit/
Dtest_platform.cpp614 OT_TOOL_WEAK void otPlatDsoEnableListening(otInstance *aInstance, bool aEnable) in otPlatDsoEnableListening() function
Dtest_dso.cpp370 void otPlatDsoEnableListening(otInstance *, bool aEnable) in otPlatDsoEnableListening() function