Home
last modified time | relevance | path

Searched defs:CDMA (Results 1 – 4 of 4) 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/core_service/services/network_search/src/
H A Dnetwork_utils.cpp28 static const int32_t CDMA = static_cast<int32_t>(RadioProtocolTech::RADIO_PROTOCOL_TECH_1XRTT); variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c53 const int32_t CDMA = RAF_1XRTT; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp84 const CellInformation::CellType CDMA = CellInformation::CellType::CELL_TYPE_CDMA; variable