!764 修改CellListCurrentInfo_1_1接口入参

Merge pull request !764 from 高曦/master
This commit is contained in:
openharmony_ci 2023-07-19 09:03:02 +00:00 committed by Gitee
commit 90e93273f7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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;