Home
last modified time | relevance | path

Searched refs:OT_ERROR_NOT_FOUND (Results 1 – 25 of 31) sorted by relevance

12

/external/openthread/src/posix/platform/
Dsettings.cpp244 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
336 otError error = OT_ERROR_NOT_FOUND; in PlatformSettingsGet()
395 case OT_ERROR_NOT_FOUND: in PlatformSettingsSet()
432 otError error = OT_ERROR_NOT_FOUND; in PlatformSettingsDelete()
498 else if (error == OT_ERROR_NOT_FOUND) in PlatformSettingsDelete()
570 assert(otPlatSettingsGet(instance, 0, 0, value, &length) == OT_ERROR_NOT_FOUND); in main()
571 assert(otPlatSettingsDelete(instance, 0, 0) == OT_ERROR_NOT_FOUND); in main()
572 assert(otPlatSettingsDelete(instance, 0, -1) == OT_ERROR_NOT_FOUND); in main()
600 assert(otPlatSettingsGet(instance, 0, 1, nullptr, nullptr) == OT_ERROR_NOT_FOUND); in main()
602 assert(otPlatSettingsGet(instance, 1, 0, nullptr, nullptr) == OT_ERROR_NOT_FOUND); in main()
[all …]
Dnetif.cpp996 ((!isAdd) && (error == OT_ERROR_NOT_FOUND || error == OT_ERROR_REJECTED))) in logAddrEvent()
1003 … : error == OT_ERROR_NOT_FOUND ? " (not found, ignored)" : ""); in logAddrEvent()
1083 if (error == OT_ERROR_NOT_FOUND || error == OT_ERROR_REJECTED) in processNetifAddrEvent()
1341 if (error == OT_ERROR_NOT_FOUND) in processNetifAddrEvent()
1350 if (error == OT_ERROR_NOT_FOUND) in processNetifAddrEvent()
Dradio.cpp154 if (error != OT_ERROR_NONE && error != OT_ERROR_NOT_FOUND) in Init()
165 if (error != OT_ERROR_NONE && error != OT_ERROR_NOT_FOUND) in Init()
/external/openthread/src/lib/spinel/
Dspinel_buffer.cpp574 … VerifyOrExit(mReadSegmentHead != mWriteFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment()
583 … VerifyOrExit(mReadSegmentHead == mReadFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment()
635 VerifyOrExit((header & kSegmentHeaderMessageIndicatorFlag) != 0, error = OT_ERROR_NOT_FOUND); in OutFramePrepareMessage()
641 VerifyOrExit(mReadMessage != nullptr, error = OT_ERROR_NOT_FOUND); in OutFramePrepareMessage()
663 VerifyOrExit(mReadMessage != nullptr, error = OT_ERROR_NOT_FOUND); in OutFrameFillMessageBuffer()
665 VerifyOrExit(mReadMessageOffset < otMessageGetLength(mReadMessage), error = OT_ERROR_NOT_FOUND); in OutFrameFillMessageBuffer()
670 VerifyOrExit(readLength > 0, error = OT_ERROR_NOT_FOUND); in OutFrameFillMessageBuffer()
689 VerifyOrExit(!IsEmpty(), error = OT_ERROR_NOT_FOUND); in OutFrameBegin()
741 error = OT_ERROR_NOT_FOUND; in OutFrameReadByte()
798 VerifyOrExit(!IsEmpty(), error = OT_ERROR_NOT_FOUND); in OutFrameRemove()
/external/openthread/src/ncp/
Dexample_vendor_hook.cpp85 error = OT_ERROR_NOT_FOUND; in VendorGetPropertyHandler()
109 error = OT_ERROR_NOT_FOUND; in VendorSetPropertyHandler()
Dncp_base_mtd.cpp1052 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove()
1966 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove()
2044 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove()
2240 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove()
3439 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove()
3896 VerifyOrExit(service != nullptr, error = OT_ERROR_NOT_FOUND); in HandlePropertyRemove()
3947 case OT_ERROR_NOT_FOUND: in SrpClientErrorToSpinelError()
4330 case OT_ERROR_NOT_FOUND: in HandleJoinerCallback()
/external/ot-br-posix/src/dbus/server/
Ddbus_object.cpp148 VerifyOrExit(propertyIter != mGetPropertyHandlers.end(), error = OT_ERROR_NOT_FOUND); in GetPropertyMethodHandler()
154 VerifyOrExit(interfaceIter != interfaceHandlers.end(), error = OT_ERROR_NOT_FOUND); in GetPropertyMethodHandler()
194 …GetPropertyHandlers.find(interfaceName) != mGetPropertyHandlers.end(), error = OT_ERROR_NOT_FOUND); in GetAllPropertiesMethodHandler()
241 VerifyOrExit(handlerIter != mSetPropertyHandlers.end(), error = OT_ERROR_NOT_FOUND); in SetPropertyMethodHandler()
Derror_helper.cpp60 {OT_ERROR_NOT_FOUND, OPENTHREAD_ERROR_PREFIX ".NotFound"},
/external/openthread/src/cli/
Dcli_network_data.cpp401 if (error == OT_ERROR_NOT_FOUND) in Process()
459 error = OT_ERROR_NOT_FOUND; in GetNextPrefix()
492 error = OT_ERROR_NOT_FOUND; in GetNextRoute()
525 error = OT_ERROR_NOT_FOUND; in GetNextService()
Dcli_joiner.cpp63 VerifyOrExit(discerner != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
Dcli_commissioner.cpp144 if (error == OT_ERROR_NOT_FOUND) in Process()
Dcli_srp_client.cpp315 VerifyOrExit(service != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
/external/openthread/examples/platforms/utils/
Dsettings_ram.c83 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
196 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsDelete()
Dlink_metrics.cpp197 VerifyOrExit(dataInfo != nullptr, error = OT_ERROR_NOT_FOUND); in otLinkMetricsConfigureEnhAckProbing()
/external/openthread/include/openthread/
Derror.h179 OT_ERROR_NOT_FOUND = 23, enumerator
/external/ot-br-posix/src/dbus/common/
Derror.hpp172 OT_ERROR_NOT_FOUND = 23, enumerator
/external/openthread/tests/unit/
Dtest_hdlc.cpp142 …VerifyOrQuit(frameBuffer.GetNextSavedFrame(frame, length) == OT_ERROR_NOT_FOUND, "after constructo… in TestHdlcMultiFrameBuffer()
219 VerifyOrQuit(frameBuffer.GetNextSavedFrame(newFrame, newLength) == OT_ERROR_NOT_FOUND, in TestHdlcMultiFrameBuffer()
278 … VerifyOrQuit(frameBuffer.GetNextSavedFrame(frame, length) == OT_ERROR_NOT_FOUND, "after Clear()"); in TestHdlcMultiFrameBuffer()
532 …VerifyOrQuit(decoderBuffer.GetNextSavedFrame(frame, length) == OT_ERROR_NOT_FOUND, "Extra decoded … in TestEncoderDecoder()
Dtest_spinel_buffer.cpp580 VerifyOrQuit(ncpBuffer.OutFrameRemove() == OT_ERROR_NOT_FOUND, in TestBuffer()
590 VerifyOrQuit(ncpBuffer.OutFrameRemove() == OT_ERROR_NOT_FOUND, in TestBuffer()
744 …VerifyOrQuit(ncpBuffer.OutFrameBegin() == OT_ERROR_NOT_FOUND, "OutFrameBegin() failed on empty que… in TestBuffer()
Dtest_platform.cpp343 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
/external/openthread/src/core/common/
Derror.hpp79 constexpr Error kErrorNotFound = OT_ERROR_NOT_FOUND;
/external/ot-br-posix/src/dbus/client/
Dclient_error.cpp64 {ClientError::OT_ERROR_NOT_FOUND, OTBR_OPENTHREAD_ERROR_PREFIX ".NotFound"},
/external/ot-br-posix/tests/dbus/
Dtest_dbus_client.cpp334 ClientError::OT_ERROR_NOT_FOUND); in main()
339 … TEST_ASSERT(aJoinError == ClientError::OT_ERROR_NOT_FOUND); in main()
/external/openthread/src/lib/hdlc/
Dhdlc.hpp386 error = OT_ERROR_NOT_FOUND; in GetNextSavedFrame()
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp65 error = OT_ERROR_NOT_FOUND; in OtbrErrorToOtError()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp463 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet()

12