Searched refs:kErrorNotImplemented (Results 1 – 15 of 15) sorted by relevance
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 225 otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return kErrorNotImplemented; } in otPlatRadioEnergyScan() 227 otError otPlatRadioGetTransmitPower(otInstance *, int8_t *) { return kErrorNotImplemented; } in otPlatRadioGetTransmitPower() 228 otError otPlatRadioSetTransmitPower(otInstance *, int8_t) { return kErrorNotImplemented; } in otPlatRadioSetTransmitPower() 229 …ror otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return kErrorNotImplemented; } in otPlatRadioGetCcaEnergyDetectThreshold() 230 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *, int8_t) { return kErrorNotImplemented;… in otPlatRadioSetCcaEnergyDetectThreshold() 231 otError otPlatRadioGetFemLnaGain(otInstance *, int8_t *) { return kErrorNotImplemented; } in otPlatRadioGetFemLnaGain() 232 otError otPlatRadioSetFemLnaGain(otInstance *, int8_t) { return kErrorNotImplemented; } in otPlatRadioSetFemLnaGain() 234 otError otPlatRadioSetCoexEnabled(otInstance *, bool) { return kErrorNotImplemented; } in otPlatRadioSetCoexEnabled() 235 otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return kErrorNotImplemented… in otPlatRadioGetCoexMetrics() 237 otError otPlatRadioResetCsl(otInstance *) { return kErrorNotImplemented; } in otPlatRadioResetCsl() [all …]
|
D | nexus_misc.cpp | 110 otError otPlatDiagProcess(otInstance *, uint8_t, char *[]) { return kErrorNotImplemented;… in otPlatDiagProcess() 120 otError otPlatResetToBootloader(otInstance *) { return kErrorNotImplemented; } in otPlatResetToBootloader()
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 311 return kErrorNotImplemented; in otPlatRadioGetFemLnaGain() 319 return kErrorNotImplemented; in otPlatRadioSetFemLnaGain() 330 return kErrorNotImplemented; in otPlatRadioSetChannelMaxTransmitPower() 338 return kErrorNotImplemented; in otPlatRadioSetRegion() 346 return kErrorNotImplemented; in otPlatRadioGetRegion() 359 return kErrorNotImplemented; in otPlatRadioReceiveAt()
|
D | radio.hpp | 1062 inline Error Radio::GetTransmitPower(int8_t &) { return kErrorNotImplemented; } in GetTransmitPower() 1064 inline Error Radio::SetTransmitPower(int8_t) { return kErrorNotImplemented; } in SetTransmitPower() 1066 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &) { return kErrorNotImplemented; } in GetCcaEnergyDetectThreshold() 1068 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t) { return kErrorNotImplemented; } in SetCcaEnergyDetectThreshold() 1097 return kErrorNotImplemented; in EnableCsl() 1100 inline Error Radio::ResetCsl(void) { return kErrorNotImplemented; } in ResetCsl() 1121 inline Error Radio::EnergyScan(uint8_t, uint16_t) { return kErrorNotImplemented; } in EnergyScan()
|
/openthread-latest/src/ncp/ |
D | multipan_platform.cpp | 92 return kErrorNotImplemented; in otPlatMultipanGetActiveInstance() 100 return kErrorNotImplemented; in otPlatMultipanSetActiveInstance()
|
/openthread-latest/src/core/common/ |
D | error.hpp | 66 constexpr Error kErrorNotImplemented = OT_ERROR_NOT_IMPLEMENTED; variable
|
D | settings.cpp | 253 OT_ASSERT(error != kErrorNotImplemented); in ReadOperationalDataset() 263 OT_ASSERT(error != kErrorNotImplemented); in DeleteOperationalDataset()
|
/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 116 return kErrorNotImplemented; in DiscoverNat64Prefix()
|
/openthread-latest/src/core/net/ |
D | udp6.cpp | 117 Error error = kErrorNotImplemented; in JoinNetifMulticastGroup() 134 Error error = kErrorNotImplemented; in LeaveNetifMulticastGroup()
|
D | dns_types.cpp | 74 error = kErrorNotImplemented; in ResponseCodeToError()
|
D | tcp6.cpp | 613 Error error = kErrorNotImplemented; in HandleMessage()
|
/openthread-latest/src/core/mac/ |
D | mac_links.hpp | 629 kErrorNotImplemented; in EnergyScan()
|
D | sub_mac.cpp | 732 error = kErrorNotImplemented; in EnergyScan()
|
/openthread-latest/src/core/meshcop/ |
D | tcat_agent.cpp | 487 case kErrorNotImplemented: in HandleSingleTlv()
|
D | secure_transport.cpp | 1331 VerifyOrExit(aThreadOidDescriptor < 128, error = kErrorNotImplemented); in GetThreadAttributeFromCertificate()
|