/base/telephony/core_service/frameworks/native/src/ |
D | cell_location.cpp | 195 void CdmaCellLocation::SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t ni… in SetCdmaParam() argument 197 baseId_ = baseId; in SetCdmaParam()
|
D | cell_information.cpp | 847 void CdmaCellInformation::SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t… in SetCdmaParam() argument 849 baseId_ = baseId; in SetCdmaParam() 1013 void CdmaCellInformation::UpdateLocation(int32_t baseId, int32_t latitude, int32_t longitude) in UpdateLocation() argument 1015 baseId_ = baseId; in UpdateLocation()
|
/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 417 int32_t &baseId = cellInfo->ServiceCellParas.cdma.baseId; in ProcessNeighboringCellCdma() local 423 cell->SetCdmaParam(baseId, latitude, longitude, networkId, systemId); in ProcessNeighboringCellCdma() 426 …"CellInfo::ProcessCdma baseId:%{private}d psc:%{private}d slotId:%{public}d", baseId, systemId, sl… in ProcessNeighboringCellCdma() 549 int32_t &baseId = cellInfo->ServiceCellParas.cdma.baseId; in ProcessCurrentCellCdma() local 556 cell->Init(cellInfo->mcc, cellInfo->mnc, baseId); in ProcessCurrentCellCdma() 557 cell->SetCdmaParam(baseId, latitude, longitude, networkId, systemId); in ProcessCurrentCellCdma() 566 baseId, networkId, pilotStrength); in ProcessCurrentCellCdma()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_location.h | 85 … void SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t nid, int32_t sid);
|
D | cell_information.h | 266 … void SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t nid, int32_t sid); 270 void UpdateLocation(int32_t baseId, int32_t latitude, int32_t longitude);
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 299 int32_t baseId; member 535 int32_t baseId; member
|
D | hril_vendor_network_defs.h | 421 int32_t baseId; member
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 487 cellInfo.ServiceCellParas.cdma.baseId = info.serviceCells.cdma.baseId; in FillCdmaCellNearbyInfo() 627 cellInfo.ServiceCellParas.cdma.baseId = info.serviceCells.cdma.baseId; in FillCdmaCurrentCellInfo() 744 cellInfo.ServiceCellParas.cdma.baseId = info.serviceCells.cdma.baseId; in FillCdmaCurrentCellInformation()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 770 cellInfo.serviceCells.cdma.baseId = hrilCellPtr->ServiceCellParas.cdma.baseId; in FillCellNearbyInfoCdma() 814 cellInfo.serviceCells.cdma.baseId = hrilCellInfoVendor->ServiceCellParas.cdma.baseId; in FillCellInfoType() 852 cellInfo.serviceCells.cdma.baseId = hrilCellInfoVendor->ServiceCellParas.cdma.baseId; in FillCellInformationType()
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 2315 baseId: number; property
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 981 if (NextInt(&pStr, &ci->ServiceCellParas.cdma.baseId) < 0) { in ParseCellInfoCdma() 1256 NextIntFromHex(&line, &response->ServiceCellParas.cdma.baseId); in ParseGetCdmaCellInfoLine() 1268 response->ServiceCellParas.cdma.baseId, response->ServiceCellParas.cdma.zoneId, in ParseGetCdmaCellInfoLine()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 168 cellNearbyInfo.ServiceCellParas.cdma.baseId = 1;
|