Home
last modified time | relevance | path

Searched defs:GSM (Results 1 – 5 of 5) 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.cpp27 static const int32_t GSM = static_cast<int32_t>(RadioProtocolTech::RADIO_PROTOCOL_TECH_GSM); variable
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h46 const static std::string GSM = "GSM"; variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c52 const int32_t GSM = RAF_GSM; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp83 const CellInformation::CellType GSM = CellInformation::CellType::CELL_TYPE_GSM; variable