Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_HSPA (Results 1 - 25 of 26) sorted by relevance

12

/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp29 case RadioTech::RADIO_TECHNOLOGY_HSPA: in ConvertToConnectTypeInner()
59 case RadioTech::RADIO_TECHNOLOGY_HSPA: in ConvertToConnectsubtype()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio_types.h97 RADIO_TECHNOLOGY_HSPA = 4, member in OHOS::Telephony::RatType
/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_types.h112 RADIO_TECHNOLOGY_HSPA = 4, member in OHOS::Telephony::RadioTech
286 RADIO_PROTOCOL_TECH_HSPA = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPA),
H A Dtel_ril_enum.h107 RADIO_TECHNOLOGY_HSPA = 4, enumerator
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h124 RADIO_TECHNOLOGY_HSPA = 4, member in OHOS::Telephony::RatType
H A Dtelephony_radio_impl.cpp110 case RadioTech::RADIO_TECHNOLOGY_HSPA: in WrapRadioTech()
111 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPA); in WrapRadioTech()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_enum.h325 RADIO_TECHNOLOGY_HSPA = 4, enumerator
422 HRIL_RADIO_PROTOCOL_TECH_HSPA = 1 << RADIO_TECHNOLOGY_HSPA,
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h194 RADIO_TECHNOLOGY_HSPA = 4, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
97 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectSubtype::SUBTYPE_HSPA)); in HWTEST_F()
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp40 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_HSPA: in Conv2TelRadioTechnology()
/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp201 case TelephonyRadioTech::RADIO_TECHNOLOGY_HSPA: in GetCellularDataConnectionNetworkType()
202 result = "RADIO_TECHNOLOGY_HSPA"; in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp110 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_HSPA)), in HWTEST_F()
111 "RADIO_TECHNOLOGY_HSPA"); in HWTEST_F()
H A Dzero_branch_test.cpp242 EXPECT_EQ(cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_HSPA), WCDMA); in HWTEST_F()
493 tech->actType = TelRilRadioTech::RADIO_TECHNOLOGY_HSPA; in HWTEST_F()
1854 networkRegister->ConvertTechFromRil(TelRilRadioTech::RADIO_TECHNOLOGY_HSPA), RadioTech::RADIO_TECHNOLOGY_HSPA); in HWTEST_F()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp175 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPA): in ConvertRadioTechToRadioName()
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp396 case TelRilRadioTech::RADIO_TECHNOLOGY_HSPA: in ConvertTechFromRil()
397 return RadioTech::RADIO_TECHNOLOGY_HSPA; in ConvertTechFromRil()
H A Dradio_info.cpp271 case RadioTech::RADIO_TECHNOLOGY_HSPA: in RadioTechToPhoneType()
H A Dcell_info.cpp308 case RadioTech::RADIO_TECHNOLOGY_HSPA: in ConvertTechToCellType()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp112 case RadioTech::RADIO_TECHNOLOGY_HSPA: in WrapRadioTech()
113 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPA); in WrapRadioTech()
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp437 case RadioTech::RADIO_TECHNOLOGY_HSPA: in IsGsm()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_modem.c226 return RADIO_TECHNOLOGY_HSPA; in ConvertVoiceTechToRadioTech()
H A Dat_network.c42 const int32_t RAF_HSPA = 1 << RADIO_TECHNOLOGY_HSPA;
119 return RADIO_TECHNOLOGY_HSPA; in ConvertActToRadioTech()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp107 case RadioTech::RADIO_TECHNOLOGY_HSPA: in CanActiveDataByRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp123 case RadioTech::RADIO_TECHNOLOGY_HSPA: in WrapRadioTech()
124 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPA); in WrapRadioTech()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp65 case RadioTech::RADIO_TECHNOLOGY_HSPA: in WrapRadioTech()
66 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPA); in WrapRadioTech()
3013 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_HSPA", in InitEnumRadioType()
3014 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPA))), in InitEnumRadioType()
3302 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_HSPA", in CreateRadioType()
3303 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPA))), in CreateRadioType()
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp948 case int32_t(RadioTech::RADIO_TECHNOLOGY_HSPA): in GetIccTypeByTech()

Completed in 36 milliseconds

12