/base/telephony/sms_mms/services/sms/ |
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 | 190 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE, nu… in RegisterEvents() 191 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED, … in RegisterEvents() 192 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_ACCOUNT_LOADED, … in RegisterEvents() 193 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_CONNECTION_ATTACH… in RegisterEvents() 194 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_CONNECTION_DETACH… in RegisterEvents() 195 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_ROAMING_OPEN, nul… in RegisterEvents() 196 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_ROAMING_CLOSE, nu… in RegisterEvents() 197 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_STATE_CHANGED, nullp… in RegisterEvents() 198 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_DSDS_MODE_CHANGED, n… in RegisterEvents() 199 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_RAT_CHANGED, null… in RegisterEvents() [all …]
|
D | data_connection_monitor.cpp | 131 SetRadioState(CORE_SERVICE_POWER_OFF, RadioEvent::RADIO_OFF); in HandleRecovery() 170 RadioEvent::RADIO_DATA_CALL_LIST_CHANGED, shared_from_this()); in GetPdpContextList() 181 RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE, shared_from_this()); in GetPreferredNetworkPara() 193 RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE, networkType, shared_from_this()); in SetPreferredNetworkPara() 256 case RadioEvent::RADIO_DATA_CALL_LIST_CHANGED: in ProcessEvent() 259 case RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE: in ProcessEvent() 262 case RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE: in ProcessEvent() 265 case RadioEvent::RADIO_OFF: in ProcessEvent() 266 SetRadioState(CORE_SERVICE_POWER_ON, RadioEvent::RADIO_ON); in ProcessEvent() 268 case RadioEvent::RADIO_ON: in ProcessEvent()
|
D | data_connection_manager.cpp | 147 …coreInner.RegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_CONNECTED, null… in RegisterRadioObserver() 148 …coreInner.RegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_DATA_CALL_LIST_… in RegisterRadioObserver() 150 slotId_, stateMachineEventHandler_, RadioEvent::RADIO_LINK_CAPABILITY_CHANGED, nullptr); in RegisterRadioObserver() 160 coreInner.UnRegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_CONNECTED); in UnRegisterRadioObserver() 161 …coreInner.UnRegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_DATA_CALL_LIS… in UnRegisterRadioObserver() 162 …coreInner.UnRegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_LINK_CAPABILI… in UnRegisterRadioObserver() 183 case RadioEvent::RADIO_CONNECTED: in StateProcess() 186 case RadioEvent::RADIO_DATA_CALL_LIST_CHANGED: in StateProcess() 189 case RadioEvent::RADIO_LINK_CAPABILITY_CHANGED: in StateProcess()
|
/base/telephony/core_service/services/network_search/include/ |
D | network_utils.h | 130 bool SendBase(int32_t slotId, RadioEvent radioEvent); 141 bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t param); 153 bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, int32_t secondParam); 165 … bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, std::string secondParam); 176 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb… 189 …int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param… 202 …int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param… 215 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb… 228 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb… 241 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 | 205 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_STATUS); in OnInit() 232 eventSender_->SendBase(slotId, RadioEvent::RADIO_SET_STATUS, fun, rst); in SetRadioState() 244 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_SET_STATUS, &callback, fun, rst)) { in SetRadioState() 299 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_ROAMING_OPEN); in NotifyPsRoamingOpenChanged() 310 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_ROAMING_CLOSE); in NotifyPsRoamingCloseChanged() 321 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_EMERGENCY_STATE_OPEN); in NotifyEmergencyOpenChanged() 332 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_EMERGENCY_STATE_CLOSE); in NotifyEmergencyCloseChanged() 343 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_RAT_CHANGED); in NotifyPsRatChanged() 354 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_CONNECTION_ATTACHED); in NotifyPsConnectionAttachedChanged() 365 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() 258 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, slotId); in ProcessIccCardState() 268 …telRilManager_->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHAN… in UnInit() 269 …telRilManager_->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_STATE_CHANGED); in UnInit() 493 case RadioEvent::RADIO_STATE_CHANGED: in ProcessEvent() 494 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent() 566 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_READY); in SimStateEscape() 572 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED); in SimStateEscape() 578 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED); in SimStateEscape() [all …]
|
D | icc_file.cpp | 89 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in Init() 90 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in Init() 91 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_SIMLOCK); in Init() 302 int eventCode = RadioEvent::RADIO_IMSI_LOADED_READY; in RegisterImsiLoaded() 308 eventHandler->SendEvent(RadioEvent::RADIO_IMSI_LOADED_READY); in RegisterImsiLoaded() 316 imsiReadyObser_->Remove(RadioEvent::RADIO_IMSI_LOADED_READY, handler); in UnregisterImsiLoaded() 322 int eventCode = RadioEvent::RADIO_SIM_RECORDS_LOADED; in RegisterAllFilesLoaded() 330 eventHandler->SendEvent(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_, 0); in RegisterAllFilesLoaded() 340 filesFetchedObser_->Remove(RadioEvent::RADIO_SIM_RECORDS_LOADED, handler); in UnregisterAllFilesLoaded() 347 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in RegisterCoreNotify() [all …]
|
D | multi_sim_monitor.cpp | 64 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in ProcessEvent() 69 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in ProcessEvent() 107 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId); in InitData() 222 …simFileManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOAD… in RegisterSimNotify() 223 …simFileManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE… in RegisterSimNotify() 234 …simFileManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LO… in UnRegisterSimNotify() 235 …simFileManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHAN… in UnRegisterSimNotify()
|
/base/telephony/cellular_data/services/include/ |
D | cellular_data_handler.h | 139 … { RadioEvent::RADIO_PS_CONNECTION_ATTACHED, &CellularDataHandler::RadioPsConnectionAttached }, 140 … { RadioEvent::RADIO_PS_CONNECTION_DETACHED, &CellularDataHandler::RadioPsConnectionDetached }, 141 { RadioEvent::RADIO_PS_ROAMING_OPEN, &CellularDataHandler::RoamingStateOn }, 142 { RadioEvent::RADIO_PS_ROAMING_CLOSE, &CellularDataHandler::RoamingStateOff }, 143 { RadioEvent::RADIO_EMERGENCY_STATE_OPEN, &CellularDataHandler::PsRadioEmergencyStateOpen }, 144 … { RadioEvent::RADIO_EMERGENCY_STATE_CLOSE, &CellularDataHandler::PsRadioEmergencyStateClose }, 151 { RadioEvent::RADIO_STATE_CHANGED, &CellularDataHandler::HandleRadioStateChanged }, 152 { RadioEvent::RADIO_DSDS_MODE_CHANGED, &CellularDataHandler::HandleDsdsModeChanged }, 153 … { RadioEvent::RADIO_SIM_STATE_CHANGE, &CellularDataHandler::HandleSimStateOrRecordsChanged }, 154 … { RadioEvent::RADIO_SIM_RECORDS_LOADED, &CellularDataHandler::HandleSimStateOrRecordsChanged }, [all …]
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_handler.cpp | 52 requestFuncMap_[RadioEvent::RADIO_DIAL] = &CellularCallHandler::DialResponse; in InitBasicFuncMap() 53 requestFuncMap_[RadioEvent::RADIO_HANGUP_CONNECT] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 54 requestFuncMap_[RadioEvent::RADIO_REJECT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 55 requestFuncMap_[RadioEvent::RADIO_ACCEPT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 56 requestFuncMap_[RadioEvent::RADIO_HOLD_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 57 requestFuncMap_[RadioEvent::RADIO_ACTIVE_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 58 requestFuncMap_[RadioEvent::RADIO_SWAP_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 59 requestFuncMap_[RadioEvent::RADIO_COMBINE_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 60 requestFuncMap_[RadioEvent::RADIO_JOIN_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() 61 requestFuncMap_[RadioEvent::RADIO_SPLIT_CALL] = &CellularCallHandler::CommonResultResponse; in InitBasicFuncMap() [all …]
|
D | cellular_call_service.cpp | 166 … CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_AVAIL); in HandlerResetUnRegister() 167 … CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_NOT_AVAIL); in HandlerResetUnRegister() 168 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_… in HandlerResetUnRegister() 169 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_STATUS_… in HandlerResetUnRegister() 170 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_USSD_NO… in HandlerResetUnRegister() 171 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SS_NOTI… in HandlerResetUnRegister() 172 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_RINGBAC… in HandlerResetUnRegister() 174 slot, handler, RadioEvent::RADIO_CALL_EMERGENCY_NUMBER_REPORT); in HandlerResetUnRegister() 175 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SRVCC_S… in HandlerResetUnRegister() 176 …CoreManagerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_RSRVCC_… in HandlerResetUnRegister() [all …]
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_cs.cpp | 43 slotId, RadioEvent::RADIO_DIAL, phoneNumber_, dialRequest.clirMode, handle); in DialRequest() 65 CoreManagerInner::GetInstance().Hangup(slotId, RadioEvent::RADIO_HANGUP_CONNECT, index, handle); in HangUpRequest() 85 CoreManagerInner::GetInstance().Answer(slotId, RadioEvent::RADIO_ACCEPT_CALL, handle); in AnswerRequest() 105 CoreManagerInner::GetInstance().Reject(slotId, RadioEvent::RADIO_REJECT_CALL, handle); in RejectRequest() 121 CoreManagerInner::GetInstance().HoldCall(slotId, RadioEvent::RADIO_HOLD_CALL, handle); in HoldRequest() 137 CoreManagerInner::GetInstance().UnHoldCall(slotId, RadioEvent::RADIO_ACTIVE_CALL, handle); in UnHoldCallRequest() 153 CoreManagerInner::GetInstance().SwitchCall(slotId, RadioEvent::RADIO_SWAP_CALL, handle); in SwitchCallRequest() 169 …CoreManagerInner::GetInstance().CombineConference(slotId, RadioEvent::RADIO_JOIN_CALL, voiceCall, … in CombineConferenceRequest() 185 …CoreManagerInner::GetInstance().SeparateConference(slotId, RadioEvent::RADIO_SPLIT_CALL, index, vo… in SeparateConferenceRequest() 201 …CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, ha… in CallSupplementRequest() [all …]
|
D | supplement_request_cs.cpp | 28 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_… in GetClipRequest() 40 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SET_CALL_… in SetClirRequest() 52 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_… in GetClirRequest() 64 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_… in GetCallTransferRequest() 77 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SET_CALL_… in SetCallTransferRequest() 90 AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_RESTRICTION, index); in GetCallRestrictionRequest() 113 AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SET_CALL_RESTRICTION, index); in SetCallRestrictionRequest() 127 AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SET_CALL_RESTRICTION_PWD, index); in SetBarringPasswordRequest() 140 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SET_CALL_… in SetCallWaitingRequest() 152 …AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_… in GetCallWaitingRequest() [all …]
|
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() 86 …CoreManagerInner::GetInstance().SetVoNRSwitch(slotId, state, RadioEvent::RADIO_SET_VONR_SWITCH_STA… in SetVoNRSwitchStatusRequest() 227 CoreManagerInner::GetInstance().SetMute(slotId, RadioEvent::RADIO_SET_CMUT, mute, handle); in SetMuteRequest() 248 CoreManagerInner::GetInstance().GetMute(slotId, RadioEvent::RADIO_GET_CMUT, handle); in GetMuteRequest() 259 …CoreManagerInner::GetInstance().GetEmergencyCallList(slotId, RadioEvent::RADIO_GET_EMERGENCY_CALL_… in GetEmergencyCallListRequest() 273 slotId, RadioEvent::RADIO_SET_EMERGENCY_CALL_LIST, eccVec, handle); in SetEmergencyCallListRequest()
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 190 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_STATE_CHANGED, nullptr); in OnInitForRegister() 191 … telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_DSDS_MODE_CHANGED, nullptr); in OnInitForRegister() 192 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_LINK_CAPABILITY_CHANGED, nul… in OnInitForRegister() 193 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_IMS_NETWORK_STATE_CHANGED, n… in OnInitForRegister() 194 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_ON, nullptr); in OnInitForRegister() 195 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_NOT_AVAIL, nullptr); in OnInitForRegister() 196 … telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_CALL_STATUS_INFO, nullptr); in OnInitForRegister() 197 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_NETWORK_STATE, nullptr); in OnInitForRegister() 198 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_DATA_CALL_LIST_CHANGED, null… in OnInitForRegister() 199 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_ICC_STATUS_CHANGED, nullptr); in OnInitForRegister() [all …]
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test_util.cpp | 299 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_CURRENT_CALLS); in CallGetCurrentCallsStatusTest() 319 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_STATUS); in SimGetSimStatusTest() 338 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_IO); in SimIccIoTest() 366 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_IMSI); in SimGetImsiTest() 385 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_LOCK_STATUS); in GetSimLockStatusTest() 405 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_SET_LOCK); in SetSimLockTest() 428 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_SET_LOCK); in UnSetSimLockTest() 451 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_CHANGE_PASSWD); in ChangeSimPasswordTest() 475 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SET_STATUS); in RadioRestartTest() 502 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_ENTER_PIN); in EnterSimPinTest() [all …]
|
/base/telephony/cellular_data/services/include/state_machine/ |
D | active.h | 68 { RadioEvent::RADIO_NR_STATE_CHANGED, &Active::ProcessNrStateChanged }, 69 { RadioEvent::RADIO_NR_FREQUENCY_CHANGED, &Active::ProcessNrFrequencyChanged }, 70 { RadioEvent::RADIO_RIL_SETUP_DATA_CALL, &Active::ProcessDataConnectionComplete },
|
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/ |
D | ims_sms_callback_stub.cpp | 118 uint32_t item = RadioEvent::RADIO_SEND_IMS_GSM_SMS; in ImsSendMessageResponse() 131 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_SEND_IMS_GSM_SMS)… in ImsSendMessageResponse() 136 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_SET_IMS_SMS), inf… in ImsSetSmsConfigResponse() 148 uint32_t item = RadioEvent::RADIO_GET_IMS_SMS; in ImsGetSmsConfigResponse() 161 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_GET_IMS_SMS), inf… in ImsGetSmsConfigResponse()
|
/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/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_callback_stub.cpp | 662 return SendEvent(slotId, RadioEvent::RADIO_DIAL, info); in DialResponse() 668 return SendEvent(slotId, RadioEvent::RADIO_HANGUP_CONNECT, info); in HangUpResponse() 674 return SendEvent(slotId, RadioEvent::RADIO_REJECT_CALL, info); in RejectWithReasonResponse() 680 return SendEvent(slotId, RadioEvent::RADIO_ACCEPT_CALL, info); in AnswerResponse() 686 return SendEvent(slotId, RadioEvent::RADIO_HOLD_CALL, info); in HoldCallResponse() 692 return SendEvent(slotId, RadioEvent::RADIO_ACTIVE_CALL, info); in UnHoldCallResponse() 698 return SendEvent(slotId, RadioEvent::RADIO_SWAP_CALL, info); in SwitchCallResponse() 704 return SendEvent(slotId, RadioEvent::RADIO_START_DTMF, info); in StartDtmfResponse() 720 AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SEND_DTMF, responseInfo, IMS_CALL); in SendDtmfResponse() 732 return SendEvent(slotId, RadioEvent::RADIO_STOP_DTMF, info); in StopDtmfResponse() [all …]
|