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

Changes to be committed:
This commit is contained in:
ma-shaoyin 2022-07-16 15:11:27 +08:00
parent 08008d1abb
commit 18c1a6c5bd
19 changed files with 43 additions and 43 deletions

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "para_handle.h"
#include "parameter.h"

View File

@ -16,9 +16,10 @@
#ifndef FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H
#define FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H
#include <stdint.h>
#include <cstdint>
#include <functional>
#include <string>
#include "functional"
#include "i_input_method_agent.h"
#include "iremote_broker.h"
#include "iremote_object.h"
@ -26,7 +27,6 @@
#include "message_parcel.h"
#include "nocopyable.h"
#include "refbase.h"
#include "string"
namespace OHOS {
namespace MiscServices {

View File

@ -13,12 +13,12 @@
* limitations under the License.
*/
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
#include <stdint.h>
#include "functional"
#include <cstdint>
#include <functional>
#include "i_input_client.h"
#include "i_input_method_agent.h"
#include "iremote_broker.h"

View File

@ -13,11 +13,10 @@
* limitations under the License.
*/
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
#include <stdint.h>
#include <cstdint>
#include "i_input_client.h"
#include "i_input_method_agent.h"
#include "iremote_stub.h"

View File

@ -16,15 +16,16 @@
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_PROXY_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_PROXY_H
#include <stdint.h>
#include "functional"
#include <cstdint>
#include <functional>
#include <string>
#include "i_input_data_channel.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 {

View File

@ -13,11 +13,12 @@
* limitations under the License.
*/
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_STUB_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_STUB_H
#include <stdint.h>
#include <cstdint>
#include <string>
#include "i_input_data_channel.h"
#include "iremote_stub.h"
#include "message_handler.h"
@ -25,7 +26,6 @@
#include "message_parcel.h"
#include "nocopyable.h"
#include "refbase.h"
#include "string"
namespace OHOS {
namespace MiscServices {

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "input_client_proxy.h"
#include "global.h"
#include "message_option.h"

View File

@ -13,14 +13,15 @@
* limitations under the License.
*/
#include "input_client_stub.h"
#include <new>
#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 {

View File

@ -13,14 +13,15 @@
* limitations under the License.
*/
#include "input_data_channel_stub.h"
#include <new>
#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 {

View File

@ -16,12 +16,12 @@
#include "inputmethod_dump.h"
#include <cstdint>
#include <functional>
#include <list>
#include <string>
#include <vector>
#include "functional"
#include "global.h"
#include "list"
#include "string"
#include "vector"
namespace OHOS {
namespace MiscServices {

View File

@ -17,7 +17,6 @@
#include "hisysevent.h"
namespace OHOS {
namespace MiscServices {
namespace {

View File

@ -16,7 +16,7 @@
#ifndef SERVICES_INCLUDE_INPUT_ATTRIBUTE_H
#define SERVICES_INCLUDE_INPUT_ATTRIBUTE_H
#include <stdint.h>
#include <cstdint>
#include "parcel.h"

View File

@ -16,8 +16,7 @@
#ifndef SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H
#define SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H
#include <stdint.h>
#include <cstdint>
#include <string>
#include <vector>

View File

@ -16,7 +16,7 @@
#ifndef SERVICES_INCLUDE_KEYBOARD_TYPE_H
#define SERVICES_INCLUDE_KEYBOARD_TYPE_H
#include <stdint.h>
#include <cstdint>
#include <string>
#include "parcel.h"

View File

@ -17,7 +17,7 @@
#ifndef SERVICES_INCLUDE_MESSAGE_H
#define SERVICES_INCLUDE_MESSAGE_H
#include <stdint.h>
#include <cstdint>
#include "message_parcel.h"

View File

@ -15,7 +15,7 @@
#include "input_attribute.h"
#include "new"
#include <new>
namespace OHOS {
namespace MiscServices {

View File

@ -13,12 +13,13 @@
* limitations under the License.
*/
#include "input_method_property.h"
#include <new>
#include <string>
#include <vector>
#include "__config"
#include "new"
#include "string"
#include "vector"
namespace OHOS {
namespace MiscServices {

View File

@ -13,11 +13,12 @@
* limitations under the License.
*/
#include "keyboard_type.h"
#include <new>
#include <string>
#include "__config"
#include "new"
#include "string"
namespace OHOS {
namespace MiscServices {

View File

@ -13,12 +13,12 @@
* limitations under the License.
*/
#include "message_handler.h"
#include "new"
#include "queue"
namespace OHOS {
#include <new>
#include <queue>
namespace OHOS {
namespace MiscServices {
/*! Constructor
*/