Home
last modified time | relevance | path

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

/openthread-3.6.0/tests/unit/
Dtest_multipan_rcp_instances.cpp689 VerifyOrQuit(host1.requestSwitchover(0, true) == SPINEL_STATUS_ALREADY); in TestNcpBaseSwitchoverRequestFail()
692 VerifyOrQuit(host2.requestSwitchover(0, true) == SPINEL_STATUS_ALREADY); in TestNcpBaseSwitchoverRequestFail()
/openthread-3.6.0/src/lib/spinel/
Dspinel.h511 SPINEL_STATUS_ALREADY = 19, ///< The operation is already in progress. enumerator
Dspinel.c1545 {SPINEL_STATUS_ALREADY, "ALREADY"}, in spinel_status_to_cstr()
Dradio_spinel.cpp3097 case SPINEL_STATUS_ALREADY: in SpinelStatusToOtError()
/openthread-3.6.0/src/ncp/
Dncp_base.cpp162 ret = SPINEL_STATUS_ALREADY; in ThreadErrorToSpinelStatus()