/base/telephony/sms_mms/services/ |
D | sms_network_policy_manager.cpp | 47 slotId_, shared_from_this(), RadioEvent::RADIO_PS_CONNECTION_ATTACHED, nullptr); in RegisterHandler() 49 slotId_, shared_from_this(), RadioEvent::RADIO_PS_CONNECTION_DETACHED, nullptr); in RegisterHandler() 51 slotId_, shared_from_this(), RadioEvent::RADIO_ON, nullptr); in RegisterHandler() 53 slotId_, shared_from_this(), RadioEvent::RADIO_OFF, nullptr); in RegisterHandler() 55 slotId_, shared_from_this(), RadioEvent::RADIO_STATE_CHANGED, nullptr); in RegisterHandler() 57 slotId_, shared_from_this(), RadioEvent::RADIO_PS_RAT_CHANGED, nullptr); in RegisterHandler() 59 slotId_, shared_from_this(), RadioEvent::RADIO_NETWORK_STATE, nullptr); in RegisterHandler() 61 slotId_, shared_from_this(), RadioEvent::RADIO_IMS_NETWORK_STATE_CHANGED, nullptr); in RegisterHandler() 69 slotId_, shared_from_this(), RadioEvent::RADIO_PS_CONNECTION_ATTACHED); in UnRegisterHandler() 71 slotId_, shared_from_this(), RadioEvent::RADIO_PS_CONNECTION_DETACHED); in UnRegisterHandler() [all …]
|
D | sms_sender.cpp | 46 case RadioEvent::RADIO_SEND_SMS: in ProcessEvent() 47 case RadioEvent::RADIO_SEND_CDMA_SMS: in ProcessEvent() 48 case RadioEvent::RADIO_SEND_IMS_GSM_SMS: in ProcessEvent() 49 case RadioEvent::RADIO_SEND_SMS_EXPECT_MORE: { in ProcessEvent() 61 case RadioEvent::RADIO_SMS_STATUS: { in ProcessEvent() 65 case RadioEvent::RADIO_SET_IMS_SMS: { in ProcessEvent() 70 case RadioEvent::RADIO_GET_IMS_SMS: { in ProcessEvent()
|
/base/telephony/cellular_data/services/src/ |
D | cellular_data_controller.cpp | 194 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE, nu… in RegisterEvents() 195 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED, … in RegisterEvents() 196 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_ACCOUNT_LOADED, … in RegisterEvents() 197 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_CONNECTION_ATTACH… in RegisterEvents() 198 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_CONNECTION_DETACH… in RegisterEvents() 199 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_ROAMING_OPEN, nul… in RegisterEvents() 200 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_ROAMING_CLOSE, nu… in RegisterEvents() 201 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_STATE_CHANGED, nullp… in RegisterEvents() 202 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_RAT_CHANGED, null… in RegisterEvents() 203 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_CALL_STATUS_INFO, nu… in RegisterEvents() [all …]
|
D | data_connection_monitor.cpp | 131 SetRadioState(CORE_SERVICE_POWER_OFF, RadioEvent::RADIO_OFF); in HandleRecovery() 167 RadioEvent::RADIO_DATA_CALL_LIST_CHANGED, shared_from_this()); in GetPdpContextList() 178 RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE, shared_from_this()); in GetPreferredNetworkPara() 190 RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE, networkType, shared_from_this()); in SetPreferredNetworkPara() 253 case RadioEvent::RADIO_DATA_CALL_LIST_CHANGED: in ProcessEvent() 256 case RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE: in ProcessEvent() 259 case RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE: in ProcessEvent() 262 case RadioEvent::RADIO_OFF: in ProcessEvent() 263 SetRadioState(CORE_SERVICE_POWER_ON, RadioEvent::RADIO_ON); in ProcessEvent() 265 case RadioEvent::RADIO_ON: in ProcessEvent()
|
/base/telephony/core_service/services/network_search/include/ |
D | network_utils.h | 129 bool SendBase(int32_t slotId, RadioEvent radioEvent); 140 bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t param); 152 bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, int32_t secondParam); 164 … bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, std::string secondParam); 175 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb… 188 …int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param… 201 …int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param… 214 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb… 227 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb… 240 T GetFunctionOfEvent(RadioEvent radioEvent); [all …]
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_handler.cpp | 27 { RadioEvent::RADIO_SIM_STATE_CHANGE, &NetworkSearchHandler::SimStateChange }, 28 { RadioEvent::RADIO_IMSI_LOADED_READY, &NetworkSearchHandler::ImsiLoadedReady }, 29 { RadioEvent::RADIO_SIM_RECORDS_LOADED, &NetworkSearchHandler::SimRecordsLoaded }, 30 { RadioEvent::RADIO_STATE_CHANGED, &NetworkSearchHandler::RadioStateChange }, 31 { RadioEvent::RADIO_NETWORK_STATE, &NetworkSearchHandler::GetNetworkStateInfo }, 32 { RadioEvent::RADIO_RESTRICTED_STATE, &NetworkSearchHandler::RadioRestrictedState }, 33 { RadioEvent::RADIO_DATA_REG_STATE, &NetworkSearchHandler::RadioRilDataRegState }, 34 { RadioEvent::RADIO_VOICE_REG_STATE, &NetworkSearchHandler::RadioRilVoiceRegState }, 35 { RadioEvent::RADIO_GET_SIGNAL_STRENGTH, &NetworkSearchHandler::RadioSignalStrength }, 36 { RadioEvent::RADIO_SIGNAL_STRENGTH_UPDATE, &NetworkSearchHandler::RadioSignalStrength }, [all …]
|
D | network_utils.cpp | 223 const std::map<RadioEvent, std::any> EventSender::mapFunctions_ = { 224 { RadioEvent::RADIO_GET_NETWORK_SELECTION_MODE, &ITelRilManager::GetNetworkSelectionMode }, 225 { RadioEvent::RADIO_SET_NETWORK_SELECTION_MODE, &ITelRilManager::SetNetworkSelectionMode }, 226 { RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE, &ITelRilManager::GetPreferredNetwork }, 227 { RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE, &ITelRilManager::SetPreferredNetwork }, 228 { RadioEvent::RADIO_SET_STATUS, &ITelRilManager::SetRadioState }, 229 { RadioEvent::RADIO_GET_STATUS, &ITelRilManager::GetRadioState }, 230 { RadioEvent::RADIO_GET_IMEI, &ITelRilManager::GetImei }, 231 { RadioEvent::RADIO_GET_MEID, &ITelRilManager::GetMeid }, 232 { RadioEvent::RADIO_NETWORK_SEARCH_RESULT, &ITelRilManager::GetNetworkSearchInformation }, [all …]
|
D | network_search_manager.cpp | 194 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_STATUS); in OnInit() 220 eventSender_->SendBase(slotId, RadioEvent::RADIO_SET_STATUS, fun, rst); in SetRadioState() 233 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_SET_STATUS, &callback, fun, rst)) { in SetRadioState() 288 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_ROAMING_OPEN); in NotifyPsRoamingOpenChanged() 299 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_ROAMING_CLOSE); in NotifyPsRoamingCloseChanged() 310 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_EMERGENCY_STATE_OPEN); in NotifyEmergencyOpenChanged() 321 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_EMERGENCY_STATE_CLOSE); in NotifyEmergencyCloseChanged() 332 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_RAT_CHANGED); in NotifyPsRatChanged() 343 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_CONNECTION_ATTACHED); in NotifyPsConnectionAttachedChanged() 354 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_CONNECTION_DETACHED); in NotifyPsConnectionDetachedChanged() [all …]
|
/base/telephony/core_service/services/sim/src/ |
D | stk_controller.cpp | 64 simStateManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterEvents() 65 …telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_SESSION_END, … in RegisterEvents() 66 …telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_PROACTIVE_COM… in RegisterEvents() 67 …telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_ALPHA_NOTIFY,… in RegisterEvents() 68 …telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_EVENT_NOTIFY,… in RegisterEvents() 69 …telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_CALL_SETUP, n… in RegisterEvents() 70 …telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_ICC_REFRESH, null… in RegisterEvents() 85 simStateManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents() 86 …telRilManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_SESSION_END… in UnRegisterEvents() 87 …telRilManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STK_PROACTIVE_C… in UnRegisterEvents() [all …]
|
D | sim_state_handle.cpp | 56 …telRilManager_->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE… in Init() 57 …telRilManager_->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STATE_CHANGED, n… in Init() 259 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, slotId); in ProcessIccCardState() 269 …telRilManager_->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHAN… in UnInit() 270 …telRilManager_->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STATE_CHANGED); in UnInit() 477 case RadioEvent::RADIO_STATE_CHANGED: in ProcessEvent() 478 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent() 550 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_READY); in SimStateEscape() 556 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED); in SimStateEscape() 562 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED); in SimStateEscape() [all …]
|
D | multi_sim_monitor.cpp | 54 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in ProcessEvent() 59 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in ProcessEvent() 99 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId); in InitData() 128 …simFileManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOAD… in RegisterForIccLoaded() 139 …simFileManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LO… in UnRegisterForIccLoaded() 150 …simFileManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE… in RegisterForSimStateChanged() 161 …simFileManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHAN… in UnRegisterForSimStateChanged()
|
D | icc_file.cpp | 87 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in Init() 88 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in Init() 89 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_SIMLOCK); in Init() 287 int eventCode = RadioEvent::RADIO_IMSI_LOADED_READY; in RegisterImsiLoaded() 293 eventHandler->SendEvent(RadioEvent::RADIO_IMSI_LOADED_READY); in RegisterImsiLoaded() 301 imsiReadyObser_->Remove(RadioEvent::RADIO_IMSI_LOADED_READY, handler); in UnregisterImsiLoaded() 307 int eventCode = RadioEvent::RADIO_SIM_RECORDS_LOADED; in RegisterAllFilesLoaded() 315 eventHandler->SendEvent(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in RegisterAllFilesLoaded() 325 filesFetchedObser_->Remove(RadioEvent::RADIO_SIM_RECORDS_LOADED, handler); in UnregisterAllFilesLoaded() 332 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in RegisterCoreNotify() [all …]
|
D | sim_state_tracker.cpp | 61 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_RECORDS_LOADED) { in ProcessEvent() 85 simFileManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterForIccLoaded() 96 simFileManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterForIccLoaded()
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_handler.cpp | 48 requestFuncMap_[RadioEvent::RADIO_DIAL] = &CellularCallHandler::DialResponse; in InitBasicFuncMap() 49 requestFuncMap_[RadioEvent::RADIO_HANGUP_CONNECT] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 50 requestFuncMap_[RadioEvent::RADIO_REJECT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 51 requestFuncMap_[RadioEvent::RADIO_ACCEPT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 52 requestFuncMap_[RadioEvent::RADIO_HOLD_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 53 requestFuncMap_[RadioEvent::RADIO_ACTIVE_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 54 requestFuncMap_[RadioEvent::RADIO_SWAP_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 55 requestFuncMap_[RadioEvent::RADIO_JOIN_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 56 requestFuncMap_[RadioEvent::RADIO_SPLIT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 57 requestFuncMap_[RadioEvent::RADIO_CALL_SUPPLEMENT] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() [all …]
|
D | cellular_call_service.cpp | 167 … CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_AVAIL); in HandlerResetUnRegister() 168 … CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_NOT_AVAIL); in HandlerResetUnRegister() 169 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_… in HandlerResetUnRegister() 170 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_STATUS_… in HandlerResetUnRegister() 171 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_USSD_NO… in HandlerResetUnRegister() 172 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SS_NOTI… in HandlerResetUnRegister() 173 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_RINGBAC… in HandlerResetUnRegister() 175 slot, handler, RadioEvent::RADIO_CALL_EMERGENCY_NUMBER_REPORT); in HandlerResetUnRegister() 176 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SRVCC_S… in HandlerResetUnRegister() 177 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_RSRVCC_… in HandlerResetUnRegister() [all …]
|
/base/telephony/cellular_data/services/include/ |
D | cellular_data_handler.h | 138 {RadioEvent::RADIO_PS_CONNECTION_ATTACHED, &CellularDataHandler::RadioPsConnectionAttached}, 139 {RadioEvent::RADIO_PS_CONNECTION_DETACHED, &CellularDataHandler::RadioPsConnectionDetached}, 140 {RadioEvent::RADIO_PS_ROAMING_OPEN, &CellularDataHandler::RoamingStateOn}, 141 {RadioEvent::RADIO_PS_ROAMING_CLOSE, &CellularDataHandler::RoamingStateOff}, 142 {RadioEvent::RADIO_EMERGENCY_STATE_OPEN, &CellularDataHandler::PsRadioEmergencyStateOpen}, 143 {RadioEvent::RADIO_EMERGENCY_STATE_CLOSE, &CellularDataHandler::PsRadioEmergencyStateClose}, 150 {RadioEvent::RADIO_STATE_CHANGED, &CellularDataHandler::HandleRadioStateChanged}, 151 {RadioEvent::RADIO_SIM_STATE_CHANGE, &CellularDataHandler::HandleSimStateOrRecordsChanged}, 152 … {RadioEvent::RADIO_SIM_RECORDS_LOADED, &CellularDataHandler::HandleSimStateOrRecordsChanged}, 153 {RadioEvent::RADIO_SIM_ACCOUNT_LOADED, &CellularDataHandler::HandleSimAccountLoaded}, [all …]
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_cs.cpp | 41 slotId, RadioEvent::RADIO_DIAL, dialRequest.phoneNum, dialRequest.clirMode, handle); in DialRequest() 62 CoreManagerInner::GetInstance().Hangup(slotId, RadioEvent::RADIO_HANGUP_CONNECT, index, handle); in HangUpRequest() 82 CoreManagerInner::GetInstance().Answer(slotId, RadioEvent::RADIO_ACCEPT_CALL, handle); in AnswerRequest() 102 CoreManagerInner::GetInstance().Reject(slotId, RadioEvent::RADIO_REJECT_CALL, handle); in RejectRequest() 118 CoreManagerInner::GetInstance().HoldCall(slotId, RadioEvent::RADIO_HOLD_CALL, handle); in HoldRequest() 134 CoreManagerInner::GetInstance().UnHoldCall(slotId, RadioEvent::RADIO_ACTIVE_CALL, handle); in UnHoldCallRequest() 150 CoreManagerInner::GetInstance().SwitchCall(slotId, RadioEvent::RADIO_SWAP_CALL, handle); in SwitchCallRequest() 166 …CoreManagerInner::GetInstance().CombineConference(slotId, RadioEvent::RADIO_JOIN_CALL, voiceCall, … in CombineConferenceRequest() 182 …CoreManagerInner::GetInstance().SeparateConference(slotId, RadioEvent::RADIO_SPLIT_CALL, index, vo… in SeparateConferenceRequest() 198 …CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, ha… in CallSupplementRequest() [all …]
|
D | supplement_request.cpp | 53 …CoreManagerInner::GetInstance().GetClip(slotId, RadioEvent::RADIO_GET_CALL_CLIP, GetMMIHandler(slo… in GetClipRequest() 68 …CoreManagerInner::GetInstance().SetClir(slotId, RadioEvent::RADIO_SET_CALL_CLIR, action, GetMMIHan… in SetClirRequest() 83 …CoreManagerInner::GetInstance().GetClir(slotId, RadioEvent::RADIO_GET_CALL_CLIR, GetMMIHandler(slo… in GetClirRequest() 99 slotId, RadioEvent::RADIO_GET_CALL_FORWARD, reason, GetMMIHandler(slotId)); in GetCallTransferRequest() 122 slotId, RadioEvent::RADIO_SET_CALL_FORWARD, callTransferParam, GetMMIHandler(slotId)); in SetCallTransferRequest() 138 slotId, RadioEvent::RADIO_GET_CALL_RESTRICTION, fac, GetMMIHandler(slotId)); in GetCallRestrictionRequest() 158 … slotId, RadioEvent::RADIO_SET_CALL_RESTRICTION, callRestrictionParam, GetMMIHandler(slotId)); in SetCallRestrictionRequest() 174 slotId, RadioEvent::RADIO_SET_CALL_WAIT, activate, GetMMIHandler(slotId)); in SetCallWaitingRequest() 189 …CoreManagerInner::GetInstance().GetCallWaiting(slotId, RadioEvent::RADIO_GET_CALL_WAIT, GetMMIHand… in GetCallWaitingRequest() 270 …CoreManagerInner::GetInstance().SetUssd(slotId, RadioEvent::RADIO_SET_USSD, msg, GetMMIHandler(slo… in SendUssdRequest()
|
D | config_request.cpp | 43 slotId, RadioEvent::RADIO_SET_CALL_PREFERENCE_MODE, mode, handle); in SetDomainPreferenceModeRequest() 64 …CoreManagerInner::GetInstance().GetCallPreferenceMode(slotId, RadioEvent::RADIO_GET_CALL_PREFERENC… in GetDomainPreferenceModeRequest() 215 CoreManagerInner::GetInstance().SetMute(slotId, RadioEvent::RADIO_SET_CMUT, mute, handle); in SetMuteRequest() 236 CoreManagerInner::GetInstance().GetMute(slotId, RadioEvent::RADIO_GET_CMUT, handle); in GetMuteRequest() 247 …CoreManagerInner::GetInstance().GetEmergencyCallList(slotId, RadioEvent::RADIO_GET_EMERGENCY_CALL_… in GetEmergencyCallListRequest() 261 slotId, RadioEvent::RADIO_SET_EMERGENCY_CALL_LIST, eccVec, handle); in SetEmergencyCallListRequest()
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 554 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_STATE_CHANGED, nullptr); in OnInitForRegister() 555 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_IMS_NETWORK_STATE_CHANGED, n… in OnInitForRegister() 556 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_ON, nullptr); in OnInitForRegister() 557 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_NOT_AVAIL, nullptr); in OnInitForRegister() 558 … telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_CALL_STATUS_INFO, nullptr); in OnInitForRegister() 559 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_NETWORK_STATE, nullptr); in OnInitForRegister() 560 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_DATA_CALL_LIST_CHANGED, null… in OnInitForRegister() 561 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_ICC_STATUS_CHANGED, nullptr); in OnInitForRegister() 562 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_GSM_SMS, nullptr); in OnInitForRegister() 563 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_CDMA_SMS, nullptr); in OnInitForRegister() [all …]
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_callback_stub.cpp | 527 return SendEvent(slotId, RadioEvent::RADIO_DIAL, info); in DialResponse() 533 return SendEvent(slotId, RadioEvent::RADIO_HANGUP_CONNECT, info); in HangUpResponse() 539 return SendEvent(slotId, RadioEvent::RADIO_REJECT_CALL, info); in RejectWithReasonResponse() 545 return SendEvent(slotId, RadioEvent::RADIO_ACCEPT_CALL, info); in AnswerResponse() 551 return SendEvent(slotId, RadioEvent::RADIO_HOLD_CALL, info); in HoldCallResponse() 557 return SendEvent(slotId, RadioEvent::RADIO_ACTIVE_CALL, info); in UnHoldCallResponse() 563 return SendEvent(slotId, RadioEvent::RADIO_SWAP_CALL, info); in SwitchCallResponse() 569 return SendEvent(slotId, RadioEvent::RADIO_START_DTMF, info); in StartDtmfResponse() 575 return SendEvent(slotId, RadioEvent::RADIO_SEND_DTMF, info); in SendDtmfResponse() 581 return SendEvent(slotId, RadioEvent::RADIO_STOP_DTMF, info); in StopDtmfResponse() [all …]
|
/base/telephony/sms_mms/services/ims_service_interaction/src/ |
D | ims_sms_callback_stub.cpp | 115 uint32_t item = RadioEvent::RADIO_SEND_IMS_GSM_SMS; in ImsSendMessageResponse() 122 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_SEND_IMS_GSM_SMS)… in ImsSendMessageResponse() 127 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_SET_IMS_SMS), inf… in ImsSetSmsConfigResponse() 139 uint32_t item = RadioEvent::RADIO_GET_IMS_SMS; in ImsGetSmsConfigResponse() 146 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_GET_IMS_SMS), inf… in ImsGetSmsConfigResponse()
|
/base/telephony/cellular_data/services/include/state_machine/ |
D | active.h | 67 {RadioEvent::RADIO_NR_STATE_CHANGED, &Active::ProcessNrStateChanged}, 68 {RadioEvent::RADIO_NR_FREQUENCY_CHANGED, &Active::ProcessNrFrequencyChanged}, 70 {RadioEvent::RADIO_RIL_SETUP_DATA_CALL, &Active::ProcessDataConnectionComplete},
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_base.cpp | 106 case RadioEvent::RADIO_DIAL: in DfxWriteCallFaultEvent() 111 case RadioEvent::RADIO_ACCEPT_CALL: in DfxWriteCallFaultEvent() 116 case RadioEvent::RADIO_REJECT_CALL: in DfxWriteCallFaultEvent() 117 case RadioEvent::RADIO_HANGUP_CONNECT: in DfxWriteCallFaultEvent()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test.cpp | 283 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_CURRENT_CALLS); in CallGetCurrentCallsStatusTest() 303 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_STATUS); in SimGetSimStatusTest() 322 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_IO); in SimIccIoTest() 350 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_IMSI); in SimGetImsiTest() 369 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_LOCK_STATUS); in GetSimLockStatusTest() 389 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_SET_LOCK); in SetSimLockTest() 412 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_SET_LOCK); in UnSetSimLockTest() 435 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_CHANGE_PASSWD); in ChangeSimPasswordTest() 459 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SET_STATUS); in RadioRestartTest() 486 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_ENTER_PIN); in EnterSimPinTest() [all …]
|