Home
last modified time | relevance | path

Searched defs:TDSCDMA (Results 1 – 3 of 3) 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.cpp34 static const int32_t TDSCDMA = static_cast<int32_t>(RadioProtocolTech::RADIO_PROTOCOL_TECH_TD_SCDMA… variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp86 const CellInformation::CellType TDSCDMA = CellInformation::CellType::CELL_TYPE_TDSCDMA; variable