Home
last modified time | relevance | path

Searched refs:NETWORK_TYPE_GSM (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio_types.h34 NETWORK_TYPE_GSM, enumerator
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp27 NETWORK_TYPE_GSM, enumerator
391 case RatType::NETWORK_TYPE_GSM: in NetworkCurrentCellUpdated()
433 case RatType::NETWORK_TYPE_GSM: in NetworkCurrentCellUpdated_1_1()
475 case RatType::NETWORK_TYPE_GSM: in NetworkCurrentCellUpdated_1_2()
607 case RatType::NETWORK_TYPE_GSM: in GetNeighboringCellInfoListResponse()
648 case RatType::NETWORK_TYPE_GSM: in GetNeighboringCellInfoListResponse_1_2()
690 case RatType::NETWORK_TYPE_GSM: in GetCurrentCellInfoResponse()
734 case RatType::NETWORK_TYPE_GSM: in GetCurrentCellInfoResponse_1_1()
778 case RatType::NETWORK_TYPE_GSM: in GetCurrentCellInfoResponse_1_2()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_enum.h44 NETWORK_TYPE_GSM, enumerator
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp450 case RatType::NETWORK_TYPE_GSM: in NetworkCurrentCellUpdated()
493 case RatType::NETWORK_TYPE_GSM: in NetworkCurrentCellUpdated_1_1()
536 case RatType::NETWORK_TYPE_GSM: in NetworkCurrentCellUpdated_1_2()
671 case RatType::NETWORK_TYPE_GSM: in GetNeighboringCellInfoListResponse()
716 case RatType::NETWORK_TYPE_GSM: in GetNeighboringCellInfoListResponse_1_2()
762 case RatType::NETWORK_TYPE_GSM: in GetCurrentCellInfoResponse()
808 case RatType::NETWORK_TYPE_GSM: in GetCurrentCellInfoResponse_1_1()
854 case RatType::NETWORK_TYPE_GSM: in GetCurrentCellInfoResponse_1_2()
H A Dzero_branch_test.cpp861 infoVendor.ratType = NETWORK_TYPE_GSM;
903 cellInfo.ratType = NETWORK_TYPE_GSM;
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_enum.h172 NETWORK_TYPE_GSM, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp37 { TelRilRatType::NETWORK_TYPE_GSM,
284 case TelRilRatType::NETWORK_TYPE_GSM: in ConvertRatToCellType()
330 case TelRilRatType::NETWORK_TYPE_GSM: { in ProcessCurrentCell()
/ohos5.0/base/telephony/core_service/interfaces/kits/js/
H A D@ohos.telephony.radio.d.ts2142 NETWORK_TYPE_GSM,
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp585 case NETWORK_TYPE_GSM: in FillCellNearbyInfo()
624 case NETWORK_TYPE_GSM: in FillCellNearbyInfo()
727 case NETWORK_TYPE_GSM: in FillCurrentCellInfo()
840 case NETWORK_TYPE_GSM: in FillCurrentCellInformation()
960 case NETWORK_TYPE_GSM: in FillCurrentCellInformation()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp881 case NETWORK_TYPE_GSM: in FillCellNearbyInfo()
955 case NETWORK_TYPE_GSM: in FillCellNearbyInfo()
1208 case NETWORK_TYPE_GSM: in FillCurrentCellInfo()
1259 case NETWORK_TYPE_GSM: in FillCurrentCellInfo()
1305 case NETWORK_TYPE_GSM: in FillCurrentCellInfo()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c892 ci->ratType = NETWORK_TYPE_GSM; in ParseCellInfoGsm()
1319 case NETWORK_TYPE_GSM: in ParseGetCurrentCellInfoResponseLineSwitch()
1360 response->ratType = NETWORK_TYPE_GSM; in ParseGetCurrentCellInfoResponseLine()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp41 static constexpr int32_t NETWORK_TYPE_GSM = 1; variable
761 dataParcel.WriteInt32(NETWORK_TYPE_GSM);
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h188 NETWORK_TYPE_GSM, enumerator
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp85 jsNetworkType = NetworkType::NETWORK_TYPE_GSM; in WrapNetworkType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-radio.md1073 | NETWORK_TYPE_GSM | 1 | 网络类型为GSM(Global System For Mobile Communication)。 |
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp90 return static_cast<int32_t>(NetworkType::NETWORK_TYPE_GSM); in WrapSignalInformationType()
2030 return static_cast<int32_t>(NetworkType::NETWORK_TYPE_GSM); in WrapCellInformationType()
3039 …TWORK_TYPE_GSM", NapiUtil::ToInt32Value(env, static_cast<int32_t>(NetworkType::NETWORK_TYPE_GSM))), in InitEnumNetworkType()
3361 …TWORK_TYPE_GSM", NapiUtil::ToInt32Value(env, static_cast<int32_t>(NetworkType::NETWORK_TYPE_GSM))), in CreateNetworkType()
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-radio.md1073 | NETWORK_TYPE_GSM | 1 | GSM network. |
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp201 current.ratType = TelRilRatType::NETWORK_TYPE_GSM;
247 EXPECT_EQ(cellInfo->ConvertRatToCellType(TelRilRatType::NETWORK_TYPE_GSM), GSM);