Lines Matching refs:Error

152         void HandleReceiveDone(Mac::RxFrame *aFrame, Error aError);
171 void HandleTransmitDone(Mac::TxFrame &aFrame, Mac::RxFrame *aAckFrame, Error aError);
197 void HandleDiagsReceiveDone(Mac::RxFrame *aFrame, Error aError);
208 void HandleDiagsTransmitDone(Mac::TxFrame &aFrame, Error aError);
401 Error GetTransmitPower(int8_t &aPower);
411 Error SetTransmitPower(int8_t aPower);
421 Error GetCcaEnergyDetectThreshold(int8_t &aThreshold);
431 Error SetCcaEnergyDetectThreshold(int8_t aThreshold);
472 Error Enable(void);
480 Error Disable(void);
496 Error Sleep(void);
506 Error Receive(uint8_t aChannel);
519 Error ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration);
543 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
552 Error ResetCsl(void);
602 Error Transmit(Mac::TxFrame &aFrame);
623 Error EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration);
651 Error AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
661 Error AddSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
671 Error ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
681 Error ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
729 Error ConfigureEnhAckProbing(otLinkMetrics aLinkMetrics, in ConfigureEnhAckProbing()
761Error SetRegion(uint16_t aRegionCode) { return otPlatRadioSetRegion(GetInstancePtr(), aRegionCode)… in SetRegion()
775Error GetRegion(uint16_t &aRegionCode) const { return otPlatRadioGetRegion(GetInstancePtr(), &aReg… in GetRegion()
907 inline Error Radio::GetTransmitPower(int8_t &aPower) { return otPlatRadioGetTransmitPower(GetInstan… in GetTransmitPower()
909 inline Error Radio::SetTransmitPower(int8_t aPower) { return otPlatRadioSetTransmitPower(GetInstanc… in SetTransmitPower()
911 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold()
916 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
929 inline Error Radio::Enable(void) in Enable()
937 inline Error Radio::Disable(void) in Disable()
947 inline Error Radio::Sleep(void) in Sleep()
955 inline Error Radio::Receive(uint8_t aChannel) in Receive()
964 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
966 Error error = otPlatRadioReceiveAt(GetInstancePtr(), aChannel, aStart, aDuration); in ReceiveAt()
983 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl()
988 inline Error Radio::ResetCsl(void) { return otPlatRadioResetCsl(GetInstancePtr()); } in ResetCsl()
1007 inline Error Radio::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
1014 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry()
1019 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry()
1024 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in ClearSrcMatchExtEntry()
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()
1078 inline Error Radio::Enable(void) { return kErrorNone; } in Enable()
1080 inline Error Radio::Disable(void) { return kErrorInvalidState; } in Disable()
1084 inline Error Radio::Sleep(void) { return kErrorNone; } in Sleep()
1086 inline Error Radio::Receive(uint8_t) { return kErrorNone; } in Receive()
1089 inline Error Radio::ReceiveAt(uint8_t, uint32_t, uint32_t) { return kErrorNone; } in ReceiveAt()
1095 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()
1100 inline Error Radio::ResetCsl(void) { return kErrorNotImplemented; } in ResetCsl()
1117 inline Error Radio::Transmit(Mac::TxFrame &) { return kErrorAbort; } in Transmit()
1121 inline Error Radio::EnergyScan(uint8_t, uint16_t) { return kErrorNotImplemented; } in EnergyScan()
1125 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in AddSrcMatchShortEntry()
1127 inline Error Radio::AddSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in AddSrcMatchExtEntry()
1129 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in ClearSrcMatchShortEntry()
1131 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in ClearSrcMatchExtEntry()