Signed-off-by: l30054665 <lishang21@huawei.com>
This commit is contained in:
l30054665
2024-02-05 20:27:17 +08:00
parent 58e9c9e01e
commit 5bb003ad1f
2 changed files with 17 additions and 1 deletions
@@ -59,7 +59,6 @@ ohos_unittest("distributed_input_client_test") {
"${ipc_path}/src/add_white_list_infos_call_back_stub.cpp",
"${ipc_path}/src/del_white_list_infos_call_back_proxy.cpp",
"${ipc_path}/src/del_white_list_infos_call_back_stub.cpp",
"${ipc_path}/src/dinput_sa_manager.cpp",
"${ipc_path}/src/distributed_input_client.cpp",
"${ipc_path}/src/distributed_input_sink_proxy.cpp",
"${ipc_path}/src/distributed_input_sink_stub.cpp",
@@ -97,6 +97,23 @@ bool DInputSAManager::SetDInputSinkProxy(const sptr<IRemoteObject> &remoteObject
}
return true;
}
int32_t DInputSAManager::RestoreRegisterListenerAndCallback()
{
return DH_SUCCESS;
}
void DInputSAManager::AddSimEventListenerToCache(sptr<ISimulationEventListener> listener)
{}
void DInputSAManager::RemoveSimEventListenerFromCache(sptr<ISimulationEventListener> listener)
{}
void DInputSAManager::AddSessionStateCbToCache(const sptr<ISessionStateCallback> callback)
{}
void DInputSAManager::RemoveSessionStateCbFromCache()
{}
} // namespace DistributedInput
} // namespace DistributedHardware
} // namespace OHOS