mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-12-04 21:29:07 +00:00
!764 修改CellListCurrentInfo_1_1接口入参
Merge pull request !764 from 高曦/master
This commit is contained in:
commit
90e93273f7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user