Searched refs:RADIO_REJECT_CALL (Results 1 – 7 of 7) sorted by relevance
57 RADIO_REJECT_CALL, enumerator
116 case RadioEvent::RADIO_REJECT_CALL: in DfxWriteCallFaultEvent()
102 CoreManagerInner::GetInstance().Reject(slotId, RadioEvent::RADIO_REJECT_CALL, handle); in RejectRequest()
50 requestFuncMap_[RadioEvent::RADIO_REJECT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap()406 case RadioEvent::RADIO_REJECT_CALL: in CommonResultEventHandling()468 if (id == RadioEvent::RADIO_HANGUP_CONNECT || id == RadioEvent::RADIO_REJECT_CALL) { in CommonResultResponse()
539 return SendEvent(slotId, RadioEvent::RADIO_REJECT_CALL, info); in RejectWithReasonResponse()
583 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_REJECT_CALL, nullptr); in OnInitForRegister()1053 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_REJECT_CALL); in OnRequestRefusedCallTest()
826 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_REJECT_CALL); in RefusedCallTest()