Home
last modified time | relevance | path

Searched refs:baseId (Results 1 – 12 of 12) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dcell_location.cpp195 void CdmaCellLocation::SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t ni… in SetCdmaParam() argument
197 baseId_ = baseId; in SetCdmaParam()
Dcell_information.cpp847 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/
Dcell_info.cpp417 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/
Dcell_location.h85 … void SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t nid, int32_t sid);
Dcell_information.h266 … 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/
Dhril_network_parcel.h299 int32_t baseId; member
535 int32_t baseId; member
Dhril_vendor_network_defs.h421 int32_t baseId; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp487 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/
Dhril_network.cpp770 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.ts2315 baseId: number; property
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c981 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/
Dzero_branch_test.cpp168 cellNearbyInfo.ServiceCellParas.cdma.baseId = 1;