Home
last modified time | relevance | path

Searched defs:cellInfoList (Results 1 – 8 of 8) sorted by relevance

/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp281 …::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInf… in GetNeighboringCellInfoListResponse()
289 …::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListCurrentInfo &cellIn… in GetCurrentCellInfoResponse()
446 …ared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInf… in BuildNeighboringCellInfoList()
547 …shared_ptr<CellListCurrentInfo> currentCellList, const HDI::Ril::V1_1::CellListCurrentInfo &cellIn… in BuildCurrentCellInfoList()
659 const HDI::Ril::V1_1::CellListCurrentInfo_1_1 &cellInfoList) in BuildCurrentCellInformationList()
Dtel_ril_callback.cpp662 …::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInf… in GetNeighboringCellInfoListResponse()
669 …::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListCurrentInfo &cellIn… in GetCurrentCellInfoResponse()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp335 HDI::Ril::V1_1::CellListNearbyInfo cellInfoList; in GetNeighboringCellInfoListResponse() local
780 HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList, const void *response, size_t responseLen) in BuildNeighboringCellList()
981 int32_t HRilNetwork::BuildCurrentCellList(HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList, in BuildCurrentCellList()
1000 int32_t HRilNetwork::BuildCurrentCellInfoList(HDI::Ril::V1_1::CellListCurrentInfo_1_1 &cellInfoList, in BuildCurrentCellInfoList()
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp525 const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) in GetNeighboringCellInfoListResponse()
566 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp586 const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) in GetNeighboringCellInfoListResponse()
630 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp119 …CellListCurrentInformation *cellInfoList = event->GetSharedObject<CellListCurrentInformation>().ge… in ProcessCurrentCellInfo() local
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1143 CellInfoList cellInfoList = { 0, NULL }; in ReqGetNeighboringCellInfoList() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp107 std::vector<sptr<CellInformation>> cellInfoList; variable