/external/openthread/src/posix/platform/ |
D | settings.cpp | 244 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 …]
|
D | netif.cpp | 996 ((!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()
|
D | radio.cpp | 154 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/ |
D | spinel_buffer.cpp | 574 … 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/ |
D | example_vendor_hook.cpp | 85 error = OT_ERROR_NOT_FOUND; in VendorGetPropertyHandler() 109 error = OT_ERROR_NOT_FOUND; in VendorSetPropertyHandler()
|
D | ncp_base_mtd.cpp | 1052 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/ |
D | dbus_object.cpp | 148 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()
|
D | error_helper.cpp | 60 {OT_ERROR_NOT_FOUND, OPENTHREAD_ERROR_PREFIX ".NotFound"},
|
/external/openthread/src/cli/ |
D | cli_network_data.cpp | 401 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()
|
D | cli_joiner.cpp | 63 VerifyOrExit(discerner != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
|
D | cli_commissioner.cpp | 144 if (error == OT_ERROR_NOT_FOUND) in Process()
|
D | cli_srp_client.cpp | 315 VerifyOrExit(service != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
|
/external/openthread/examples/platforms/utils/ |
D | settings_ram.c | 83 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsGet() 196 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsDelete()
|
D | link_metrics.cpp | 197 VerifyOrExit(dataInfo != nullptr, error = OT_ERROR_NOT_FOUND); in otLinkMetricsConfigureEnhAckProbing()
|
/external/openthread/include/openthread/ |
D | error.h | 179 OT_ERROR_NOT_FOUND = 23, enumerator
|
/external/ot-br-posix/src/dbus/common/ |
D | error.hpp | 172 OT_ERROR_NOT_FOUND = 23, enumerator
|
/external/openthread/tests/unit/ |
D | test_hdlc.cpp | 142 …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()
|
D | test_spinel_buffer.cpp | 580 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()
|
D | test_platform.cpp | 343 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
|
/external/openthread/src/core/common/ |
D | error.hpp | 79 constexpr Error kErrorNotFound = OT_ERROR_NOT_FOUND;
|
/external/ot-br-posix/src/dbus/client/ |
D | client_error.cpp | 64 {ClientError::OT_ERROR_NOT_FOUND, OTBR_OPENTHREAD_ERROR_PREFIX ".NotFound"},
|
/external/ot-br-posix/tests/dbus/ |
D | test_dbus_client.cpp | 334 ClientError::OT_ERROR_NOT_FOUND); in main() 339 … TEST_ASSERT(aJoinError == ClientError::OT_ERROR_NOT_FOUND); in main()
|
/external/openthread/src/lib/hdlc/ |
D | hdlc.hpp | 386 error = OT_ERROR_NOT_FOUND; in GetNextSavedFrame()
|
/external/ot-br-posix/src/sdp_proxy/ |
D | advertising_proxy.cpp | 65 error = OT_ERROR_NOT_FOUND; in OtbrErrorToOtError()
|
/external/openthread/tests/fuzz/ |
D | fuzzer_platform.cpp | 463 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
|