Home
last modified time | relevance | path

Searched refs:SetSCellSsbList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h76 void SetSCellSsbList(std::vector<SsbInfo> sCellSsbList);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnr_ssb_info.cpp38 nrCellSsbIdsInfo->SetSCellSsbList(nrCellSsbIdsInfo_->sCellSsbList); in FillNrSsbIdInformation()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp195 void NrSsbInformation::SetSCellSsbList(std::vector<SsbInfo> sCellSsbList) in SetSCellSsbList() function in OHOS::Telephony::NrSsbInformation