Home
last modified time | relevance | path

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

/openthread-3.5.0/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()
69 return OT_ERROR_NOT_IMPLEMENTED; in otPlatSpiSlavePrepareTransaction()
Dradio.c288 return OT_ERROR_NOT_IMPLEMENTED; in ProcessNodeIdFilter()
1140 otEXPECT_ACTION((gRadioCaps & OT_RADIO_CAPS_ENERGY_SCAN), error = OT_ERROR_NOT_IMPLEMENTED); in otPlatRadioEnergyScan()
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp198 return OT_ERROR_NOT_IMPLEMENTED; in otDiagProcessCmd()
208 return OT_ERROR_NOT_IMPLEMENTED; in otDiagProcessCmdLine()
389 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioEnergyScan()
396 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioSetTransmitPower()
403 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioGetCcaEnergyDetectThreshold()
410 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioSetCcaEnergyDetectThreshold()
/openthread-3.5.0/src/core/diags/
Dfactory_diags.cpp900 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagGpioSet()
908 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagGpioGet()
916 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagGpioSetMode()
924 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagGpioGetMode()
935 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagRadioSetRawPowerSetting()
946 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagRadioGetRawPowerSetting()
954 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagRadioRawPowerSettingEnable()
962 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagRadioTransmitCarrier()
970 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagRadioTransmitStream()
987 return OT_ERROR_NOT_IMPLEMENTED; in otPlatDiagRadioGetPowerSettings()
/openthread-3.5.0/include/openthread/
Derror.h123 OT_ERROR_NOT_IMPLEMENTED = 12, enumerator
/openthread-3.5.0/src/posix/platform/
Dhdlc_interface.hpp148 otError HardwareReset(void) { return OT_ERROR_NOT_IMPLEMENTED; } in HardwareReset()
Dvendor_interface_example.cpp108 return OT_ERROR_NOT_IMPLEMENTED; in HardwareReset()
Dradio.cpp164 if (error != OT_ERROR_NONE && error != OT_ERROR_NOT_IMPLEMENTED) in Init()
168 else if (error == OT_ERROR_NOT_IMPLEMENTED) in Init()
180 if (error != OT_ERROR_NONE && error != OT_ERROR_NOT_IMPLEMENTED) in Init()
184 else if (error == OT_ERROR_NOT_IMPLEMENTED) in Init()
904 return OT_ERROR_NOT_IMPLEMENTED; in otPlatRadioReceiveAt()
Dudp.cpp335 ExitNow(error = OT_ERROR_NOT_IMPLEMENTED); in otPlatUdpBindToNetif()
478 ExitNow(error = OT_ERROR_NOT_IMPLEMENTED); in otPlatUdpJoinMulticastGroup()
518 ExitNow(error = OT_ERROR_NOT_IMPLEMENTED); in otPlatUdpLeaveMulticastGroup()
/openthread-3.5.0/src/core/common/
Derror.hpp68 constexpr Error kErrorNotImplemented = OT_ERROR_NOT_IMPLEMENTED;
/openthread-3.5.0/tests/unit/
Dtest_platform.cpp163 …otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioEnergyScan()
165 …WEAK otError otPlatRadioSetTransmitPower(otInstance *, int8_t) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioSetTransmitPower()
/openthread-3.5.0/src/cli/
Dcli_network_data.cpp676 error = OT_ERROR_NOT_IMPLEMENTED; in OutputBinary()
Dcli.cpp6529 VerifyOrExit(version != otGetVersionString(), error = OT_ERROR_NOT_IMPLEMENTED); in Process()
/openthread-3.5.0/src/ncp/
Dncp_base.cpp108 case OT_ERROR_NOT_IMPLEMENTED: in ThreadErrorToSpinelStatus()
916 error = OT_ERROR_NOT_IMPLEMENTED; in HandleCommand()
1700 error = OT_ERROR_NOT_IMPLEMENTED; in HandlePropertySet()
2068 …rror NcpBase::HandlePropertySet<SPINEL_PROP_POWER_STATE>(void) { return OT_ERROR_NOT_IMPLEMENTED; } in HandlePropertySet()
Dncp_base_mtd.cpp3947 case OT_ERROR_NOT_IMPLEMENTED: in SrpClientErrorToSpinelError()
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp108 ret = OT_ERROR_NOT_IMPLEMENTED; in SpinelStatusToOtError()
128 ret = OT_ERROR_NOT_IMPLEMENTED; in SpinelStatusToOtError()