Searched refs:sCellSsbList (Results 1 – 14 of 14) sorted by relevance
60 std::vector<SsbInfo> sCellSsbList; member76 void SetSCellSsbList(std::vector<SsbInfo> sCellSsbList);85 void GetSCellSsbIdList(std::vector<SsbInfo> &sCellSsbList) const;
745 std::vector<SsbIdInfo> sCellSsbList; member
38 nrCellSsbIdsInfo->SetSCellSsbList(nrCellSsbIdsInfo_->sCellSsbList); in FillNrSsbIdInformation()80 for (const auto &info : nrCellSsbIds->sCellSsbList) { in UpdateNrSsbIdInfo()84 nrCellSsbIdsInfo_->sCellSsbList.push_back(ssbInfo); in UpdateNrSsbIdInfo()
195 void NrSsbInformation::SetSCellSsbList(std::vector<SsbInfo> sCellSsbList) in SetSCellSsbList() argument197 for (const auto &info : sCellSsbList) { in SetSCellSsbList()259 void NrSsbInformation::GetSCellSsbIdList(std::vector<SsbInfo> &sCellSsbList) const in GetSCellSsbIdList()265 sCellSsbList.push_back(ssbInfo); in GetSCellSsbIdList()
236 if (!WritePodArray(data, dataBlock.sCellSsbList)) {237 HDF_LOGE("%{public}s: failed to write dataBlock.sCellSsbList", __func__);291 if (!ReadPodArray(data, dataBlock.sCellSsbList)) {292 HDF_LOGE("%{public}s: failed to read dataBlock.sCellSsbList", __func__);
85 std::vector<OHOS::HDI::Ril::V1_2::SsbIdInfo> sCellSsbList;
628 nrCellSsbIds.sCellSsbList.clear(); in GetNrSsbIdResponse()1418 SsbIdInfoVendor *sCellSsbList = temp->sCellSsbList + i; in BuildNrCellSsbIdsInfo() local1419 ssbIdInfo.ssbId = sCellSsbList->ssbId; in BuildNrCellSsbIdsInfo()1420 ssbIdInfo.rsrp = sCellSsbList->rsrp; in BuildNrCellSsbIdsInfo()1421 nrCellSsbIds.sCellSsbList.push_back(ssbIdInfo); in BuildNrCellSsbIdsInfo()1431 SsbIdInfoVendor *sCellSsbList = temp->nbCellSsbList[i].ssbIdList + j; in BuildNrCellSsbIdsInfo() local1432 ssbIdInfo.ssbId = sCellSsbList->ssbId; in BuildNrCellSsbIdsInfo()1433 ssbIdInfo.rsrp = sCellSsbList->rsrp; in BuildNrCellSsbIdsInfo()
738 std::vector<SsbInfo> sCellSsbList; in TestGetNrSsbId() local739 nrSsbInformation->GetSCellSsbIdList(sCellSsbList); in TestGetNrSsbId()740 for (auto &info : sCellSsbList) { in TestGetNrSsbId()
867 SsbIdInfoVendor *sCellSsbList; member
109 List<struct SsbIdInfo> sCellSsbList;
2057 (void)memset_s(nrSsbIdInfo->sCellSsbList, sizeof(SsbIdInfoVendor) * SCELL_SSB_LIST, 0, in FillServingCellSsbId()2063 nrSsbIdInfo->sCellSsbList[i].ssbId = tempData; in FillServingCellSsbId()2067 nrSsbIdInfo->sCellSsbList[i].rsrp = tempData; in FillServingCellSsbId()
409 for (const auto &info : nrCellSsbIds.sCellSsbList) { in GetNrSsbIdResponse()413 nrCellSsbIdsInfo->sCellSsbList.push_back(ssbIdInfo); in GetNrSsbIdResponse()
630 List<ohos.hdi.ril.v1_2.SsbIdInfo> sCellSsbList;