Home
last modified time | relevance | path

Searched defs:LTE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h25 enum class NetworkType { UNKNOWN = 0, GSM = 1, CDMA, WCDMA, TDSCDMA, LTE, NR }; enumerator
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h166 LTE, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp35 static const int32_t LTE = static_cast<int32_t>(RadioProtocolTech::RADIO_PROTOCOL_TECH_LTE) | variable
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h49 const static std::string LTE = "LTE"; variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c57 const int32_t LTE = RAF_LTE | RAF_LTE_CA; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp87 const CellInformation::CellType LTE = CellInformation::CellType::CELL_TYPE_LTE; variable