Searched refs:SuccessOrDie (Results 1 – 8 of 8) sorted by relevance
/openthread-3.6.0/src/posix/platform/ |
D | radio.cpp | 168 SuccessOrDie(aRadioUrl.ParseInt8("fem-lnagain", value)); in ProcessRadioUrl() 169 SuccessOrDie(mRadioSpinel.SetFemLnaGain(value)); in ProcessRadioUrl() 174 SuccessOrDie(aRadioUrl.ParseInt8("cca-threshold", value)); in ProcessRadioUrl() 175 SuccessOrDie(mRadioSpinel.SetCcaEnergyDetectThreshold(value)); in ProcessRadioUrl() 184 SuccessOrDie(otPlatRadioSetRegion(gInstance, regionCode)); in ProcessRadioUrl() 194 SuccessOrDie(mRadioSpinel.SetCoexEnabled(enableCoex[0] != '0')); in ProcessRadioUrl() 306 SuccessOrDie(GetRadioSpinel().GetIeeeEui64(aIeeeEui64)); in otPlatRadioGetIeeeEui64() 312 SuccessOrDie(GetRadioSpinel().SetPanId(panid)); in otPlatRadioSetPanId() 325 SuccessOrDie(GetRadioSpinel().SetExtendedAddress(addr)); in otPlatRadioSetExtendedAddress() 331 SuccessOrDie(GetRadioSpinel().SetShortAddress(aAddress)); in otPlatRadioSetShortAddress() [all …]
|
D | radio_url.cpp | 144 SuccessOrDie(Url::Url::Init(mUrl)); in Init()
|
D | infra_if.cpp | 455 SuccessOrDie(otBorderRoutingInit(gInstance, mInfraIfIndex, otSysInfraIfIsRunning())); in SetUp() 456 SuccessOrDie(otBorderRoutingSetEnabled(gInstance, /* aEnabled */ true)); in SetUp() 549 … SuccessOrDie(otPlatInfraIfStateChanged(gInstance, mInfraIfIndex, otSysInfraIfIsRunning())); in ReceiveNetLinkMessage()
|
D | system.cpp | 204 SuccessOrDie(otSetStateChangedCallback(gInstance, processStateChange, gInstance)); in platformSetUp()
|
D | spi_interface.cpp | 131 SuccessOrDie(mRadioUrl.ParseUint8("gpio-int-line", spiGpioIntLine)); in Init() 132 SuccessOrDie(mRadioUrl.ParseUint8("gpio-reset-line", spiGpioResetLine)); in Init()
|
D | netif.cpp | 526 SuccessOrDie(error); in UpdateMulticast()
|
/openthread-3.6.0/src/lib/spinel/ |
D | radio_spinel.cpp | 146 SuccessOrDie(mSpinelInterface->Init(HandleReceivedFrame, this, mRxFrameBuffer)); in Init() 163 SuccessOrDie(CheckRcpApiVersion(supportsRcpApiVersion, supportsRcpMinHostApiVersion)); in Init() 164 SuccessOrDie(CheckRadioCapabilities()); in Init() 172 SuccessOrDie(error); in Init() 266 SuccessOrDie(Get(SPINEL_PROP_CAPS, SPINEL_DATATYPE_DATA_S, capsBuffer, &capsLength)); in IsRcp() 1902 SuccessOrDie(Set(SPINEL_PROP_PHY_ENABLED, SPINEL_DATATYPE_BOOL_S, false)); in Disable() 1935 SuccessOrDie(Get(aPreferred ? SPINEL_PROP_PHY_CHAN_PREFERRED : SPINEL_PROP_PHY_CHAN_SUPPORTED, in GetRadioChannelMask() 2118 SuccessOrDie(Set(SPINEL_PROP_PHY_ENABLED, SPINEL_DATATYPE_BOOL_S, true)); in RecoverFromRcpFailure() 2131 SuccessOrDie(Set(SPINEL_PROP_MAC_RAW_STREAM_ENABLED, SPINEL_DATATYPE_BOOL_S, true)); in RecoverFromRcpFailure() 2136 SuccessOrDie(Set(SPINEL_PROP_MAC_RAW_STREAM_ENABLED, SPINEL_DATATYPE_BOOL_S, true)); in RecoverFromRcpFailure() [all …]
|
/openthread-3.6.0/src/lib/platform/ |
D | exit_code.h | 132 #define SuccessOrDie(aError) \ macro
|