/openthread-3.5.0/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() 564 assert(otPlatSettingsGet(instance, 0, 0, value, &length) == OT_ERROR_NOT_FOUND); in main() 565 assert(otPlatSettingsDelete(instance, 0, 0) == OT_ERROR_NOT_FOUND); in main() 566 assert(otPlatSettingsDelete(instance, 0, -1) == OT_ERROR_NOT_FOUND); in main() 594 assert(otPlatSettingsGet(instance, 0, 1, nullptr, nullptr) == OT_ERROR_NOT_FOUND); in main() 596 assert(otPlatSettingsGet(instance, 1, 0, nullptr, nullptr) == OT_ERROR_NOT_FOUND); in main() [all …]
|
D | power_updater.cpp | 124 otError error = OT_ERROR_NOT_FOUND; in GetDomain() 156 otError error = OT_ERROR_NOT_FOUND; in GetNextTargetPower()
|
D | config_file.cpp | 62 VerifyOrExit((fp = fopen(mFilePath, "r")) != nullptr, error = OT_ERROR_NOT_FOUND); in Get() 103 VerifyOrExit(ret != nullptr, error = OT_ERROR_NOT_FOUND); in Get()
|
D | netif.cpp | 1175 ((!isAdd) && (error == OT_ERROR_NOT_FOUND || error == OT_ERROR_REJECTED))) in logAddrEvent() 1181 : error == OT_ERROR_NOT_FOUND ? " (not found, ignored)" in logAddrEvent() 1262 if (error == OT_ERROR_NOT_FOUND || error == OT_ERROR_REJECTED) in processNetifAddrEvent() 1528 if (error == OT_ERROR_NOT_FOUND) in processNetifAddrEvent() 1537 if (error == OT_ERROR_NOT_FOUND) in processNetifAddrEvent()
|
/openthread-3.5.0/tests/unit/ |
D | test_power_calibration.cpp | 71 OT_ERROR_NOT_FOUND); in TestPowerCalibration() 111 OT_ERROR_NOT_FOUND); in TestPowerCalibration() 116 OT_ERROR_NOT_FOUND); in TestPowerCalibration()
|
D | test_platform.cpp | 240 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet() 245 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet() 294 return OT_ERROR_NOT_FOUND; in otPlatSettingsDelete() 299 return OT_ERROR_NOT_FOUND; in otPlatSettingsDelete()
|
D | test_hdlc.cpp | 143 …VerifyOrQuit(frameBuffer.GetNextSavedFrame(frame, length) == OT_ERROR_NOT_FOUND, "after constructo… in TestSpinelMultiFrameBuffer() 220 VerifyOrQuit(frameBuffer.GetNextSavedFrame(newFrame, newLength) == OT_ERROR_NOT_FOUND, in TestSpinelMultiFrameBuffer() 279 … VerifyOrQuit(frameBuffer.GetNextSavedFrame(frame, length) == OT_ERROR_NOT_FOUND, "after Clear()"); in TestSpinelMultiFrameBuffer() 533 …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()
|
/openthread-3.5.0/src/lib/spinel/ |
D | spinel_buffer.cpp | 565 … VerifyOrExit(mReadSegmentHead != mWriteFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment() 574 … VerifyOrExit(mReadSegmentHead == mReadFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment() 626 VerifyOrExit((header & kSegmentHeaderMessageIndicatorFlag) != 0, error = OT_ERROR_NOT_FOUND); in OutFramePrepareMessage() 632 VerifyOrExit(mReadMessage != nullptr, error = OT_ERROR_NOT_FOUND); in OutFramePrepareMessage() 654 VerifyOrExit(mReadMessage != nullptr, error = OT_ERROR_NOT_FOUND); in OutFrameFillMessageBuffer() 656 VerifyOrExit(mReadMessageOffset < otMessageGetLength(mReadMessage), error = OT_ERROR_NOT_FOUND); in OutFrameFillMessageBuffer() 661 VerifyOrExit(readLength > 0, error = OT_ERROR_NOT_FOUND); in OutFrameFillMessageBuffer() 680 VerifyOrExit(!IsEmpty(), error = OT_ERROR_NOT_FOUND); in OutFrameBegin() 729 error = OT_ERROR_NOT_FOUND; in OutFrameReadByte() 786 VerifyOrExit(!IsEmpty(), error = OT_ERROR_NOT_FOUND); in OutFrameRemove()
|
D | multi_frame_buffer.hpp | 390 error = OT_ERROR_NOT_FOUND; in GetNextSavedFrame()
|
D | radio_spinel_impl.hpp | 132 ret = OT_ERROR_NOT_FOUND; in SpinelStatusToOtError() 2199 if (error != OT_ERROR_NONE && error != OT_ERROR_NOT_FOUND) in RestoreProperties()
|
/openthread-3.5.0/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 | 1053 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove() 1967 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove() 2045 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove() 2241 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove() 3436 if (error == OT_ERROR_NOT_FOUND) in HandlePropertyRemove() 3893 VerifyOrExit(service != nullptr, error = OT_ERROR_NOT_FOUND); in HandlePropertyRemove() 3944 case OT_ERROR_NOT_FOUND: in SrpClientErrorToSpinelError() 4215 case OT_ERROR_NOT_FOUND: in HandleJoinerCallback()
|
D | ncp_base.cpp | 128 case OT_ERROR_NOT_FOUND: in ThreadErrorToSpinelStatus() 1020 didHandle = (error != OT_ERROR_NOT_FOUND); in HandleCommandPropertySet() 1141 if (error != OT_ERROR_NOT_FOUND) in WritePropertyValueIsFrame()
|
/openthread-3.5.0/include/openthread/ |
D | error.h | 179 OT_ERROR_NOT_FOUND = 23, enumerator
|
/openthread-3.5.0/src/cli/ |
D | cli_network_data.cpp | 498 if (error == OT_ERROR_NOT_FOUND) in Process() 556 error = OT_ERROR_NOT_FOUND; in GetNextPrefix() 589 error = OT_ERROR_NOT_FOUND; in GetNextRoute() 622 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 | 146 if (error == OT_ERROR_NOT_FOUND) in Process()
|
D | cli_srp_client.cpp | 315 VerifyOrExit(service != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
|
/openthread-3.5.0/examples/platforms/utils/ |
D | settings_ram.c | 80 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsGet() 193 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsDelete()
|
D | link_metrics.cpp | 194 VerifyOrExit(dataInfo != nullptr, error = OT_ERROR_NOT_FOUND); in otLinkMetricsConfigureEnhAckProbing()
|
/openthread-3.5.0/tools/ot-fct/ |
D | cli.cpp | 55 otError error = OT_ERROR_NOT_FOUND; in GetNextTargetPower() 76 otError error = OT_ERROR_NOT_FOUND; in GetNextDomain() 279 otError error = OT_ERROR_NOT_FOUND; in ProcessCommand()
|
/openthread-3.5.0/src/core/common/ |
D | error.hpp | 79 constexpr Error kErrorNotFound = OT_ERROR_NOT_FOUND;
|
/openthread-3.5.0/examples/platforms/simulation/ |
D | diag.c | 146 otEXPECT_ACTION((sRawPowerSettingLength != 0), error = OT_ERROR_NOT_FOUND); in otPlatDiagRadioGetRawPowerSetting()
|
/openthread-3.5.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 445 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
|