/base/telephony/core_service/services/network_search/include/ |
H A D | radio_info.h | 41 void UpdatePhone(RadioTech csRadioTech, const RadioTech &psRadioTech); 52 PhoneType RadioTechToPhoneType(RadioTech csRadioTech, const RadioTech &psRadioTech) const;
|
H A D | network_search_manager.h | 158 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override; 238 void UpdatePhone(int32_t slotId, RadioTech csRadioTech, const RadioTech &psRadioTech);
|
H A D | network_search_handler.h | 53 void UpdatePhone(RadioTech csRadioTech, const RadioTech &psRadioTech) const;
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service_dump_helper.cpp | 105 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 D | core_service.cpp | 134 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 D | radio_info.cpp | 207 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 D | network_search_manager.cpp | 424 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 D | network_search_handler.cpp | 489 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 D | telephony_radio_impl.cpp | 179 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 D | telephony_radio_utils.h | 48 int32_t psRadioTech; member
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | network_state.cpp | 380 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 D | core_service_client.cpp | 100 int32_t CoreServiceClient::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech() argument 107 return proxy->GetPsRadioTech(slotId, psRadioTech); in GetPsRadioTech()
|
H A D | core_manager_inner.cpp | 1359 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 D | i_network_search.h | 41 virtual int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) = 0;
|
H A D | core_service_client.h | 56 * @param psRadioTech[out], RAT of the PS domain on the registered network 59 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech);
|
H A D | core_service_proxy.h | 28 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override;
|
H A D | i_core_service.h | 49 virtual int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) = 0;
|
H A D | core_manager_inner.h | 195 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech);
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_network_search.h | 33 MOCK_METHOD2(GetPsRadioTech, int32_t(int32_t slotId, int32_t &psRadioTech));
|
H A D | mock_core_service.h | 33 MOCK_METHOD(int32_t, GetPsRadioTech, (int32_t slotId, int32_t &psRadioTech), (override));
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_core_service.cpp | 102 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 D | core_service.h | 42 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 34 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) override
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 1331 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 D | cellular_state_machine_test.cpp | 2017 .WillOnce([](int32_t slotId, int32_t &psRadioTech) { in HWTEST_F() 2018 psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE); in HWTEST_F()
|