cellListCurrentInfo

Signed-off-by: gaoxi785 <gaoxi785@huawei.com>
This commit is contained in:
gaoxi785 2023-07-19 15:22:29 +08:00
parent 511e3f4658
commit 0e18a7afde

View File

@ -398,7 +398,7 @@ public:
int32_t GetNeighboringCellInfoListResponse(
const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) override;
int32_t GetCurrentCellInfoResponse_1_1(const RilRadioResponseInfo &responseInfo,
const CellListCurrentInfo_1_1 &cellInfoList) override;
const CellListCurrentInfo_1_1 &cellListCurrentInfo) override;
int32_t GetCurrentCellInfoResponse(
const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) override;
int32_t SetPreferredNetworkResponse(const RilRadioResponseInfo &responseInfo) override;