Home
last modified time | relevance | path

Searched refs:SendBase (Results 1 – 3 of 3) sorted by relevance

/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);
176 … bool SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, std::string secondParam);
/ohos5.0/base/telephony/core_service/services/network_search/src/
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 …]
H A Dnetwork_utils.cpp372 bool EventSender::SendBase(int32_t slotId, RadioEvent radioEvent) in SendBase() function in OHOS::Telephony::EventSender
380 bool EventSender::SendBase(int32_t slotId, RadioEvent radioEvent, int32_t param) in SendBase() function in OHOS::Telephony::EventSender
388 bool EventSender::SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, int32_t secon… in SendBase() function in OHOS::Telephony::EventSender
397 bool EventSender::SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, std::string s… in SendBase() function in OHOS::Telephony::EventSender