mirror of
https://gitee.com/openharmony/distributeddatamgr_pasteboard
synced 2024-11-23 07:59:55 +00:00
剪切板动态启停优化
Signed-off-by: zuotao <zuotao2@huawei.com>
This commit is contained in:
parent
d8b13d6ad5
commit
228ab9298a
@ -334,6 +334,7 @@ void PasteboardClient::LoadSystemAbilityFail()
|
|||||||
void PasteboardClient::OnRemoteSaDied(const wptr<IRemoteObject> &remote)
|
void PasteboardClient::OnRemoteSaDied(const wptr<IRemoteObject> &remote)
|
||||||
{
|
{
|
||||||
PASTEBOARD_HILOGI(PASTEBOARD_MODULE_CLIENT, "OnRemoteSaDied start.");
|
PASTEBOARD_HILOGI(PASTEBOARD_MODULE_CLIENT, "OnRemoteSaDied start.");
|
||||||
|
pasteboardServiceProxy_ = nullptr;
|
||||||
ConnectService();
|
ConnectService();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,14 +14,6 @@
|
|||||||
"value": "on"
|
"value": "on"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"stop-on-demand": {
|
|
||||||
"deviceonline": [
|
|
||||||
{
|
|
||||||
"name": "deviceonline",
|
|
||||||
"value": "off"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user