Home
last modified time | relevance | path

Searched refs:otPlatMultipanSwitchoverDone (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dmultipan_platform.cpp64 void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone() function
77 OT_TOOL_WEAK void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone() function
/openthread-latest/include/openthread/platform/
Dmultipan.h111 extern void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool aSuccess);
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp716 otPlatMultipanSwitchoverDone(sLastInstance, true); in TestNcpBaseSwitchoverResponse()
726 otPlatMultipanSwitchoverDone(sLastInstance, false); in TestNcpBaseSwitchoverResponse()