Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-15 18:48:34 +08:00
parent 9c22581050
commit fde75f591c
27 changed files with 122 additions and 34 deletions
@@ -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 {
@@ -13,7 +13,11 @@
* limitations under the License.
*/
#include "input_client_proxy.h"
#include "global.h"
#include "message_option.h"
#include "message_parcel.h"
namespace OHOS {
namespace MiscServices {
@@ -13,8 +13,15 @@
* limitations under the License.
*/
#include "input_client_stub.h"
#include <string>
#include "global.h"
#include "ipc_object_stub.h"
#include "ipc_types.h"
#include "message.h"
#include "new"
#include "string"
namespace OHOS {
namespace MiscServices {
@@ -13,9 +13,12 @@
* limitations under the License.
*/
#include "input_data_channel_proxy.h"
#include "global.h"
#include "ipc_types.h"
#include "message_option.h"
#include "message_parcel.h"
#include "utils.h"
namespace OHOS {
namespace MiscServices {
@@ -13,8 +13,15 @@
* limitations under the License.
*/
#include "input_data_channel_stub.h"
#include "string_ex.h"
#include <string>
#include "global.h"
#include "input_method_controller.h"
#include "ipc_object_stub.h"
#include "ipc_types.h"
#include "message.h"
#include "new"
namespace OHOS {
namespace MiscServices {