From 2aa9cd1c7f72ef95605ba1c756c06c1312a4ef29 Mon Sep 17 00:00:00 2001 From: li-tiangang4 Date: Fri, 29 Aug 2025 15:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-tiangang4 --- interfaces/ipc/include/distributed_input_client.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/interfaces/ipc/include/distributed_input_client.h b/interfaces/ipc/include/distributed_input_client.h index 0e2ad78..4e45b96 100644 --- a/interfaces/ipc/include/distributed_input_client.h +++ b/interfaces/ipc/include/distributed_input_client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -26,18 +26,17 @@ #include "add_white_list_infos_call_back_stub.h" #include "del_white_list_infos_call_back_stub.h" +#include "dinput_sa_manager.h" #include "get_sink_screen_infos_call_back_stub.h" #include "i_distributed_source_input.h" #include "i_distributed_sink_input.h" #include "i_sharing_dhid_listener.h" +#include "idistributed_hardware_source.h" +#include "idistributed_hardware_sink.h" #include "register_d_input_call_back_stub.h" -#include "unregister_d_input_call_back_stub.h" #include "sharing_dhid_listener_stub.h" #include "start_stop_d_inputs_call_back_stub.h" - -#include "dinput_sa_manager.h" -#include "idistributed_hardware_source.h" -#include "idistributed_hardware_sink.h" +#include "unregister_d_input_call_back_stub.h" namespace OHOS { namespace DistributedHardware { -- Gitee