Home
last modified time | relevance | path

Searched refs:psRadioTech (Results 1 - 25 of 27) sorted by relevance

12

/base/telephony/core_service/services/network_search/include/
H A Dradio_info.h41 void UpdatePhone(RadioTech csRadioTech, const RadioTech &psRadioTech);
52 PhoneType RadioTechToPhoneType(RadioTech csRadioTech, const RadioTech &psRadioTech) const;
H A Dnetwork_search_manager.h158 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override;
238 void UpdatePhone(int32_t slotId, RadioTech csRadioTech, const RadioTech &psRadioTech);
H A Dnetwork_search_handler.h53 void UpdatePhone(RadioTech csRadioTech, const RadioTech &psRadioTech) const;
/base/telephony/core_service/services/core/src/
H A Dcore_service_dump_helper.cpp105 int32_t psRadioTech = 0; in ShowCoreServiceInfo() local
106 DelayedSingleton<CoreService>::GetInstance()->GetPsRadioTech(i, psRadioTech); in ShowCoreServiceInfo()
109 result.append(GetCellularDataConnectionNetworkType(psRadioTech)); in ShowCoreServiceInfo()
H A Dcore_service.cpp134 int32_t CoreService::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech() argument
144 return networkSearchManager_->GetPsRadioTech(slotId, psRadioTech); in GetPsRadioTech()
/base/telephony/core_service/services/network_search/src/
H A Dradio_info.cpp207 void RadioInfo::UpdatePhone(RadioTech csRadioTech, const RadioTech &psRadioTech) in UpdatePhone() argument
215 PhoneType phoneType = RadioTechToPhoneType(csRadioTech, psRadioTech); in UpdatePhone()
260 int32_t psRadioTech = 0; in ProcessVoiceTechChange() local
261 networkSearchManager->GetPsRadioTech(slotId_, psRadioTech); in ProcessVoiceTechChange()
262 UpdatePhone(static_cast<RadioTech>(csRadioTech->actType), static_cast<RadioTech>(psRadioTech)); in ProcessVoiceTechChange()
265 PhoneType RadioInfo::RadioTechToPhoneType(RadioTech csRadioTech, const RadioTech &psRadioTech) const in RadioTechToPhoneType()
286 if (psRadioTech == RadioTech::RADIO_TECHNOLOGY_LTE || psRadioTech == RadioTech::RADIO_TECHNOLOGY_LTE_CA || in RadioTechToPhoneType()
287 psRadioTech == RadioTech::RADIO_TECHNOLOGY_NR) { in RadioTechToPhoneType()
H A Dnetwork_search_manager.cpp424 int32_t NetworkSearchManager::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech() argument
435 psRadioTech = static_cast<int32_t>(inner->networkSearchState_->GetNetworkStatus()->GetPsRadioTech()); in GetPsRadioTech()
437 TELEPHONY_EXT_WRAPPER.getRadioTechExt_(slotId, psRadioTech); in GetPsRadioTech()
439 TELEPHONY_LOGD("NetworkSearchManager::GetPsRadioTech result=%{public}d slotId:%{public}d", psRadioTech, slotId); in GetPsRadioTech()
965 void NetworkSearchManager::UpdatePhone(int32_t slotId, RadioTech csRadioTech, const RadioTech &psRadioTech) in UpdatePhone() argument
970 inner->networkSearchHandler_->UpdatePhone(csRadioTech, psRadioTech); in UpdatePhone()
H A Dnetwork_search_handler.cpp489 int32_t psRadioTech = 0; in SimRecordsLoaded() local
491 networkSearchManager->GetPsRadioTech(slotId_, psRadioTech); in SimRecordsLoaded()
492 UpdatePhone(static_cast<RadioTech>(csRadioTech), static_cast<RadioTech>(psRadioTech)); in SimRecordsLoaded()
1102 void NetworkSearchHandler::UpdatePhone(RadioTech csRadioTech, const RadioTech &psRadioTech) const in UpdatePhone()
1105 radioInfo_->UpdatePhone(csRadioTech, psRadioTech); in UpdatePhone()
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_impl.cpp179 int32_t psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in GetRadioTech() local
183 .psRadioTech = WrapRadioTech(psRadioTech) in GetRadioTech()
191 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetPsRadioTech(slotId, psRadioTech); in GetRadioTech()
196 networkRadioTech.psRadioTech = WrapRadioTech(psRadioTech); in GetRadioTech()
H A Dtelephony_radio_utils.h48 int32_t psRadioTech; member
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp380 int32_t psRadioTech = static_cast<int32_t>(psRadioTech_); in ToString() local
393 ",psRadioTech:" + std::to_string(psRadioTech) + ",csRadioTech:" + std::to_string(csRadioTech)); in ToString()
H A Dcore_service_client.cpp100 int32_t CoreServiceClient::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech() argument
107 return proxy->GetPsRadioTech(slotId, psRadioTech); in GetPsRadioTech()
H A Dcore_manager_inner.cpp1359 int32_t CoreManagerInner::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech() argument
1365 return networkSearchManager_->GetPsRadioTech(slotId, psRadioTech); in GetPsRadioTech()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h41 virtual int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) = 0;
H A Dcore_service_client.h56 * @param psRadioTech[out], RAT of the PS domain on the registered network
59 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech);
H A Dcore_service_proxy.h28 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override;
H A Di_core_service.h49 virtual int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) = 0;
H A Dcore_manager_inner.h195 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech);
/base/telephony/cellular_data/test/mock/
H A Dmock_network_search.h33 MOCK_METHOD2(GetPsRadioTech, int32_t(int32_t slotId, int32_t &psRadioTech));
H A Dmock_core_service.h33 MOCK_METHOD(int32_t, GetPsRadioTech, (int32_t slotId, int32_t &psRadioTech), (override));
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp102 int32_t psRadioTech; in HWTEST_F() local
104 DelayedSingleton<CoreService>::GetInstance()->GetPsRadioTech(SLOT_ID, psRadioTech), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h42 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h34 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1331 int32_t psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in HandleVoiceCallChanged() local
1332 CoreManagerInner::GetInstance().GetPsRadioTech(slotId_, psRadioTech); in HandleVoiceCallChanged()
1333 bool support = (psRadioTech == static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_GSM)); in HandleVoiceCallChanged()
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp2017 .WillOnce([](int32_t slotId, int32_t &psRadioTech) { in HWTEST_F()
2018 psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE); in HWTEST_F()

Completed in 34 milliseconds

12