mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-21 07:55:20 -04:00
Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed: modified: frameworks/inputmethod_controller/include/input_method_controller.h modified: frameworks/inputmethod_controller/src/input_method_controller.cpp modified: services/dfx/include/inputmethod_trace.h modified: services/src/input_method_system_ability.cpp
This commit is contained in:
@@ -17,19 +17,20 @@
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_METHOD_CONTROLLER_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_METHOD_CONTROLLER_H
|
||||
|
||||
#include "global.h"
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include "input_data_channel_stub.h"
|
||||
#include "input_client_stub.h"
|
||||
#include "input_method_system_ability_proxy.h"
|
||||
#include "input_method_agent_proxy.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "i_input_method_agent.h"
|
||||
#include "message_handler.h"
|
||||
#include "iremote_object.h"
|
||||
#include "input_client_stub.h"
|
||||
#include "input_data_channel_stub.h"
|
||||
#include "input_method_agent_proxy.h"
|
||||
#include "input_method_system_ability_proxy.h"
|
||||
#include "input_method_utils.h"
|
||||
#include "key_event.h"
|
||||
#include "ipc_skeleton.h"
|
||||
#include "iremote_object.h"
|
||||
#include "key_event.h"
|
||||
#include "message_handler.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
Reference in New Issue
Block a user