Home
last modified time | relevance | path

Searched refs:ratType (Results 1 – 11 of 11) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h157 HRilRadioTech ratType = HRilRadioTech::RADIO_TECHNOLOGY_UNKNOWN; member
374 int32_t ratType = 0; member
432 int32_t ratType = 0; member
620 int32_t ratType = 0; member
Dhril_vendor_network_defs.h313 HRilRadioTech ratType; member
605 int32_t ratType; member
770 int32_t ratType; member
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp412 phyChnlCfg.ratType = in GetPhysicalChannelConfigResponse()
413 … static_cast<HDI::Ril::V1_1::RilRadioTech>(hrilChannelConfigList->channelConfigs[i].ratType); in GetPhysicalChannelConfigResponse()
425 …phyChnlCfg.ratType, phyChnlCfg.freqRange, phyChnlCfg.downlinkChannelNum, phyChnlCfg.uplinkChannelN… in GetPhysicalChannelConfigResponse()
592 phyChnlCfg.ratType = in NetworkPhyChnlCfgUpdated()
593 … static_cast<HDI::Ril::V1_1::RilRadioTech>(hrilChannelConfigList->channelConfigs[i].ratType); in NetworkPhyChnlCfgUpdated()
707 cellInfo.ratType = cellPtr->ratType; in FillCellNearbyInfo()
708 switch (cellPtr->ratType) { in FillCellNearbyInfo()
801 if (hrilCellInfoVendor->ratType == NETWORK_TYPE_WCDMA) { in FillCellInfoType()
811 } else if (hrilCellInfoVendor->ratType == NETWORK_TYPE_CDMA) { in FillCellInfoType()
821 } else if (hrilCellInfoVendor->ratType == NETWORK_TYPE_TDSCDMA) { in FillCellInfoType()
[all …]
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp404 …phyChnlCfg.ratType, phyChnlCfg.freqRange, phyChnlCfg.downlinkChannelNum, phyChnlCfg.uplinkChannelN… in NetworkPhyChnlCfgUpdated()
418 …TELEPHONY_LOGI("ratType:%{public}d, mcc:%{public}d, mnc:%{public}d", info.ratType, info.mcc, info.… in NetworkCurrentCellUpdated()
419 switch (static_cast<RatType>(info.ratType)) { in NetworkCurrentCellUpdated()
460 …TELEPHONY_LOGI("ratType:%{public}d, mcc:%{public}d, mnc:%{public}d", info.ratType, info.mcc, info.… in NetworkCurrentCellUpdated_1_1()
461 switch (static_cast<RatType>(info.ratType)) { in NetworkCurrentCellUpdated_1_1()
590 …PHONY_LOGI("RilCallbackTest::GetNeighboringCellInfoListResponse ratType:%{public}d", info.ratType); in GetNeighboringCellInfoListResponse()
591 switch (static_cast<RatType>(info.ratType)) { in GetNeighboringCellInfoListResponse()
635 info.ratType, info.mcc, info.mnc); in GetCurrentCellInfoResponse()
636 switch (static_cast<RatType>(info.ratType)) { in GetCurrentCellInfoResponse()
680 …TELEPHONY_LOGI("ratType:%{public}d, mcc:%{public}d, mnc:%{public}d", info.ratType, info.mcc, info.… in GetCurrentCellInfoResponse_1_1()
[all …]
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp342 cout << "[phyChnlCfg] -->[ratType] : " << phyChnlCfg.ratType << endl; in NetworkPhyChnlCfgUpdated()
365 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in NetworkCurrentCellUpdated()
368 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated()
407 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in NetworkCurrentCellUpdated_1_1()
410 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated_1_1()
531 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetNeighboringCellInfoListResponse()
532 switch (static_cast<RatType>(cellInfo.ratType)) { in GetNeighboringCellInfoListResponse()
572 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetCurrentCellInfoResponse()
575 switch (static_cast<RatType>(cellInfo.ratType)) { in GetCurrentCellInfoResponse()
616 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetCurrentCellInfoResponse_1_1()
[all …]
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp520 cellInfo.ratType = info.ratType; in FillCellNearbyInfo()
521 switch (info.ratType) { in FillCellNearbyInfo()
559 cellInfo.ratType = info.ratType; in FillCurrentCellInfo()
562 switch (info.ratType) { in FillCurrentCellInfo()
672 cellInfo.ratType = info.ratType; in FillCurrentCellInformation()
675 switch (info.ratType) { in FillCurrentCellInformation()
788 …phyChnlCfg.ratType = static_cast<HRilRadioTech>(channelConfigInfoList.channelConfigInfos[i].ratTyp… in BuildChannelConfigInfoList()
/base/telephony/core_service/services/network_search/include/
Dcell_info.h68 CellInformation::CellType ConvertRatToCellType(int ratType) const;
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c891 ci->ratType = NETWORK_TYPE_GSM; in ParseCellInfoGsm()
925 ci->ratType = NETWORK_TYPE_LTE; in ParseCellInfoLte()
956 ci->ratType = NETWORK_TYPE_WCDMA; in ParseCellInfoWcdma()
1002 ci->ratType = NETWORK_TYPE_CDMA; in ParseCellInfoCdma()
1048 ci->ratType = NETWORK_TYPE_TDSCDMA; in ParseCellInfoTdscdma()
1079 ci->ratType = NETWORK_TYPE_NR; in ParseCellInfoNr()
1317 switch (response->ratType) { in ParseGetCurrentCellInfoResponseLineSwitch()
1359 response->ratType = NETWORK_TYPE_GSM; in ParseGetCurrentCellInfoResponseLine()
1361 response->ratType = NETWORK_TYPE_LTE; in ParseGetCurrentCellInfoResponseLine()
1363 response->ratType = NETWORK_TYPE_WCDMA; in ParseGetCurrentCellInfoResponseLine()
[all …]
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp100 int32_t type = cell[i].ratType; in ProcessNeighboringCellInfo()
275 CellInformation::CellType CellInfo::ConvertRatToCellType(int ratType) const in ConvertRatToCellType()
277 switch (ratType) { in ConvertRatToCellType()
323 switch (cellInfo->ratType) { in ProcessCurrentCell()
350 cellInfo->ratType, slotId_); in ProcessCurrentCell()
Dnetwork_register.cpp214 … if (static_cast<RadioTech>(channelConfigInfos_[i].ratType) == RadioTech::RADIO_TECHNOLOGY_NR && in ProcessChannelConfigInfo()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp178 current.ratType = RatType::NETWORK_TYPE_GSM;
180 current.ratType = RatType::NETWORK_TYPE_LTE;
182 current.ratType = RatType::NETWORK_TYPE_WCDMA;
184 current.ratType = RatType::NETWORK_TYPE_TDSCDMA;
186 current.ratType = RatType::NETWORK_TYPE_CDMA;
188 current.ratType = RatType::NETWORK_TYPE_NR;
190 current.ratType = RatType::NETWORK_TYPE_UNKNOWN;