/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_modem_defs.h | 73 void (*GetVoiceRadioTechnology)(const ReqDataInfo *requestInfo); member
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_modem.h | 45 int32_t GetVoiceRadioTechnology(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 132 int32_t GetVoiceRadioTechnology(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_modem.h | 34 int32_t GetVoiceRadioTechnology(int32_t serialId);
|
H A D | hril_manager.h | 140 int32_t GetVoiceRadioTechnology(int32_t slotId, int32_t serialId);
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_modem.cpp | 84 int32_t TelRilModem::GetVoiceRadioTechnology(const AppExecFwk::InnerEvent::Pointer &response) in GetVoiceRadioTechnology() function in OHOS::Telephony::TelRilModem 86 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetVoiceRadioTechnology); in GetVoiceRadioTechnology()
|
H A D | tel_ril_manager.cpp | 325 int32_t TelRilManager::GetVoiceRadioTechnology(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetVoiceRadioTechnology() function in OHOS::Telephony::TelRilManager 327 return TaskSchedule(response, "TelRilModem", GetTelRilModem(slotId), &TelRilModem::GetVoiceRadioTechnology); in GetVoiceRadioTechnology()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_modem_test.cpp | 274 int32_t ret = g_rilInterface->GetVoiceRadioTechnology(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F() 290 int32_t ret = g_rilInterface->GetVoiceRadioTechnology(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 157 EXPECT_NE(HDF_SUCCESS, manager->GetVoiceRadioTechnology(0, 0)); in TestModemInterface()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_modem.cpp | 58 int32_t HRilModem::GetVoiceRadioTechnology(int32_t serialId) in GetVoiceRadioTechnology() function in OHOS::Telephony::HRilModem 60 return RequestVendor(serialId, HREQ_MODEM_GET_VOICE_RADIO, modemFuncs_, &HRilModemReq::GetVoiceRadioTechnology); in GetVoiceRadioTechnology()
|
H A D | hril_manager.cpp | 684 int32_t HRilManager::GetVoiceRadioTechnology(int32_t slotId, int32_t serialId) in GetVoiceRadioTechnology() function in OHOS::Telephony::HRilManager 686 return TaskSchedule(MODULE_HRIL_MODEM, hrilModem_[slotId], &HRilModem::GetVoiceRadioTechnology, serialId); in GetVoiceRadioTechnology()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 181 .GetVoiceRadioTechnology = ReqGetVoiceRadioTechnology,
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 128 virtual int32_t GetVoiceRadioTechnology(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_utils.cpp | 243 return rilManager->GetVoiceRadioTechnology(slotId, response);
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 847 int32_t ret = g_rilInterface->GetVoiceRadioTechnology(slotId, GetSerialId());
in GetVoiceRadioTechnologyTest()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1733 telRilManager_->GetVoiceRadioTechnology(slotId, event); in GetVoiceRadioTechnologyTest()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1499 telRilManager_->GetVoiceRadioTechnology(slotId, event); in OnRequestGetVoiceRadioTechnology()
|