mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-08-26 19:07:09 -04:00
update interfaces/ipc/src/distributed_input_sink_stub.cpp.
Signed-off-by: ry521 <renyi50@huawei.com>
This commit is contained in:
@@ -87,7 +87,7 @@ int32_t DistributedInputSinkStub::InitInner(MessageParcel &data, MessageParcel &
|
||||
DHLOGE("DistributedInputSinkStub write ret failed, ret = %d", ret);
|
||||
return ERR_DH_INPUT_IPC_WRITE_TOKEN_VALID_FAIL;
|
||||
}
|
||||
DHLOGE("Enable Permission vailable");
|
||||
DHLOGI("Enable Permission vailable");
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@ int32_t DistributedInputSinkStub::ReleaseInner(MessageParcel &data, MessageParce
|
||||
DHLOGE("DistributedInputSinkStub write ret failed, ret = %d", ret);
|
||||
return ERR_DH_INPUT_IPC_WRITE_TOKEN_VALID_FAIL;
|
||||
}
|
||||
DHLOGE("Enable Permission vailable");
|
||||
DHLOGI("Enable Permission vailable");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user