/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio_types.h | 66 RADIO_TECHNOLOGY_INVALID = -1, member in OHOS::Telephony::RatType
|
/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_utils.h | 93 RADIO_TECHNOLOGY_INVALID = -1, member in OHOS::Telephony::RatType
|
H A D | telephony_radio_impl.cpp | 179 int32_t psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in GetRadioTech() 180 int32_t csRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in GetRadioTech()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_enum.h | 116 RADIO_TECHNOLOGY_INVALID = 65535, enumerator
|
H A D | network_search_types.h | 84 RADIO_TECHNOLOGY_INVALID = -1, member in OHOS::Telephony::RadioTech
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | default.cpp | 111 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in ProcessDataConnectionDrsOrRatChanged()
|
H A D | active.cpp | 320 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RefreshTcpBufferSizes() 339 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RefreshConnectionBandwidths()
|
H A D | incall_data_state_machine.cpp | 102 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in CanActiveDataByRadioTech()
|
H A D | cellular_data_state_machine.cpp | 111 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in DoConnect()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_enum.h | 334 RADIO_TECHNOLOGY_INVALID = 65535, enumerator
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_net_agent.cpp | 76 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RegisterNetSupplier()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 677 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in AttemptEstablishDataConnection() 1042 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in MsgEstablishDataConnection() 1220 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in UpdateCellularDataConnectState() 1331 int32_t psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in HandleVoiceCallChanged() 1674 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in PsDataRatChanged() 1717 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in IsRestrictedMode()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 142 int32_t psRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in NativeGetRadioTech() 143 int32_t csRadioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in NativeGetRadioTech()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 180 int32_t info[MAX_5GREG_INFO_ITEM] = {0, 0, 0, RADIO_TECHNOLOGY_INVALID, 0, 0, 0}; in ExtractRegStatus()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 1827 networkRegister->GetTechnologyByNrConfig(RadioTech::RADIO_TECHNOLOGY_NR), RadioTech::RADIO_TECHNOLOGY_INVALID); in HWTEST_F() 1829 networkRegister->GetTechnologyByNrConfig(RadioTech::RADIO_TECHNOLOGY_LTE), RadioTech::RADIO_TECHNOLOGY_INVALID); in HWTEST_F() 1871 EXPECT_EQ(networkRegister->ConvertTechFromRil(TelRilRadioTech::RADIO_TECHNOLOGY_INVALID), in HWTEST_F()
|