Searched refs:nbCellCount (Results 1 – 17 of 17) sorted by relevance
39 …nrCellSsbIdsInfo->SetNbCellSsbList(nrCellSsbIdsInfo_->nbCellCount, nrCellSsbIdsInfo_->nbCellSsbLis… in FillNrSsbIdInformation()69 if (nrCellSsbIds->nbCellCount > NrSsbInformation::MAX_NBCELL_COUNT) { in UpdateNrSsbIdInfo()70 TELEPHONY_LOGE("nbCellCount:%{public}d > MAX_NBCELL_COUNT", nrCellSsbIds->nbCellCount); in UpdateNrSsbIdInfo()79 nrCellSsbIdsInfo_->nbCellCount = nrCellSsbIds->nbCellCount; in UpdateNrSsbIdInfo()86 for (int32_t i = 0; i < nrCellSsbIds->nbCellCount; i++) { in UpdateNrSsbIdInfo()
62 int32_t nbCellCount = 0; member77 …void SetNbCellSsbList(int32_t nbCellCount, std::vector<NeighboringCellSsbInformation> nbCellSsbLis…
748 int32_t nbCellCount; member
205 void NrSsbInformation::SetNbCellSsbList(int32_t nbCellCount, std::vector<NeighboringCellSsbInformat… in SetNbCellSsbList() argument207 nbCellCount_ = (nbCellCount > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : nbCellCount; in SetNbCellSsbList()
241 if (!data.WriteInt32(dataBlock.nbCellCount)) {242 HDF_LOGE("%{public}s: write dataBlock.nbCellCount failed!", __func__);296 if (!data.ReadInt32(dataBlock.nbCellCount)) {297 HDF_LOGE("%{public}s: read dataBlock.nbCellCount failed!", __func__);
86 int32_t nbCellCount;
870 int32_t nbCellCount; member
408 nrCellSsbIdsInfo->nbCellCount = nrCellSsbIds.nbCellCount; in GetNrSsbIdResponse()415 int32_t nbCellCount = in GetNrSsbIdResponse() local416 …(nrCellSsbIdsInfo->nbCellCount > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : nrCellSsbIdsInfo->nbCellCo… in GetNrSsbIdResponse()417 for (int32_t i = 0; i < nbCellCount; i++) { in GetNrSsbIdResponse()
112 int nbCellCount;
629 nrCellSsbIds.nbCellCount = 0; in GetNrSsbIdResponse()1405 if (temp->nbCellCount > MAX_NBCELL_COUNT) { in BuildNrCellSsbIdsInfo()1415 nrCellSsbIds.nbCellCount = temp->nbCellCount; in BuildNrCellSsbIdsInfo()1423 for (int32_t i = 0; i < temp->nbCellCount; i++) { in BuildNrCellSsbIdsInfo()
2012 nrSsbIdInfo->nbCellCount = tempData; in FillNeighboringCellSsbId()2013 if (nrSsbIdInfo->nbCellCount > MAX_NBCELL_COUNT || nrSsbIdInfo->nbCellSsbList == NULL) { in FillNeighboringCellSsbId()2014 TELEPHONY_LOGE("ProcessNrSsbId failed nbCellCount: [%{public}d]", nrSsbIdInfo->nbCellCount); in FillNeighboringCellSsbId()2021 for (int32_t i = 0; i < nrSsbIdInfo->nbCellCount; i++) { in FillNeighboringCellSsbId()
892 cout << "nrCellSsbIds nbCellCount: " << nrCellSsbIds.nbCellCount << endl; in GetNrSsbIdResponse()
988 TELEPHONY_LOGI("GetNrSsbIdResponse nbCellCount:%{public}d", nrCellSsbIds.nbCellCount); in GetNrSsbIdResponse()
829 nrSsbIdInfo.nbCellCount = 5;
631 int nbCellCount;
3279 nrCellSsbIds->nbCellCount = 5;