mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 09:01:34 +00:00
description
Signed-off-by: 小发发 <lianghui35@huawei.com>
This commit is contained in:
parent
e2e086b96b
commit
43c7a61879
@ -42,7 +42,6 @@ std::string ShortkeyAbilityConnection::GetCommandString()
|
||||
void ReConfirmAbilityConnection::OnAbilityConnectDone(const AppExecFwk::ElementName &element,
|
||||
const sptr<IRemoteObject> &remoteObject, int32_t resultCode)
|
||||
{
|
||||
HILOG_DEBUG("start.");
|
||||
(void)element;
|
||||
(void)remoteObject;
|
||||
(void)resultCode;
|
||||
@ -51,14 +50,12 @@ void ReConfirmAbilityConnection::OnAbilityConnectDone(const AppExecFwk::ElementN
|
||||
void ReConfirmAbilityConnection::OnAbilityDisconnectDone(const AppExecFwk::ElementName &element,
|
||||
int32_t resultCode)
|
||||
{
|
||||
HILOG_DEBUG("start.");
|
||||
(void)element;
|
||||
(void)resultCode;
|
||||
}
|
||||
|
||||
std::string ReConfirmAbilityConnection::GetCommandString()
|
||||
{
|
||||
HILOG_DEBUG("start.");
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user