Home
last modified time | relevance | path

Searched refs:RadioEvent (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_network_policy_manager.cpp61 coreInner.UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_ON); in UnRegisterHandler()
84 case RadioEvent::RADIO_ON: in ProcessEvent()
85 case RadioEvent::RADIO_OFF: in ProcessEvent()
86 case RadioEvent::RADIO_STATE_CHANGED: in ProcessEvent()
87 case RadioEvent::RADIO_PS_RAT_CHANGED: in ProcessEvent()
88 case RadioEvent::RADIO_NETWORK_STATE: in ProcessEvent()
89 case RadioEvent::RADIO_IMS_NETWORK_STATE_CHANGED: in ProcessEvent()
90 case RadioEvent::RADIO_PS_CONNECTION_DETACHED: in ProcessEvent()
91 case RadioEvent::RADIO_PS_CONNECTION_ATTACHED: in ProcessEvent()
95 case RadioEvent::RADIO_RIL_ADAPTER_HOST_DIED: in ProcessEvent()
[all …]
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp246 … coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents()
247 …coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED… in UnRegisterEvents()
248 …coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_ACCOUNT_LOADED… in UnRegisterEvents()
251 … coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_ROAMING_OPEN); in UnRegisterEvents()
252 … coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_ROAMING_CLOSE); in UnRegisterEvents()
253 coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_STATE_CHANGED); in UnRegisterEvents()
254 …coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_DSDS_MODE_CHANGED); in UnRegisterEvents()
255 coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_PS_RAT_CHANGED); in UnRegisterEvents()
256 … coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_CALL_STATUS_INFO); in UnRegisterEvents()
259 … coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_NR_STATE_CHANGED); in UnRegisterEvents()
[all …]
H A Ddata_connection_monitor.cpp177 SetRadioState(CORE_SERVICE_POWER_OFF, RadioEvent::RADIO_OFF); in HandleRecovery()
221 RadioEvent::RADIO_DATA_CALL_LIST_CHANGED, shared_from_this()); in GetPdpContextList()
232 RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE, shared_from_this()); in GetPreferredNetworkPara()
244 RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE, networkType, shared_from_this()); in SetPreferredNetworkPara()
328 case RadioEvent::RADIO_DATA_CALL_LIST_CHANGED: in ProcessEvent()
331 case RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE: in ProcessEvent()
334 case RadioEvent::RADIO_SET_PREFERRED_NETWORK_MODE: in ProcessEvent()
337 case RadioEvent::RADIO_OFF: in ProcessEvent()
338 SetRadioState(CORE_SERVICE_POWER_ON, RadioEvent::RADIO_ON); in ProcessEvent()
340 case RadioEvent::RADIO_ON: in ProcessEvent()
H A Ddata_connection_manager.cpp154 …coreInner.RegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_CONNECTED, null… in RegisterRadioObserver()
155 …coreInner.RegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_DATA_CALL_LIST_… in RegisterRadioObserver()
157 slotId_, stateMachineEventHandler_, RadioEvent::RADIO_LINK_CAPABILITY_CHANGED, nullptr); in RegisterRadioObserver()
167 coreInner.UnRegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_CONNECTED); in UnRegisterRadioObserver()
168 …coreInner.UnRegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_DATA_CALL_LIS… in UnRegisterRadioObserver()
169 …coreInner.UnRegisterCoreNotify(slotId_, stateMachineEventHandler_, RadioEvent::RADIO_LINK_CAPABILI… in UnRegisterRadioObserver()
190 case RadioEvent::RADIO_CONNECTED: in StateProcess()
193 case RadioEvent::RADIO_DATA_CALL_LIST_CHANGED: in StateProcess()
196 case RadioEvent::RADIO_LINK_CAPABILITY_CHANGED: in StateProcess()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_utils.h141 bool SendBase(int32_t slotId, RadioEvent radioEvent);
152 bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t param);
164 bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, int32_t secondParam);
253 T GetFunctionOfEvent(const std::map<RadioEvent, T> &funcs, RadioEvent radioEvent);
283 AppExecFwk::InnerEvent::Pointer GetEvent(int32_t slotId, RadioEvent radioEvent);
289 static const std::map<RadioEvent, RilFunc_Event> mapFunctions_;
290 static const std::map<RadioEvent, RilFunc_Int_Event> mapFunctionsInt_;
291 static const std::map<RadioEvent, RilFunc_Int_Int_Event> mapFunctionsIntInt_;
292 static const std::map<RadioEvent, RilFunc_Int_String_Event> mapFunctionsIntString_;
299 T EventSender::GetFunctionOfEvent(const std::map<RadioEvent, T> &funcs, RadioEvent radioEvent) in GetFunctionOfEvent() argument
[all …]
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp221 { RadioEvent::RADIO_GET_STATUS,
225 { RadioEvent::RADIO_GET_IMEI,
229 { RadioEvent::RADIO_GET_IMEISV,
233 { RadioEvent::RADIO_GET_MEID,
241 { RadioEvent::RADIO_GET_VOICE_TECH,
245 { RadioEvent::RADIO_OPERATOR,
249 { RadioEvent::RADIO_GET_BASEBAND_VERSION,
253 { RadioEvent::RADIO_GET_NR_OPTION_MODE,
261 { RadioEvent::RADIO_GET_NR_SSBID_INFO,
273 { RadioEvent::RADIO_SET_NR_OPTION_MODE,
[all …]
H A Dnetwork_search_handler.cpp38 { RadioEvent::RADIO_SIM_STATE_CHANGE,
50 { RadioEvent::RADIO_STATE_CHANGED,
54 { RadioEvent::RADIO_NETWORK_STATE,
62 { RadioEvent::RADIO_DATA_REG_STATE,
66 { RadioEvent::RADIO_VOICE_REG_STATE,
78 { RadioEvent::RADIO_OPERATOR,
94 { RadioEvent::RADIO_GET_STATUS,
98 { RadioEvent::RADIO_SET_STATUS,
122 { RadioEvent::RADIO_GET_IMEI,
126 { RadioEvent::RADIO_GET_IMEISV,
[all …]
H A Dnetwork_search_manager.cpp223 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_STATUS); in InitModuleBySlotId()
247 eventSender_->SendBase(slotId, RadioEvent::RADIO_SET_STATUS, fun, rst); in SetRadioState()
1005 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_IMEI); in GetImei()
1022 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_IMEISV); in GetImeiSv()
1095 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_MEID); in GetMeid()
1176 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_VOICE_TECH); in GetVoiceTech()
1240 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_RRC_CONNECTION_STATE); in GetRrcConnectionState()
1263 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_NR_OPTION_MODE); in GetNrOptionMode()
1306 eventSender_->SendBase(slotId, RadioEvent::RADIO_SET_NR_OPTION_MODE, mode); in SetNrOptionMode()
1743 eventSender_->SendBase(slotId, RadioEvent::RADIO_GET_BASEBAND_VERSION); in GetBasebandVersion()
[all …]
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp57 requestFuncMap_[RadioEvent::RADIO_DIAL] = in InitBasicFuncMap()
175 requestFuncMap_[RadioEvent::RADIO_AVAIL] = in InitActiveReportFuncMap()
626 case RadioEvent::RADIO_REJECT_CALL: in CommonResultEventHandling()
629 case RadioEvent::RADIO_ACCEPT_CALL: in CommonResultEventHandling()
632 case RadioEvent::RADIO_HOLD_CALL: in CommonResultEventHandling()
635 case RadioEvent::RADIO_ACTIVE_CALL: in CommonResultEventHandling()
638 case RadioEvent::RADIO_SWAP_CALL: in CommonResultEventHandling()
641 case RadioEvent::RADIO_COMBINE_CALL: in CommonResultEventHandling()
642 case RadioEvent::RADIO_JOIN_CALL: in CommonResultEventHandling()
645 case RadioEvent::RADIO_SPLIT_CALL: in CommonResultEventHandling()
[all …]
H A Dcellular_call_service.cpp170 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_AVAIL); in HandlerResetUnRegister()
171 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_NOT_AVAIL); in HandlerResetUnRegister()
172 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HandlerResetUnRegister()
174 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_STATUS_INFO); in HandlerResetUnRegister()
175 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_USSD_NOTICE); in HandlerResetUnRegister()
176 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SS_NOTICE); in HandlerResetUnRegister()
179 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SRVCC_STATUS); in HandlerResetUnRegister()
183 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_FACTORY_RESET); in HandlerResetUnRegister()
185 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_STATE_CHANGED); in HandlerResetUnRegister()
206 coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_AVAIL, nullptr); in RegisterCoreServiceHandler()
[all …]
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp245 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
248 case RadioEvent::RADIO_STK_SESSION_END: in ProcessEvent()
251 case RadioEvent::RADIO_STK_PROACTIVE_COMMAND: in ProcessEvent()
254 case RadioEvent::RADIO_STK_ALPHA_NOTIFY: in ProcessEvent()
257 case RadioEvent::RADIO_STK_EVENT_NOTIFY: in ProcessEvent()
260 case RadioEvent::RADIO_STK_CALL_SETUP: in ProcessEvent()
264 case RadioEvent::RADIO_ICC_REFRESH: in ProcessEvent()
267 case RadioEvent::RADIO_STK_SEND_TERMINAL_RESPONSE: in ProcessEvent()
270 case RadioEvent::RADIO_STK_SEND_ENVELOPE: in ProcessEvent()
273 case RadioEvent::RADIO_STK_IS_READY: in ProcessEvent()
[all …]
H A Dsim_state_handle.cpp703 case RadioEvent::RADIO_STATE_CHANGED: in ProcessEvent()
708 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
876 case RadioEvent::RADIO_SIM_STATE_CHANGE: in RegisterCoreNotify()
880 case RadioEvent::RADIO_SIM_STATE_READY: in RegisterCoreNotify()
888 case RadioEvent::RADIO_SIM_STATE_LOCKED: in RegisterCoreNotify()
900 case RadioEvent::RADIO_CARD_TYPE_CHANGE: in RegisterCoreNotify()
904 case RadioEvent::RADIO_SIM_ICCID_LOADED: in RegisterCoreNotify()
921 case RadioEvent::RADIO_SIM_STATE_CHANGE: in UnRegisterCoreNotify()
925 case RadioEvent::RADIO_SIM_STATE_READY: in UnRegisterCoreNotify()
929 case RadioEvent::RADIO_SIM_STATE_LOCKED: in UnRegisterCoreNotify()
[all …]
H A Dicc_file.cpp412 int eventCode = RadioEvent::RADIO_SIM_OPKEY_LOADED; in RegisterOpkeyLoaded()
467 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in RegisterCoreNotify()
470 case RadioEvent::RADIO_IMSI_LOADED_READY: in RegisterCoreNotify()
473 case RadioEvent::RADIO_SIM_OPKEY_LOADED: in RegisterCoreNotify()
476 case RadioEvent::RADIO_OPERATOR_CACHE_DELETE: in RegisterCoreNotify()
479 case RadioEvent::RADIO_QUERY_ICCID_DONE: in RegisterCoreNotify()
490 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in UnRegisterCoreNotify()
493 case RadioEvent::RADIO_IMSI_LOADED_READY: in UnRegisterCoreNotify()
496 case RadioEvent::RADIO_SIM_OPKEY_LOADED: in UnRegisterCoreNotify()
499 case RadioEvent::RADIO_OPERATOR_CACHE_DELETE: in UnRegisterCoreNotify()
[all …]
H A Dmulti_sim_monitor.cpp86 case RadioEvent::RADIO_QUERY_ICCID_DONE: in ProcessEvent()
87 case RadioEvent::RADIO_SIM_STATE_LOCKED: in ProcessEvent()
88 case RadioEvent::RADIO_SIM_STATE_READY: { in ProcessEvent()
94 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in ProcessEvent()
206 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId); in InitData()
252 TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId, 0); in RegisterCoreNotify()
484 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_QUERY_ICCID_DONE); in RegisterSimNotify()
489 …simStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANG… in RegisterSimNotify()
490 …simStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKE… in RegisterSimNotify()
491 …simStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY… in RegisterSimNotify()
[all …]
H A Dsim_state_tracker.cpp151 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_RECORDS_LOADED) { in ProcessEvent()
155 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_OPKEY_LOADED) { in ProcessEvent()
159 if (event->GetInnerEventId() == RadioEvent::RADIO_OPERATOR_CACHE_DELETE) { in ProcessEvent()
172 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterForIccLoaded()
184 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_OPKEY_LOADED); in RegisterOpkeyLoaded()
196 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_OPERATOR_CACHE_DELETE); in RegisterOperatorCacheDel()
208 simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterForIccLoaded()
220 simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_OPKEY_LOADED); in UnRegisterOpkeyLoaded()
232 … simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_OPERATOR_CACHE_DELETE); in UnregisterOperatorCacheDel()
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp43 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().SetMute(slotId, RadioEvent::RADIO_SET_CMUT, false, handle); in AnswerRequest()
86 CoreManagerInner::GetInstance().Answer(slotId, RadioEvent::RADIO_ACCEPT_CALL, handle); in AnswerRequest()
106 CoreManagerInner::GetInstance().Reject(slotId, RadioEvent::RADIO_REJECT_CALL, handle); in RejectRequest()
122 CoreManagerInner::GetInstance().HoldCall(slotId, RadioEvent::RADIO_HOLD_CALL, handle); in HoldRequest()
138 CoreManagerInner::GetInstance().UnHoldCall(slotId, RadioEvent::RADIO_ACTIVE_CALL, handle); in UnHoldCallRequest()
154 CoreManagerInner::GetInstance().SwitchCall(slotId, RadioEvent::RADIO_SWAP_CALL, handle); in SwitchCallRequest()
202 …CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, ha… in CallSupplementRequest()
256 CoreManagerInner::GetInstance().StopDTMF(slotId, RadioEvent::RADIO_STOP_DTMF, index, handle); in StopDtmfRequest()
[all …]
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h186 { RadioEvent::RADIO_PS_ROAMING_OPEN,
188 { RadioEvent::RADIO_PS_ROAMING_CLOSE,
190 { RadioEvent::RADIO_EMERGENCY_STATE_OPEN,
204 { RadioEvent::RADIO_STATE_CHANGED,
206 { RadioEvent::RADIO_DSDS_MODE_CHANGED,
208 { RadioEvent::RADIO_SIM_STATE_CHANGE,
210 { RadioEvent::RADIO_SIM_RECORDS_LOADED,
212 { RadioEvent::RADIO_SIM_ACCOUNT_LOADED,
214 { RadioEvent::RADIO_PS_RAT_CHANGED,
220 { RadioEvent::RADIO_NR_STATE_CHANGED,
[all …]
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp274 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_IO); in OnRequestSimIccIoTest()
295 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_IO); in OnRequestSimSmsTest()
766 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_DIAL); in OnRequestCallDialTest()
846 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_HOLD_CALL); in OnRequestCallHoldTest()
868 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SWAP_CALL); in OnRequestCallSwapTest()
903 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_OPERATOR); in OnRequestNetworkOperatorTest()
914 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SEND_SMS); in OnRequestSendRilCmSmsTest()
1198 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_POWER); in OnRequestGetCellInfoListTest()
1210 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_POWER); in OnRequestGetCurrentCellInfoTest()
2062 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SET_USSD); in OnRequestSetUssdTest()
[all …]
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp152 ret = proxy.RegisterCoreNotify(slotId_, RadioEvent::SATELLITE_STATUS_CHANGED, callback);
268 data.WriteInt32(RadioEvent::RADIO_SET_STATUS);
278 EXPECT_EQ(handler->eventId_, RadioEvent::RADIO_SET_STATUS);
297 data.WriteInt32(RadioEvent::RADIO_SET_STATUS);
305 EXPECT_EQ(handler->eventId_, RadioEvent::RADIO_SET_STATUS);
324 data.WriteInt32(RadioEvent::RADIO_STATE_CHANGED);
330 EXPECT_EQ(handler->eventId_, RadioEvent::RADIO_STATE_CHANGED);
349 data.WriteInt32(RadioEvent::SATELLITE_STATUS_CHANGED);
356 EXPECT_EQ(handler->eventId_, RadioEvent::SATELLITE_STATUS_CHANGED);
375 data.WriteInt32(RadioEvent::RADIO_SIM_STATE_CHANGE);
[all …]
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp344 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_IO); in SimIccIoTest()
481 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SET_STATUS); in RadioRestartTest()
822 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_DIAL); in CallDialTest()
944 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_HOLD_CALL); in CallHoldTest()
982 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SWAP_CALL); in CallSwapTest()
1039 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_OPERATOR); in NetworkOperatorTest()
1058 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SEND_SMS); in SendRilCmSmsTest()
2174 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SET_USSD); in SetUssdTest()
2193 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_GET_USSD); in GetUssdTest()
2212 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SET_CMUT); in SetMuteTest()
[all …]
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp28 …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()
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()
174 …return CoreManagerInner::GetInstance().SetUssd(slotId, RadioEvent::RADIO_SET_USSD, msg, GetMMIHand… in SendUssdRequest()
[all …]
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp43 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()
167 CoreManagerInner::GetInstance().SetMute(slotId, RadioEvent::RADIO_SET_CMUT, mute, handle); in SetMuteRequest()
188 CoreManagerInner::GetInstance().GetMute(slotId, RadioEvent::RADIO_GET_CMUT, handle); in GetMuteRequest()
199 …CoreManagerInner::GetInstance().GetEmergencyCallList(slotId, RadioEvent::RADIO_GET_EMERGENCY_CALL_… in GetEmergencyCallListRequest()
213 slotId, RadioEvent::RADIO_SET_EMERGENCY_CALL_LIST, eccVec, handle); in SetEmergencyCallListRequest()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp757 return SendEvent(slotId, RadioEvent::RADIO_DIAL, info); in DialResponse()
763 return SendEvent(slotId, RadioEvent::RADIO_HANGUP_CONNECT, info); in HangUpResponse()
769 return SendEvent(slotId, RadioEvent::RADIO_REJECT_CALL, info); in RejectWithReasonResponse()
775 return SendEvent(slotId, RadioEvent::RADIO_ACCEPT_CALL, info); in AnswerResponse()
781 return SendEvent(slotId, RadioEvent::RADIO_HOLD_CALL, info); in HoldCallResponse()
787 return SendEvent(slotId, RadioEvent::RADIO_ACTIVE_CALL, info); in UnHoldCallResponse()
812 return SendEvent(slotId, RadioEvent::RADIO_START_DTMF, info); in StartDtmfResponse()
840 return SendEvent(slotId, RadioEvent::RADIO_STOP_DTMF, info); in StopDtmfResponse()
863 return SendEvent(slotId, RadioEvent::RADIO_IMS_GET_CALL_DATA, info); in GetImsCallsDataResponse()
1277 return SendEvent(slotId, RadioEvent::RADIO_COMBINE_CALL, info); in CombineConferenceResponse()
[all …]
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_satellite_gtest.cpp128 int32_t ret = proxy.RegisterSmsNotify(slotId_, RadioEvent::RADIO_SEND_SMS, nullptr);
132 ret = proxy.RegisterSmsNotify(slotId_, RadioEvent::RADIO_SEND_SMS, callback);
148 int32_t ret = proxy.UnRegisterSmsNotify(slotId_, RadioEvent::RADIO_SEND_SMS);
165 int32_t ret = proxy.SendSms(slotId_, RadioEvent::RADIO_SEND_SMS, message);
182 int32_t ret = proxy.SendSmsMoreMode(slotId_, RadioEvent::RADIO_SEND_SMS_EXPECT_MORE, message);
/ohos5.0/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_callback_stub.cpp123 uint32_t item = RadioEvent::RADIO_SEND_IMS_GSM_SMS; in ImsSendMessageResponse()
135 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_SEND_IMS_GSM_SMS)… in ImsSendMessageResponse()
140 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_SET_IMS_SMS), inf… in ImsSetSmsConfigResponse()
152 uint32_t item = RadioEvent::RADIO_GET_IMS_SMS; in ImsGetSmsConfigResponse()
164 …return SendHRilRadioResponseInfo(slotId, static_cast<uint32_t>(RadioEvent::RADIO_GET_IMS_SMS), inf… in ImsGetSmsConfigResponse()

123