Home
last modified time | relevance | path

Searched defs:cellListNearbyInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp290 std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo = std::make_shared<CellListNearbyInfo>(); in GetNeighboringCellInfoListResponse() local
298 std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo = std::make_shared<CellListNearbyInfo>(); in GetNeighboringCellInfoListResponse_1_2() local
509std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_1::CellListNearbyInfo &… in BuildNeighboringCellInfoList()
610std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_2::CellListNearbyInfo_1… in BuildNeighboringCellInfoList()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp309 auto cellListNearbyInfo = std::make_shared<CellListNearbyInfo>(); variable