Home
last modified time | relevance | path

Searched refs:sCellSsbList (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h60 std::vector<SsbInfo> sCellSsbList; member
76 void SetSCellSsbList(std::vector<SsbInfo> sCellSsbList);
85 void GetSCellSsbIdList(std::vector<SsbInfo> &sCellSsbList) const;
H A Dtel_ril_network_parcel.h745 std::vector<SsbIdInfo> sCellSsbList; member
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnr_ssb_info.cpp38 nrCellSsbIdsInfo->SetSCellSsbList(nrCellSsbIdsInfo_->sCellSsbList); in FillNrSsbIdInformation()
80 for (const auto &info : nrCellSsbIds->sCellSsbList) { in UpdateNrSsbIdInfo()
84 nrCellSsbIdsInfo_->sCellSsbList.push_back(ssbInfo); in UpdateNrSsbIdInfo()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp195 void NrSsbInformation::SetSCellSsbList(std::vector<SsbInfo> sCellSsbList) in SetSCellSsbList() argument
197 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()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dtypes.cpp.txt236 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__);
H A Dtypes.h.txt85 std::vector<OHOS::HDI::Ril::V1_2::SsbIdInfo> sCellSsbList;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp628 nrCellSsbIds.sCellSsbList.clear(); in GetNrSsbIdResponse()
1418 SsbIdInfoVendor *sCellSsbList = temp->sCellSsbList + i; in BuildNrCellSsbIdsInfo() local
1419 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() local
1432 ssbIdInfo.ssbId = sCellSsbList->ssbId; in BuildNrCellSsbIdsInfo()
1433 ssbIdInfo.rsrp = sCellSsbList->rsrp; in BuildNrCellSsbIdsInfo()
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp738 std::vector<SsbInfo> sCellSsbList; in TestGetNrSsbId() local
739 nrSsbInformation->GetSCellSsbIdList(sCellSsbList); in TestGetNrSsbId()
740 for (auto &info : sCellSsbList) { in TestGetNrSsbId()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h867 SsbIdInfoVendor *sCellSsbList; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/
H A DTypes.idl109 List<struct SsbIdInfo> sCellSsbList;
/ohos5.0/drivers/interface/ril/v1_2/
H A DTypes.idl109 List<struct SsbIdInfo> sCellSsbList;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c2057 (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()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp409 for (const auto &info : nrCellSsbIds.sCellSsbList) { in GetNrSsbIdResponse()
413 nrCellSsbIdsInfo->sCellSsbList.push_back(ssbIdInfo); in GetNrSsbIdResponse()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/
H A Ddump.txt630 List<ohos.hdi.ril.v1_2.SsbIdInfo> sCellSsbList;