Home
last modified time | relevance | path

Searched refs:cpid (Results 1 – 8 of 8) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h145 int32_t cpid; member
220 int32_t cpid; /* 8-bit Cell Parameters ID described in TS 25.331, 0..127, INT_MAX if unknown */ member
Dhril_vendor_network_defs.h203 int32_t cpid; member
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp437 int32_t &cpid = cellInfo->ServiceCellParas.tdscdma.cpid; in ProcessNeighboringCellTdscdma() local
440 cell->SetTdscdmaParam(cpid, lac, arfcn); in ProcessNeighboringCellTdscdma()
443 …llInfo::ProcessTdscdma arfcn:%{private}d psc:%{private}d slotId:%{public}d", arfcn, cpid, slotId_); in ProcessNeighboringCellTdscdma()
577 int32_t &cpid = cellInfo->ServiceCellParas.tdscdma.cpid; in ProcessCurrentCellTdscdma() local
583 cell->SetTdscdmaParam(cpid, lac, arfcn); in ProcessCurrentCellTdscdma()
591 cpid, slotId_); in ProcessCurrentCellTdscdma()
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts959 cpid: number; property
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp443 cellNearbyInfo.ServiceCellParas.tdscdma.cpid = info.serviceCells.tdscdma.cpid; in FillTdscdmaCellNearbyInfo()
583 currentCellInfo.ServiceCellParas.tdscdma.cpid = info.serviceCells.tdscdma.cpid; in FillTdscdmaCurrentCellInfo()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp652 cellInfo.serviceCells.tdscdma.cpid = hrilCellPtr->ServiceCellParas.tdscdma.cpid; in FillCellNearbyInfoTdscdma()
719 cellInfo.serviceCells.tdscdma.cpid = hrilCellInfoVendor->ServiceCellParas.tdscdma.cpid; in FillCellInfoType()
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp562 void TdscdmaCellInformation::SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) in SetTdscdmaParam() argument
564 cpid_ = cpid; in SetTdscdmaParam()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1047 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.cpid) < 0) { in ParseCellInfoTdscdma()
1292 NextInt(&line, &response->ServiceCellParas.tdscdma.cpid); in ParseGetTdscdmaCellInfoLine()
1300 response->ServiceCellParas.tdscdma.cpid); in ParseGetTdscdmaCellInfoLine()