Home
last modified time | relevance | path

Searched defs:nrCellSsbIdsInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_time_zone.cpp95 std::shared_ptr<NrSsbInformation> nrCellSsbIdsInfo = std::make_shared<NrSsbInformation>(); variable
115 std::shared_ptr<NrSsbInformation> nrCellSsbIdsInfo = std::make_shared<NrSsbInformation>(); variable
134 std::shared_ptr<NrSsbInformation> nrCellSsbIdsInfo = std::make_shared<NrSsbInformation>(); variable
H A Dzero_branch_test.cpp3264 std::shared_ptr<NrSsbInformation> nrCellSsbIdsInfo = std::make_shared<NrSsbInformation>(); variable
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnr_ssb_info.cpp29 bool NrSsbInfo::FillNrSsbIdInformation(const std::shared_ptr<NrSsbInformation> &nrCellSsbIdsInfo) in FillNrSsbIdInformation()
H A Dnetwork_search_handler.cpp1366 int32_t NetworkSearchHandler::GetNrSsbId(const std::shared_ptr<NrSsbInformation> &nrCellSsbIdsInfo) in GetNrSsbId()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp397 std::shared_ptr<NrCellSsbIds> nrCellSsbIdsInfo = std::make_shared<NrCellSsbIds>(); in GetNrSsbIdResponse() local