mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-18 16:04:40 -04:00
@@ -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
|
||||
Reference in New Issue
Block a user