Home
last modified time | relevance | path

Searched refs:OT_ERROR_NOT_IMPLEMENTED (Results 1 – 20 of 20) sorted by relevance

/external/openthread/examples/platforms/simulation/
Dcrypto.c57 return OT_ERROR_NOT_IMPLEMENTED; in otPlatCryptoImportKey()
67 return OT_ERROR_NOT_IMPLEMENTED; in otPlatCryptoExportKey()
74 return OT_ERROR_NOT_IMPLEMENTED; in otPlatCryptoDestroyKey()
Dspi-stubs.c52 return OT_ERROR_NOT_IMPLEMENTED; in otPlatSpiSlaveEnable()
71 return OT_ERROR_NOT_IMPLEMENTED; in otPlatSpiSlavePrepareTransaction()
Dradio.c1034 otEXPECT_ACTION((gRadioCaps & OT_RADIO_CAPS_ENERGY_SCAN), error = OT_ERROR_NOT_IMPLEMENTED); in otPlatRadioEnergyScan()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp207 return OT_ERROR_NOT_IMPLEMENTED; in otDiagProcessCmd()
404 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioEnergyScan()
411 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioSetTransmitPower()
418 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioGetCcaEnergyDetectThreshold()
425 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioSetCcaEnergyDetectThreshold()
/external/openthread/include/openthread/
Derror.h123 OT_ERROR_NOT_IMPLEMENTED = 12, enumerator
/external/ot-br-posix/src/dbus/common/
Derror.hpp116 OT_ERROR_NOT_IMPLEMENTED = 12, enumerator
/external/ot-br-posix/src/dbus/server/
Derror_helper.cpp49 {OT_ERROR_NOT_IMPLEMENTED, OPENTHREAD_ERROR_PREFIX ".NotImplemented"},
Ddbus_thread_object.cpp467 aRequest.ReplyOtResult(OT_ERROR_NOT_IMPLEMENTED); in PermitUnsecureJoinHandler()
606 return OT_ERROR_NOT_IMPLEMENTED; in SetLegacyUlaPrefixHandler()
928 return OT_ERROR_NOT_IMPLEMENTED; in GetChannelMonitorSampleCountHandler()
957 return OT_ERROR_NOT_IMPLEMENTED; in GetChannelMonitorAllChannelQualities()
1289 return OT_ERROR_NOT_IMPLEMENTED; in GetSrpServerInfoHandler()
1328 return OT_ERROR_NOT_IMPLEMENTED; in GetDnssdCountersHandler()
/external/openthread/src/core/common/
Derror.hpp68 constexpr Error kErrorNotImplemented = OT_ERROR_NOT_IMPLEMENTED;
/external/ot-br-posix/src/dbus/client/
Dclient_error.cpp53 {ClientError::OT_ERROR_NOT_IMPLEMENTED, OTBR_OPENTHREAD_ERROR_PREFIX ".NotImplemented"},
/external/openthread/tests/unit/
Dtest_platform.cpp234 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioEnergyScan()
239 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioSetTransmitPower()
/external/openthread/src/posix/platform/
Dudp.cpp347 ExitNow(error = OT_ERROR_NOT_IMPLEMENTED); in otPlatUdpBindToNetif()
490 ExitNow(error = OT_ERROR_NOT_IMPLEMENTED); in otPlatUdpJoinMulticastGroup()
530 ExitNow(error = OT_ERROR_NOT_IMPLEMENTED); in otPlatUdpLeaveMulticastGroup()
Dradio.cpp666 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioReceiveAt()
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp73 error = OT_ERROR_NOT_IMPLEMENTED; in OtbrErrorToOtError()
/external/openthread/examples/platforms/cc2538/
Dradio.c1246 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioGetCcaEnergyDetectThreshold()
1254 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioSetCcaEnergyDetectThreshold()
/external/openthread/src/cli/
Dcli_network_data.cpp560 error = OT_ERROR_NOT_IMPLEMENTED; in OutputBinary()
Dcli.cpp3903 VerifyOrExit(version != otGetVersionString(), error = OT_ERROR_NOT_IMPLEMENTED); in Process()
/external/openthread/src/ncp/
Dncp_base.cpp111 case OT_ERROR_NOT_IMPLEMENTED: in ThreadErrorToSpinelStatus()
932 error = OT_ERROR_NOT_IMPLEMENTED; in HandleCommand()
1720 error = OT_ERROR_NOT_IMPLEMENTED; in HandlePropertySet()
2096 return OT_ERROR_NOT_IMPLEMENTED; in HandlePropertySet()
Dncp_base_mtd.cpp3950 case OT_ERROR_NOT_IMPLEMENTED: in SrpClientErrorToSpinelError()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp119 ret = OT_ERROR_NOT_IMPLEMENTED; in SpinelStatusToOtError()