/base/location/services/location_gnss/gnss/source/ |
D | agnss_event_callback.cpp | 117 refInfo.cellId.type = HDI::Location::Agnss::V1_0::CELLID_TYPE_GSM; in JudgmentDataGsm() 118 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMcc())); in JudgmentDataGsm() 119 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMnc())); in JudgmentDataGsm() 120 refInfo.cellId.lac = static_cast<unsigned short>(gsmCellInfo->GetLac()); in JudgmentDataGsm() 121 refInfo.cellId.cid = static_cast<unsigned int>(gsmCellInfo->GetCellId()); in JudgmentDataGsm() 129 refInfo.cellId.type = HDI::Location::Agnss::V1_0::CELLID_TYPE_LTE; in JudgmentDataLte() 130 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMcc())); in JudgmentDataLte() 131 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMnc())); in JudgmentDataLte() 132 refInfo.cellId.tac = static_cast<unsigned short>(lteCellInfo->GetTac()); in JudgmentDataLte() 133 refInfo.cellId.cid = static_cast<unsigned int>(lteCellInfo->GetCellId()); in JudgmentDataLte() [all …]
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 104 int32_t cellId = 0; member 131 int32_t cellId = 0; member 215 int32_t cellId; member 238 int32_t cellId; member 267 int32_t cellId; member 334 int32_t cellId; member 476 int32_t cellId; member 570 int32_t cellId; member
|
D | hril_vendor_network_defs.h | 283 int32_t cellId; member 467 int32_t cellId; member 545 int32_t cellId; member 668 int32_t cellId; member 698 int32_t cellId; member 736 int32_t cellId; member
|
/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 153 void CellInfo::UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac) in UpdateCellLocation() argument 163 if (ProcessCellLocation(cell, type, cellId, lac)) { in UpdateCellLocation() 175 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) in ProcessCellLocation() argument 180 if (gsm->GetCellId() != cellId || gsm->GetLac() != lac) { in ProcessCellLocation() 181 gsm->UpdateLocation(cellId, lac); in ProcessCellLocation() 188 if (lte->GetCellId() != cellId || lte->GetTac() != lac) { in ProcessCellLocation() 189 lte->UpdateLocation(cellId, lac); in ProcessCellLocation() 196 if (wcdma->GetCellId() != cellId || wcdma->GetLac() != lac) { in ProcessCellLocation() 197 wcdma->UpdateLocation(cellId, lac); in ProcessCellLocation() 204 if (tdscdma->GetCellId() != cellId || tdscdma->GetLac() != lac) { in ProcessCellLocation() [all …]
|
D | network_register.cpp | 100 slotId_, static_cast<int32_t>(tech), csRegStateResult->cellId, csRegStateResult->lacCode); in ProcessCsRegister()
|
D | network_search_handler.cpp | 815 void NetworkSearchHandler::UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac) in UpdateCellLocation() argument 819 cellInfo_->UpdateCellLocation(techType, cellId, lac); in UpdateCellLocation()
|
D | network_search_manager.cpp | 973 void NetworkSearchManager::UpdateCellLocation(int32_t slotId, int32_t techType, int32_t cellId, int… in UpdateCellLocation() argument 978 inner->networkSearchHandler_->UpdateCellLocation(techType, cellId, lac); in UpdateCellLocation()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 208 csRegStatusInfo.cellId = hrilRegStatusInfo->cellId; in GetCsRegStatusResponse() 212 …gStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in GetCsRegStatusResponse() 232 psRegStatusInfo.cellId = hrilRegStatusInfo->cellId; in GetPsRegStatusResponse() 241 …gStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in GetPsRegStatusResponse() 506 regStatusInfoNotify.cellId = hrilRegStatusInfo->cellId; in NetworkCsRegStatusUpdated() 511 regStatusInfoNotify.cellId, regStatusInfoNotify.radioTechnology); in NetworkCsRegStatusUpdated() 527 regStatusInfoNotify.cellId = hrilRegStatusInfo->cellId; in NetworkPsRegStatusUpdated() 537 …regStatusInfoNotify.cellId, regStatusInfoNotify.radioTechnology, regStatusInfoNotify.isDcNrRestric… in NetworkPsRegStatusUpdated() 713 cellInfo.serviceCells.gsm.cellId = cellPtr->ServiceCellParas.gsm.cellId; in FillCellNearbyInfo() 746 cellInfo.serviceCells.gsm.cellId = 0; in FillCellNearbyInfo() [all …]
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_information.h | 63 void Init(int32_t mcc, int32_t mnc, int32_t cellId); 111 void UpdateLocation(int32_t cellId, int32_t lac); 153 void UpdateLocation(int32_t cellId, int32_t tac); 192 void UpdateLocation(int32_t cellId, int32_t lac); 231 void UpdateLocation(int32_t cellId, int32_t lac);
|
D | cell_location.h | 51 void SetGsmParam(int32_t cellId, int32_t lac, int32_t psc = 0);
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 397 regStatusInfo->cellId = csRegStatusInfo.cellId; in BuildCsRegStatusInfo() 407 regStatusInfo->cellId = psRegStatusInfo.cellId; in BuildPsRegStatusInfo() 461 cellInfo.ServiceCellParas.gsm.cellId = info.serviceCells.gsm.cellId; in FillGsmCellNearbyInfo() 502 cellNearbyInfo.ServiceCellParas.tdscdma.cellId = info.serviceCells.tdscdma.cellId; in FillTdscdmaCellNearbyInfo() 592 cellInfo.ServiceCellParas.gsm.cellId = info.serviceCells.gsm.cellId; in FillGsmCurrentCellInfo() 602 cellInfo.ServiceCellParas.lte.cellId = info.serviceCells.lte.cellId; in FillLteCurrentCellInfo() 613 cellInfo.ServiceCellParas.wcdma.cellId = info.serviceCells.wcdma.cellId; in FillWcdmaCurrentCellInfo() 642 currentCellInfo.ServiceCellParas.tdscdma.cellId = info.serviceCells.tdscdma.cellId; in FillTdscdmaCurrentCellInfo() 706 cellInfo.ServiceCellParas.gsm.cellId = info.serviceCells.gsm.cellId; in FillGsmCurrentCellInformation() 717 cellInfo.ServiceCellParas.lte.cellId = info.serviceCells.lte.cellId; in FillLteCurrentCellInformation() [all …]
|
/base/telephony/core_service/services/network_search/include/ |
D | cell_info.h | 38 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac); 43 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac);
|
D | network_search_handler.h | 91 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac);
|
D | network_search_manager.h | 215 void UpdateCellLocation(int32_t slotId, int32_t techType, int32_t cellId, int32_t lac);
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_location.cpp | 97 void GsmCellLocation::SetGsmParam(int32_t cellId, int32_t lac, int32_t psc) in SetGsmParam() argument 99 cellId_ = cellId; in SetGsmParam()
|
D | cell_information.cpp | 33 void CellInformation::Init(int32_t mcc, int32_t mnc, int32_t cellId) in Init() argument 51 cellId_ = cellId; in Init() 291 void GsmCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument 293 cellId_ = cellId; in UpdateLocation() 463 void LteCellInformation::UpdateLocation(int32_t cellId, int32_t tac) in UpdateLocation() argument 465 cellId_ = cellId; in UpdateLocation() 646 void WcdmaCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument 648 cellId_ = cellId; in UpdateLocation() 829 void TdscdmaCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument 831 cellId_ = cellId; in UpdateLocation()
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 2385 cellId: number; property 2615 cellId: number; property 2685 cellId: number; property
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_callback_test.cpp | 356 …gStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in NetworkCsRegStatusUpdated() 367 …gStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in NetworkPsRegStatusUpdated() 421 TELEPHONY_LOGI("cellId:%{public}d", info.serviceCells.lte.cellId); in NetworkCurrentCellUpdated() 432 TELEPHONY_LOGI("cellId:%{public}d", info.serviceCells.gsm.cellId); in NetworkCurrentCellUpdated() 463 TELEPHONY_LOGI("cellId:%{public}d", info.serviceCells.lte.cellId); in NetworkCurrentCellUpdated_1_1() 474 TELEPHONY_LOGI("cellId:%{public}d", info.serviceCells.gsm.cellId); in NetworkCurrentCellUpdated_1_1() 512 …gStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in GetCsRegStatusResponse() 526 …gStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in GetPsRegStatusResponse() 603 TELEPHONY_LOGI("cellId:%{public}d", info.serviceCells.gsm.cellId); in GetNeighboringCellInfoListResponse() 638 TELEPHONY_LOGI("cellId:%{public}d", info.serviceCells.lte.cellId); in GetCurrentCellInfoResponse() [all …]
|
/base/location/test/location_gnss/source/ |
D | gnss_ability_test.cpp | 756 EXPECT_EQ(HDI::Location::Agnss::V1_0::CELLID_TYPE_GSM, refInfo.cellId.type); 771 EXPECT_NE(HDI::Location::Agnss::V1_0::CELLID_TYPE_GSM, refInfo.cellId.type); 787 EXPECT_EQ(HDI::Location::Agnss::V1_0::CELLID_TYPE_LTE, refInfo.cellId.type); 802 EXPECT_NE(HDI::Location::Agnss::V1_0::CELLID_TYPE_LTE, refInfo.cellId.type); 818 EXPECT_EQ(HDI::Location::Agnss::V1_0::CELLID_TYPE_UMTS, refInfo.cellId.type); 833 EXPECT_NE(HDI::Location::Agnss::V1_0::CELLID_TYPE_UMTS, refInfo.cellId.type); 849 EXPECT_EQ(HDI::Location::Agnss::V1_0::CELLID_TYPE_NR, refInfo.cellId.type); 864 EXPECT_NE(HDI::Location::Agnss::V1_0::CELLID_TYPE_NR, refInfo.cellId.type);
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 214 regStateInfo->cellId = info[REG_CELL_ID_POS]; in ExtractRegStatus() 882 if (NextIntFromHex(&pStr, &ci->ServiceCellParas.gsm.cellId) < 0) { in ParseCellInfoGsm() 1030 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.cellId) < 0) { in ParseCellInfoTdscdma() 1192 NextIntFromHex(&line, &response->ServiceCellParas.gsm.cellId); in ParseGetGsmCellInfoLine() 1201 …response->ServiceCellParas.gsm.cellId, response->ServiceCellParas.gsm.lac, response->ServiceCellPa… in ParseGetGsmCellInfoLine() 1211 NextIntFromHex(&line, &response->ServiceCellParas.lte.cellId); in ParseGetLteCellInfoLine() 1220 …response->ServiceCellParas.lte.arfcn, response->ServiceCellParas.lte.cellId, response->ServiceCell… in ParseGetLteCellInfoLine() 1232 NextIntFromHex(&line, &response->ServiceCellParas.wcdma.cellId); in ParseGetWcdmaCellInfoLine() 1243 response->ServiceCellParas.wcdma.cellId, response->ServiceCellParas.wcdma.lac, in ParseGetWcdmaCellInfoLine() 1282 NextIntFromHex(&line, &response->ServiceCellParas.tdscdma.cellId); in ParseGetTdscdmaCellInfoLine() [all …]
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 586 cout << "[cellInfo] -->[cellId] : " << cellInfo.serviceCells.gsm.cellId << endl; in GetCurrentCellInfoResponse() 630 cout << "[cellInfo] -->[cellId] : " << cellInfo.serviceCells.gsm.cellId << endl; in GetCurrentCellInfoResponse_1_1()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 161 cellNearbyInfo.ServiceCellParas.gsm.cellId = 1;
|