Home
last modified time | relevance | path

Searched refs:OT_ERROR_DUPLICATED (Results 1 – 7 of 7) sorted by relevance

/external/openthread/include/openthread/
Derror.h204 OT_ERROR_DUPLICATED = 29, enumerator
/external/ot-br-posix/src/dbus/common/
Derror.hpp197 OT_ERROR_DUPLICATED = 29, enumerator
/external/ot-br-posix/src/dbus/server/
Derror_helper.cpp65 {OT_ERROR_DUPLICATED, OPENTHREAD_ERROR_PREFIX ".Duplicated"},
/external/openthread/src/core/common/
Derror.hpp84 constexpr Error kErrorDuplicated = OT_ERROR_DUPLICATED;
/external/ot-br-posix/src/dbus/client/
Dclient_error.cpp69 {ClientError::OT_ERROR_DUPLICATED, OTBR_OPENTHREAD_ERROR_PREFIX ".Duplicated"},
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp81 error = OT_ERROR_DUPLICATED; in OtbrErrorToOtError()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp3956 case OT_ERROR_DUPLICATED: in SrpClientErrorToSpinelError()