Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_LTE (Results 1 - 25 of 30) sorted by relevance

12

/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp35 case RadioTech::RADIO_TECHNOLOGY_LTE: in ConvertToConnectTypeInner()
65 case RadioTech::RADIO_TECHNOLOGY_LTE: in ConvertToConnectsubtype()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio_types.h125 RADIO_TECHNOLOGY_LTE = 9, member in OHOS::Telephony::RatType
/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_types.h138 RADIO_TECHNOLOGY_LTE = 9, member in OHOS::Telephony::RadioTech
291 RADIO_PROTOCOL_TECH_LTE = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE),
H A Dtel_ril_enum.h112 RADIO_TECHNOLOGY_LTE = 9, enumerator
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h152 RADIO_TECHNOLOGY_LTE = 9, member in OHOS::Telephony::RatType
H A Dtelephony_radio_impl.cpp104 case RadioTech::RADIO_TECHNOLOGY_LTE: in WrapRadioTech()
105 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE); in WrapRadioTech()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_enum.h330 RADIO_TECHNOLOGY_LTE = 9, enumerator
427 HRIL_RADIO_PROTOCOL_TECH_LTE = 1 << RADIO_TECHNOLOGY_LTE,
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp345 (psRegTech != RadioTech::RADIO_TECHNOLOGY_LTE && psRegTech != RadioTech::RADIO_TECHNOLOGY_LTE_CA)) { in UpdateNsaState()
402 case TelRilRadioTech::RADIO_TECHNOLOGY_LTE: in ConvertTechFromRil()
403 return RadioTech::RADIO_TECHNOLOGY_LTE; in ConvertTechFromRil()
469 if (tech != RadioTech::RADIO_TECHNOLOGY_LTE_CA && tech != RadioTech::RADIO_TECHNOLOGY_LTE) { in GetTechnologyByNrConfig()
H A Dradio_info.cpp274 case RadioTech::RADIO_TECHNOLOGY_LTE: in RadioTechToPhoneType()
286 if (psRadioTech == RadioTech::RADIO_TECHNOLOGY_LTE || psRadioTech == RadioTech::RADIO_TECHNOLOGY_LTE_CA || in RadioTechToPhoneType()
H A Dnetwork_search_manager.cpp1530 if ((cfgTech != RadioTech::RADIO_TECHNOLOGY_LTE) && (cfgTech != RadioTech::RADIO_TECHNOLOGY_LTE_CA)) { in IsNeedDelayNotify()
1541 (cfgTech == RadioTech::RADIO_TECHNOLOGY_LTE || (cfgTech == RadioTech::RADIO_TECHNOLOGY_LTE_CA))) { in IsNeedDelayNotify()
H A Dcell_info.cpp310 case RadioTech::RADIO_TECHNOLOGY_LTE: in ConvertTechToCellType()
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h215 RADIO_TECHNOLOGY_LTE = 9, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp66 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_LTE, NetConnectType::CONNECTION_4G)); in HWTEST_F()
100 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_LTE, NetConnectSubtype::SUBTYPE_LTE)); in HWTEST_F()
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp34 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_LTE: in Conv2TelRadioTechnology()
/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp216 case TelephonyRadioTech::RADIO_TECHNOLOGY_LTE: in GetCellularDataConnectionNetworkType()
217 result = "RADIO_TECHNOLOGY_LTE"; in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp120 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_LTE)), in HWTEST_F()
121 "RADIO_TECHNOLOGY_LTE"); in HWTEST_F()
H A Dzero_branch_test.cpp243 EXPECT_EQ(cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_LTE), LTE); in HWTEST_F()
487 tech->actType = TelRilRadioTech::RADIO_TECHNOLOGY_LTE; in HWTEST_F()
1829 networkRegister->GetTechnologyByNrConfig(RadioTech::RADIO_TECHNOLOGY_LTE), RadioTech::RADIO_TECHNOLOGY_INVALID); in HWTEST_F()
1862 networkRegister->ConvertTechFromRil(TelRilRadioTech::RADIO_TECHNOLOGY_LTE), RadioTech::RADIO_TECHNOLOGY_LTE); in HWTEST_F()
3375 EXPECT_EQ(radioInfo->RadioTechToPhoneType(RadioTech::RADIO_TECHNOLOGY_1XRTT, RadioTech::RADIO_TECHNOLOGY_LTE), in HWTEST_F()
3377 EXPECT_EQ(radioInfo->RadioTechToPhoneType(RadioTech::RADIO_TECHNOLOGY_EVDO, RadioTech::RADIO_TECHNOLOGY_LTE), in HWTEST_F()
3379 EXPECT_EQ(radioInfo->RadioTechToPhoneType(RadioTech::RADIO_TECHNOLOGY_EHRPD, RadioTech::RADIO_TECHNOLOGY_LTE), in HWTEST_F()
3382 EXPECT_EQ(radioInfo->RadioTechToPhoneType(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, RadioTech::RADIO_TECHNOLOGY_LTE), in HWTEST_F()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp190 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE): in ConvertRadioTechToRadioName()
/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp411 if (radioTech == (int32_t)RadioTech::RADIO_TECHNOLOGY_LTE && in GetBandwidthsByRadioTech()
439 if ((radioTech == (int32_t)RadioTech::RADIO_TECHNOLOGY_LTE || in GetTcpBufferByRadioTech()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp106 case RadioTech::RADIO_TECHNOLOGY_LTE: in WrapRadioTech()
107 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE); in WrapRadioTech()
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp440 case RadioTech::RADIO_TECHNOLOGY_LTE: in IsGsm()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_modem.c233 return RADIO_TECHNOLOGY_LTE; in ConvertVoiceTechToRadioTech()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp111 case RadioTech::RADIO_TECHNOLOGY_LTE: in CanActiveDataByRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp117 case RadioTech::RADIO_TECHNOLOGY_LTE: in WrapRadioTech()
118 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE); in WrapRadioTech()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp59 case RadioTech::RADIO_TECHNOLOGY_LTE: in WrapRadioTech()
60 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE); in WrapRadioTech()
3024 "RADIO_TECHNOLOGY_LTE", NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE))), in InitEnumRadioType()
3313 "RADIO_TECHNOLOGY_LTE", NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE))), in CreateRadioType()

Completed in 32 milliseconds

12