Home
last modified time | relevance | path

Searched refs:neighboringCellSsbInfo (Results 1 - 4 of 4) sorted by relevance

/base/telephony/core_service/services/network_search/src/
H A Dnr_ssb_info.cpp87 NeighboringCellSsbInformation neighboringCellSsbInfo; in UpdateNrSsbIdInfo() local
88 neighboringCellSsbInfo.pci = nrCellSsbIds->nbCellSsbList[i].pci; in UpdateNrSsbIdInfo()
89 neighboringCellSsbInfo.arfcn = nrCellSsbIds->nbCellSsbList[i].arfcn; in UpdateNrSsbIdInfo()
90 neighboringCellSsbInfo.rsrp = nrCellSsbIds->nbCellSsbList[i].rsrp; in UpdateNrSsbIdInfo()
91 neighboringCellSsbInfo.sinr = nrCellSsbIds->nbCellSsbList[i].sinr; in UpdateNrSsbIdInfo()
96 neighboringCellSsbInfo.ssbList.push_back(ssbInfo); in UpdateNrSsbIdInfo()
98 nrCellSsbIdsInfo_->nbCellSsbList.push_back(neighboringCellSsbInfo); in UpdateNrSsbIdInfo()
/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp272 NeighboringCellSsbInformation neighboringCellSsbInfo; in GetNbCellSsbIdList() local
273 neighboringCellSsbInfo.pci = nbCellSsbList_[i].pci; in GetNbCellSsbIdList()
274 neighboringCellSsbInfo.arfcn = nbCellSsbList_[i].arfcn; in GetNbCellSsbIdList()
275 neighboringCellSsbInfo.rsrp = nbCellSsbList_[i].rsrp; in GetNbCellSsbIdList()
276 neighboringCellSsbInfo.sinr = nbCellSsbList_[i].sinr; in GetNbCellSsbIdList()
281 neighboringCellSsbInfo.ssbList.push_back(ssbInfo); in GetNbCellSsbIdList()
283 nbCellSsbList.push_back(neighboringCellSsbInfo); in GetNbCellSsbIdList()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp419 NeighboringCellSsbInfo neighboringCellSsbInfo; in GetNrSsbIdResponse() local
420 neighboringCellSsbInfo.pci = nrCellSsbIds.nbCellSsbList[i].pci; in GetNrSsbIdResponse()
421 neighboringCellSsbInfo.arfcn = nrCellSsbIds.nbCellSsbList[i].arfcn; in GetNrSsbIdResponse()
422 neighboringCellSsbInfo.rsrp = nrCellSsbIds.nbCellSsbList[i].rsrp; in GetNrSsbIdResponse()
423 neighboringCellSsbInfo.sinr = nrCellSsbIds.nbCellSsbList[i].sinr; in GetNrSsbIdResponse()
428 neighboringCellSsbInfo.ssbIdList.push_back(nbCellSsbIdInfo); in GetNrSsbIdResponse()
430 nrCellSsbIdsInfo->nbCellSsbList.push_back(neighboringCellSsbInfo); in GetNrSsbIdResponse()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp1437 HDI::Ril::V1_2::NeighboringCellSsbInfo neighboringCellSsbInfo; in BuildNrCellSsbIdsInfo() local
1438 neighboringCellSsbInfo.pci = temp->nbCellSsbList[i].pci; in BuildNrCellSsbIdsInfo()
1439 neighboringCellSsbInfo.arfcn = temp->nbCellSsbList[i].arfcn; in BuildNrCellSsbIdsInfo()
1440 neighboringCellSsbInfo.rsrp = temp->nbCellSsbList[i].rsrp; in BuildNrCellSsbIdsInfo()
1441 neighboringCellSsbInfo.sinr = temp->nbCellSsbList[i].sinr; in BuildNrCellSsbIdsInfo()
1447 neighboringCellSsbInfo.ssbIdList.push_back(ssbIdInfo); in BuildNrCellSsbIdsInfo()
1449 nrCellSsbIds.nbCellSsbList.push_back(neighboringCellSsbInfo); in BuildNrCellSsbIdsInfo()

Completed in 6 milliseconds