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:
GlaryCastle
2022-07-05 17:04:41 +08:00
parent 3dbd1d7a54
commit 8868ab97ff
16 changed files with 410 additions and 3 deletions
@@ -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 {