Searched refs:RADIO_ACCEPT_CALL (Results 1 – 8 of 8) sorted by relevance
61 RADIO_ACCEPT_CALL, enumerator
111 case RadioEvent::RADIO_ACCEPT_CALL: in DfxWriteCallFaultEvent()
85 CoreManagerInner::GetInstance().Answer(slotId, RadioEvent::RADIO_ACCEPT_CALL, handle); in AnswerRequest()
55 requestFuncMap_[RadioEvent::RADIO_ACCEPT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap()401 case RadioEvent::RADIO_ACCEPT_CALL: in CommonResultEventHandling()467 } else if (id == RadioEvent::RADIO_ACCEPT_CALL) { in CommonResultResponse()
680 return SendEvent(slotId, RadioEvent::RADIO_ACCEPT_CALL, info); in AnswerResponse()
919 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_ACCEPT_CALL); in CallAnswerTest()
751 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_ACCEPT_CALL); in OnRequestCallAnswerTest()
2674 … auto acceptEvent = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_ACCEPT_CALL, rilRadioResponse);