/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
D | net_connect_utils.cpp | 36 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/ |
D | napi_radio_types.h | 130 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | network_search_types.h | 142 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/ |
D | hril_enum.h | 329 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/ |
D | enum_convert.h | 217 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
|
/base/telephony/core_service/services/network_search/src/ |
D | network_register.cpp | 385 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()
|
D | radio_info.cpp | 259 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in RadioTechToPhoneType() 270 …adioTech == RadioTech::RADIO_TECHNOLOGY_LTE || psRadioTech == RadioTech::RADIO_TECHNOLOGY_LTE_CA || in RadioTechToPhoneType()
|
D | network_search_manager.cpp | 1357 …((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()
|
D | cell_info.cpp | 305 case RadioTech::RADIO_TECHNOLOGY_LTE_CA: in ConvertTechToCellType()
|
/base/web/webview/test/unittest/net_connect_adapter_test/ |
D | net_connect_adapter_test.cpp | 67 … 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/ |
D | enum_convert.cpp | 219 case TelephonyRadioTech::RADIO_TECHNOLOGY_LTE_CA: in GetCellularDataConnectionNetworkType()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_type_convert_test.cpp | 122 …llularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_LTE_CA)),
|
D | zero_branch_test.cpp | 227 …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.ts | 1856 RADIO_TECHNOLOGY_LTE_CA = 10, enumerator
|
/base/telephony/cellular_data/services/src/utils/ |
D | cellular_data_utils.cpp | 251 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE_CA): in ConvertRadioTechToRadioName()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_modem.c | 237 return RADIO_TECHNOLOGY_LTE_CA; in ConvertVoiceTechToRadioTech()
|
D | at_network.c | 47 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/ |
D | event_listener_handler.cpp | 131 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/ |
D | data_connection_manager.cpp | 422 radioTech == (int32_t)RadioTech::RADIO_TECHNOLOGY_LTE_CA) && in GetTcpBufferByRadioTech()
|
/base/telephony/cellular_data/test/ |
D | zero_branch_test.cpp | 366 …rDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE_CA)));
|
/base/telephony/core_service/services/sim/src/ |
D | sim_file_manager.cpp | 599 case int32_t(RadioTech::RADIO_TECHNOLOGY_LTE_CA): in GetIccTypeByTech()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 74 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()
|