Lines Matching refs:SuccessOrDie

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()
337 SuccessOrDie(GetRadioSpinel().SetPromiscuous(aEnable)); in otPlatRadioSetPromiscuous()
467 SuccessOrDie(GetRadioSpinel().EnableSrcMatch(aEnable)); in otPlatRadioEnableSrcMatch()
511 SuccessOrDie(GetRadioSpinel().ClearSrcMatchShortEntries()); in otPlatRadioClearSrcMatchShortEntries()
517 SuccessOrDie(GetRadioSpinel().ClearSrcMatchExtEntries()); in otPlatRadioClearSrcMatchExtEntries()
906 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
913 SuccessOrDie(GetRadioSpinel().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLarger */ false)); in otPlatRadioSetMacFrameCounter()
919 SuccessOrDie(GetRadioSpinel().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLarger */ true)); in otPlatRadioSetMacFrameCounterIfLarger()