mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-22 08:25:20 -04:00
Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed:
modified: bundle.json
modified: frameworks/inputmethod_controller/BUILD.gn
modified: frameworks/inputmethod_controller/include/input_method_controller.h
modified: frameworks/inputmethod_controller/src/input_method_controller.cpp
new file: hisysevent.yaml
modified: services/BUILD.gn
new file: services/dfx/include/inputmethod_dump.h
new file: services/dfx/include/inputmethod_sysevent.h
new file: services/dfx/include/inputmethod_trace.h
new file: services/dfx/src/inputmethod_dump.cpp
new file: services/dfx/src/inputmethod_sysevent.cpp
new file: services/dfx/src/inputmethod_trace.cpp
modified: services/include/input_method_system_ability.h
modified: services/include/peruser_session.h
modified: services/src/input_method_system_ability.cpp
modified: services/src/peruser_session.cpp
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#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"
|
||||
@@ -28,6 +29,7 @@
|
||||
#include "iremote_object.h"
|
||||
#include "input_method_utils.h"
|
||||
#include "key_event.h"
|
||||
#include "ipc_skeleton.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
Reference in New Issue
Block a user