Searched refs:OT_ERROR_ALREADY (Results 1 – 13 of 13) sorted by relevance
184 OT_ERROR_ALREADY = 24, enumerator
80 constexpr Error kErrorAlready = OT_ERROR_ALREADY;
188 VerifyOrExit(error == OT_ERROR_NONE || error == OT_ERROR_ALREADY); in Process()
185 VerifyOrExit(!otUdpIsOpen(GetInstancePtr(), &mSocket), error = OT_ERROR_ALREADY); in Process()
120 VerifyOrExit(!mInitialized, error = OT_ERROR_ALREADY); in Process()
158 return (error == OT_ERROR_ALREADY) ? OT_ERROR_NONE : error; in otNetworkNameFromString()
1275 …if ((error == OT_ERROR_NONE) || ((isAdd) && (error == OT_ERROR_ALREADY || error == OT_ERROR_REJECT… in logAddrEvent()1280 error == OT_ERROR_ALREADY ? " (already subscribed, ignored)" in logAddrEvent()1355 if (error == OT_ERROR_ALREADY || error == OT_ERROR_REJECTED) in processNetifAddrEvent()1560 logAddrEvent(/* isAdd */ true, addr, OT_ERROR_ALREADY); in processNetifAddrEvent()1610 if (error == OT_ERROR_ALREADY) in processNetifAddrEvent()1626 if (error == OT_ERROR_ALREADY || error == OT_ERROR_REJECTED) in processNetifAddrEvent()
151 VerifyOrExit(mSockFd == -1, error = OT_ERROR_ALREADY); in Init()
110 VerifyOrExit(sLastInstance != static_cast<ot::Instance *>(aInstance), error = OT_ERROR_ALREADY); in otPlatMultipanSetActiveInstance()
106 OT_ERROR_ALREADY = 24 variable3153 if ex.code == OT_ERROR_ALREADY:3176 if ex.code == OT_ERROR_ALREADY:
2028 if (error == OT_ERROR_ALREADY) in HandlePropertyInsert()2983 if (error == OT_ERROR_ALREADY) in HandlePropertySet()3375 if (error == OT_ERROR_ALREADY) in HandlePropertyInsert()3400 if (error == OT_ERROR_ALREADY) in HandlePropertyInsert()
161 case OT_ERROR_ALREADY: in ThreadErrorToSpinelStatus()
2363 ret = OT_ERROR_ALREADY; in SpinelStatusToOtError()