Searched refs:RADIO_HOLD_CALL (Results 1 – 6 of 6) sorted by relevance
63 RADIO_HOLD_CALL, enumerator
121 CoreManagerInner::GetInstance().HoldCall(slotId, RadioEvent::RADIO_HOLD_CALL, handle); in HoldRequest()
56 requestFuncMap_[RadioEvent::RADIO_HOLD_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap()404 case RadioEvent::RADIO_HOLD_CALL: in CommonResultEventHandling()
686 return SendEvent(slotId, RadioEvent::RADIO_HOLD_CALL, info); in HoldCallResponse()
938 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_HOLD_CALL); in CallHoldTest()
762 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_HOLD_CALL); in OnRequestCallHoldTest()