mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-23 23:50:23 +00:00
Signed-off-by: pengyanggit yangpeng177@huawei.com
Signed-off-by: pengyanggit <yangpeng177@huawei.com> Change-Id: I57bb796da5eb6a28914ebe40a314534b8a260391
This commit is contained in:
parent
fcd8ed2ff3
commit
cd9c183e04
@ -55,7 +55,8 @@ private:
|
|||||||
int32_t GetShadowOffset(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
int32_t GetShadowOffset(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
||||||
int32_t GetDragData(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
int32_t GetDragData(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
||||||
int32_t GetDragState(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
int32_t GetDragState(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
||||||
int32_t GetDragSummary(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
__attribute__((no_sanitize("cfi"))) int32_t GetDragSummary(CallingContext &context,
|
||||||
|
MessageParcel &data, MessageParcel &reply);
|
||||||
int32_t GetDragAction(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
int32_t GetDragAction(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
||||||
int32_t GetExtraInfo(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
int32_t GetExtraInfo(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
||||||
int32_t EnterTextEditorArea(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
int32_t EnterTextEditorArea(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
||||||
|
Loading…
Reference in New Issue
Block a user