Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_LTE_CA (Results 1 – 22 of 22) sorted by relevance

/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_utils.cpp36 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in ConvertToConnectTypeInner()
67 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in ConvertToConnectsubtype()
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio_types.h130 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_types.h142 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
291 RADIO_PROTOCOL_TECH_LTE_CA = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE_CA),
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_enum.h329 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
426 HRIL_RADIO_PROTOCOL_TECH_LTE_CA = 1 << RADIO_TECHNOLOGY_LTE_CA,
/base/telephony/core_service/utils/common/include/
Denum_convert.h217 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
/base/telephony/core_service/services/network_search/src/
Dnetwork_register.cpp385 case HRilRadioTech::RADIO_TECHNOLOGY_LTE_CA: in ConvertTechFromRil()
386 return RadioTech::RADIO_TECHNOLOGY_LTE_CA; in ConvertTechFromRil()
444 if (tech != RadioTech::RADIO_TECHNOLOGY_LTE_CA && tech != RadioTech::RADIO_TECHNOLOGY_LTE) { in GetTechnologyByNrConfig()
Dradio_info.cpp259 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in RadioTechToPhoneType()
270 …adioTech == RadioTech::RADIO_TECHNOLOGY_LTE || psRadioTech == RadioTech::RADIO_TECHNOLOGY_LTE_CA || in RadioTechToPhoneType()
Dnetwork_search_manager.cpp1357 …((cfgTech != RadioTech::RADIO_TECHNOLOGY_LTE) && (cfgTech != RadioTech::RADIO_TECHNOLOGY_LTE_CA)) { in IsNeedDelayNotify()
1368 … (cfgTech == RadioTech::RADIO_TECHNOLOGY_LTE || (cfgTech == RadioTech::RADIO_TECHNOLOGY_LTE_CA))) { in IsNeedDelayNotify()
Dcell_info.cpp305 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in ConvertTechToCellType()
/base/web/webview/test/unittest/net_connect_adapter_test/
Dnet_connect_adapter_test.cpp67 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_LTE_CA, NetConnectType::CONNECTION_4G));
101 …typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_LTE_CA, NetConnectSubtype::SUBTYPE_LTE_A…
/base/telephony/core_service/utils/common/src/
Denum_convert.cpp219 case TelephonyRadioTech::RADIO_TECHNOLOGY_LTE_CA: in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp122 …llularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_LTE_CA)),
Dzero_branch_test.cpp227 …cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_LTE_CA), CellInformation::CellType::CE…
319 tech->actType = HRilRadioTech::RADIO_TECHNOLOGY_LTE_CA;
1541 EXPECT_EQ(networkRegister->ConvertTechFromRil(HRilRadioTech::RADIO_TECHNOLOGY_LTE_CA),
1542 RadioTech::RADIO_TECHNOLOGY_LTE_CA);
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1856 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_utils.cpp251 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE_CA): in ConvertRadioTechToRadioName()
/base/telephony/ril_adapter/services/vendor/src/
Dat_modem.c237 return RADIO_TECHNOLOGY_LTE_CA; in ConvertVoiceTechToRadioTech()
Dat_network.c47 const int32_t RAF_LTE_CA = 1 << RADIO_TECHNOLOGY_LTE_CA;
138 return RADIO_TECHNOLOGY_LTE_CA; in ConvertActToRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp131 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in WrapRadioTech()
132 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE_CA); in WrapRadioTech()
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp422 radioTech == (int32_t)RadioTech::RADIO_TECHNOLOGY_LTE_CA) && in GetTcpBufferByRadioTech()
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp366 …rDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE_CA)));
/base/telephony/core_service/services/sim/src/
Dsim_file_manager.cpp599 case int32_t(RadioTech::RADIO_TECHNOLOGY_LTE_CA): in GetIccTypeByTech()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp74 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in WrapRadioTech()
75 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE_CA); in WrapRadioTech()
2846 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE_CA))), in InitEnumRadioType()
3135 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_LTE_CA))), in CreateRadioType()