mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-26 17:21:37 +00:00
update intention/drag/client/src/drag_client.cpp.
Signed-off-by: hongtao <wanghongtao15@huawei.com>
This commit is contained in:
parent
b2ce7d613f
commit
bc1df44b06
@ -356,7 +356,8 @@ int32_t DragClient::SetDragSwitchState(ITunnelClient &tunnel, bool enable, bool
|
||||
return ret;
|
||||
}
|
||||
|
||||
int32_t DragClient::SetAppDragSwitchState(ITunnelClient &tunnel, bool enable, const std::string &pkgName, bool isJsCaller)
|
||||
int32_t DragClient::SetAppDragSwitchState(ITunnelClient &tunnel, bool enable, const std::string &pkgName,
|
||||
bool isJsCaller)
|
||||
{
|
||||
SetAppDragSwitchStateParam param { enable, pkgName, isJsCaller };
|
||||
DefaultReply reply {};
|
||||
|
Loading…
Reference in New Issue
Block a user