Home
last modified time | relevance | path

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

12

/openthread-3.5.0/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()
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 …]
Dpower_updater.cpp124 otError error = OT_ERROR_NOT_FOUND; in GetDomain()
156 otError error = OT_ERROR_NOT_FOUND; in GetNextTargetPower()
Dconfig_file.cpp62 VerifyOrExit((fp = fopen(mFilePath, "r")) != nullptr, error = OT_ERROR_NOT_FOUND); in Get()
103 VerifyOrExit(ret != nullptr, error = OT_ERROR_NOT_FOUND); in Get()
Dnetif.cpp1175 ((!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/
Dtest_power_calibration.cpp71 OT_ERROR_NOT_FOUND); in TestPowerCalibration()
111 OT_ERROR_NOT_FOUND); in TestPowerCalibration()
116 OT_ERROR_NOT_FOUND); in TestPowerCalibration()
Dtest_platform.cpp240 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()
Dtest_hdlc.cpp143 …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()
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()
/openthread-3.5.0/src/lib/spinel/
Dspinel_buffer.cpp565 … 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()
Dmulti_frame_buffer.hpp390 error = OT_ERROR_NOT_FOUND; in GetNextSavedFrame()
Dradio_spinel_impl.hpp132 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/
Dexample_vendor_hook.cpp85 error = OT_ERROR_NOT_FOUND; in VendorGetPropertyHandler()
109 error = OT_ERROR_NOT_FOUND; in VendorSetPropertyHandler()
Dncp_base_mtd.cpp1053 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()
Dncp_base.cpp128 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/
Derror.h179 OT_ERROR_NOT_FOUND = 23, enumerator
/openthread-3.5.0/src/cli/
Dcli_network_data.cpp498 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()
Dcli_joiner.cpp63 VerifyOrExit(discerner != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
Dcli_commissioner.cpp146 if (error == OT_ERROR_NOT_FOUND) in Process()
Dcli_srp_client.cpp315 VerifyOrExit(service != nullptr, error = OT_ERROR_NOT_FOUND); in Process()
/openthread-3.5.0/examples/platforms/utils/
Dsettings_ram.c80 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsGet()
193 otError error = OT_ERROR_NOT_FOUND; in otPlatSettingsDelete()
Dlink_metrics.cpp194 VerifyOrExit(dataInfo != nullptr, error = OT_ERROR_NOT_FOUND); in otLinkMetricsConfigureEnhAckProbing()
/openthread-3.5.0/tools/ot-fct/
Dcli.cpp55 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/
Derror.hpp79 constexpr Error kErrorNotFound = OT_ERROR_NOT_FOUND;
/openthread-3.5.0/examples/platforms/simulation/
Ddiag.c146 otEXPECT_ACTION((sRawPowerSettingLength != 0), error = OT_ERROR_NOT_FOUND); in otPlatDiagRadioGetRawPowerSetting()
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp445 return OT_ERROR_NOT_FOUND; in otPlatSettingsGet()

12