Searched refs:SPINEL_STATUS_ALREADY (Results 1 – 5 of 5) sorted by relevance
689 VerifyOrQuit(host1.requestSwitchover(0, true) == SPINEL_STATUS_ALREADY); in TestNcpBaseSwitchoverRequestFail()692 VerifyOrQuit(host2.requestSwitchover(0, true) == SPINEL_STATUS_ALREADY); in TestNcpBaseSwitchoverRequestFail()
511 SPINEL_STATUS_ALREADY = 19, ///< The operation is already in progress. enumerator
1545 {SPINEL_STATUS_ALREADY, "ALREADY"}, in spinel_status_to_cstr()
3097 case SPINEL_STATUS_ALREADY: in SpinelStatusToOtError()
162 ret = SPINEL_STATUS_ALREADY; in ThreadErrorToSpinelStatus()