Home
last modified time | relevance | path

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

12

/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp30 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in ConvertToConnectTypeInner()
61 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in ConvertToConnectsubtype()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio_types.h103 RADIO_TECHNOLOGY_HSPAP = 5, member in OHOS::Telephony::RatType
/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_types.h118 RADIO_TECHNOLOGY_HSPAP = 5, member in OHOS::Telephony::RadioTech
287 RADIO_PROTOCOL_TECH_HSPAP = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPAP),
H A Dtel_ril_enum.h108 RADIO_TECHNOLOGY_HSPAP = 5, enumerator
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h130 RADIO_TECHNOLOGY_HSPAP = 5, member in OHOS::Telephony::RatType
H A Dtelephony_radio_impl.cpp112 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in WrapRadioTech()
113 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPAP); in WrapRadioTech()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_enum.h326 RADIO_TECHNOLOGY_HSPAP = 5, enumerator
423 HRIL_RADIO_PROTOCOL_TECH_HSPAP = 1 << RADIO_TECHNOLOGY_HSPAP,
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h199 RADIO_TECHNOLOGY_HSPAP = 5, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp62 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G)); in HWTEST_F()
98 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectSubtype::SUBTYPE_HSPAP)); in HWTEST_F()
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp42 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_HSPAP: in Conv2TelRadioTechnology()
/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp204 case TelephonyRadioTech::RADIO_TECHNOLOGY_HSPAP: in GetCellularDataConnectionNetworkType()
205 result = "RADIO_TECHNOLOGY_HSPAP"; in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp112 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_HSPAP)), in HWTEST_F()
113 "RADIO_TECHNOLOGY_HSPAP"); in HWTEST_F()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp178 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPAP): in ConvertRadioTechToRadioName()
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp398 case TelRilRadioTech::RADIO_TECHNOLOGY_HSPAP: in ConvertTechFromRil()
399 return RadioTech::RADIO_TECHNOLOGY_HSPAP; in ConvertTechFromRil()
H A Dradio_info.cpp272 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in RadioTechToPhoneType()
H A Dcell_info.cpp307 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in ConvertTechToCellType()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp114 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in WrapRadioTech()
115 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPAP); in WrapRadioTech()
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp438 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in IsGsm()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_modem.c229 return RADIO_TECHNOLOGY_HSPAP; in ConvertVoiceTechToRadioTech()
H A Dat_network.c43 const int32_t RAF_HSPAP = 1 << RADIO_TECHNOLOGY_HSPAP;
121 return RADIO_TECHNOLOGY_HSPAP; in ConvertActToRadioTech()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp109 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in CanActiveDataByRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp125 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in WrapRadioTech()
126 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPAP); in WrapRadioTech()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp67 case RadioTech::RADIO_TECHNOLOGY_HSPAP: in WrapRadioTech()
68 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPAP); in WrapRadioTech()
3015 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_HSPAP", in InitEnumRadioType()
3016 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPAP))), in InitEnumRadioType()
3304 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_HSPAP", in CreateRadioType()
3305 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_HSPAP))), in CreateRadioType()
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp949 case int32_t(RadioTech::RADIO_TECHNOLOGY_HSPAP): in GetIccTypeByTech()
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1190 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPAP))); in HWTEST_F()

Completed in 44 milliseconds

12