mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 01:53:34 -04:00
Description:fix head file order
Match-id-963a2e78193e9abffe67b3f02e25df465ae59b44
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_ADD_WHITE_LIST_INFOS_CALL_BACK_H
|
||||
#define I_ADD_WHITE_LIST_INFOS_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_DEL_WHITE_LIST_INFOS_CALL_BACK_H
|
||||
#define I_DEL_WHITE_LIST_INFOS_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -15,11 +15,14 @@
|
||||
|
||||
#ifndef I_DISTRIBUTED_SINK_INPUT_H
|
||||
#define I_DISTRIBUTED_SINK_INPUT_H
|
||||
|
||||
#include <string>
|
||||
#include "../../common/include/constants_dinput.h"
|
||||
|
||||
#include "iremote_broker.h"
|
||||
#include "iremote_object.h"
|
||||
|
||||
#include "i_start_d_input_server_call_back.h"
|
||||
#include "constants_dinput.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -15,19 +15,22 @@
|
||||
|
||||
#ifndef I_DISTRIBUTED_INPUT_H
|
||||
#define I_DISTRIBUTED_INPUT_H
|
||||
|
||||
#include <string>
|
||||
#include "../../common/include/constants_dinput.h"
|
||||
|
||||
#include "iremote_broker.h"
|
||||
#include "iremote_object.h"
|
||||
#include "i_register_d_input_call_back.h"
|
||||
#include "i_unregister_d_input_call_back.h"
|
||||
#include "i_prepare_d_input_call_back.h"
|
||||
#include "i_unprepare_d_input_call_back.h"
|
||||
#include "i_start_d_input_call_back.h"
|
||||
#include "i_stop_d_input_call_back.h"
|
||||
#include "i_start_d_input_server_call_back.h"
|
||||
|
||||
#include "constants_dinput.h"
|
||||
#include "i_add_white_list_infos_call_back.h"
|
||||
#include "i_del_white_list_infos_call_back.h"
|
||||
#include "i_prepare_d_input_call_back.h"
|
||||
#include "i_register_d_input_call_back.h"
|
||||
#include "i_start_d_input_call_back.h"
|
||||
#include "i_start_d_input_server_call_back.h"
|
||||
#include "i_stop_d_input_call_back.h"
|
||||
#include "i_unprepare_d_input_call_back.h"
|
||||
#include "i_unregister_d_input_call_back.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_PREPARE_D_INPUT_CALL_BACK_H
|
||||
#define I_PREPARE_D_INPUT_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_REGIST_D_INPUT_CALL_BACK_H
|
||||
#define I_REGIST_D_INPUT_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_START_D_INPUT_CALL_BACK_H
|
||||
#define I_START_D_INPUT_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,10 +16,11 @@
|
||||
#ifndef I_START_D_INPUT_SERVER_CALL_BACK_H
|
||||
#define I_START_D_INPUT_SERVER_CALL_BACK_H
|
||||
|
||||
#include "../../common/include/constants_dinput.h"
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include "constants_dinput.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_STOP_D_INPUT_CALL_BACK_H
|
||||
#define I_STOP_D_INPUT_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_UNPREPARE_D_INPUT_CALL_BACK_H
|
||||
#define I_UNPREPARE_D_INPUT_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -16,9 +16,10 @@
|
||||
#ifndef I_UNREGIST_D_INPUT_CALL_BACK_H
|
||||
#define I_UNREGIST_D_INPUT_CALL_BACK_H
|
||||
|
||||
#include <iremote_broker.h>
|
||||
#include <string>
|
||||
|
||||
#include <iremote_broker.h>
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
namespace DistributedInput {
|
||||
|
||||
Reference in New Issue
Block a user