mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-23 00:45:28 -04:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
@@ -17,8 +17,15 @@
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
|
||||
|
||||
#include "iremote_proxy.h"
|
||||
#include <stdint.h>
|
||||
#include "functional"
|
||||
#include "i_input_client.h"
|
||||
#include "i_input_method_agent.h"
|
||||
#include "iremote_broker.h"
|
||||
#include "iremote_object.h"
|
||||
#include "iremote_proxy.h"
|
||||
#include "nocopyable.h"
|
||||
#include "refbase.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -17,10 +17,15 @@
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
|
||||
|
||||
#include "iremote_stub.h"
|
||||
#include <stdint.h>
|
||||
#include "i_input_client.h"
|
||||
#include "i_input_method_agent.h"
|
||||
#include "iremote_stub.h"
|
||||
#include "message_handler.h"
|
||||
#include "message.h"
|
||||
#include "message_option.h"
|
||||
#include "message_parcel.h"
|
||||
#include "nocopyable.h"
|
||||
#include "refbase.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -16,9 +16,15 @@
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_PROXY_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_PROXY_H
|
||||
|
||||
#include "iremote_proxy.h"
|
||||
#include <stdint.h>
|
||||
#include "functional"
|
||||
#include "i_input_data_channel.h"
|
||||
#include "input_method_utils.h"
|
||||
#include "iremote_broker.h"
|
||||
#include "iremote_object.h"
|
||||
#include "iremote_proxy.h"
|
||||
#include "nocopyable.h"
|
||||
#include "refbase.h"
|
||||
#include "string"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -17,11 +17,15 @@
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_STUB_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_STUB_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "i_input_data_channel.h"
|
||||
#include "iremote_stub.h"
|
||||
#include "message_handler.h"
|
||||
#include "input_method_utils.h"
|
||||
#include "input_method_controller.h"
|
||||
#include "message_option.h"
|
||||
#include "message_parcel.h"
|
||||
#include "nocopyable.h"
|
||||
#include "refbase.h"
|
||||
#include "string"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
Reference in New Issue
Block a user