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

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-15 19:05:41 +08:00
parent f8f56ad3cf
commit 13feea4d0e
11 changed files with 39 additions and 32 deletions
+3 -2
View File
@@ -16,8 +16,9 @@
#ifndef ETC_PARA_INCLUDE_PARA_HANDLE_H
#define ETC_PARA_INCLUDE_PARA_HANDLE_H
#include <stdint.h>
#include "iosfwd"
#include <cstdint>
#include "iosfwd"
namespace OHOS {
namespace MiscServices {
class ParaHandle {
@@ -16,7 +16,8 @@
#ifndef FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H
#define FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H
#include <stdint.h>
#include <stdint.h>
#include "functional"
#include "i_input_method_agent.h"
#include "iremote_broker.h"
+8 -7
View File
@@ -16,13 +16,14 @@
#ifndef INPUTMETHOD_DUMP_H
#define INPUTMETHOD_DUMP_H
#include <functional>
#include <list>
#include <string>
#include <vector>
#include "__mutex_base"
#include "iosfwd"
#include "singleton.h"
#include <functional>
#include <list>
#include <string>
#include <vector>
#include "__mutex_base"
#include "iosfwd"
#include "singleton.h"
namespace OHOS {
namespace MiscServices {
+3 -2
View File
@@ -16,8 +16,9 @@
#ifndef INPUTMETHOD_SYSEVENT_H
#define INPUTMETHOD_SYSEVENT_H
#include <stdint.h>
#include "iosfwd"
#include <cstdint>
#include "iosfwd"
namespace OHOS {
namespace MiscServices {
+1 -1
View File
@@ -16,7 +16,7 @@
#ifndef INPUTMETHOD_TRACE_H
#define INPUTMETHOD_TRACE_H
#include <stdint.h>
#include <cstdint>
#include "iosfwd"
namespace OHOS {
+3 -4
View File
@@ -13,14 +13,13 @@
* limitations under the License.
*/
// #include "inputmethod_dump.h"
// #include "global.h"
#include "inputmethod_dump.h"
#include <stdint.h>
#include <cstdint>
#include "functional"
#include "global.h"
#include "list"
#include "stdio.h"
#include "string"
#include "vector"
+4 -4
View File
@@ -13,11 +13,11 @@
* limitations under the License.
*/
#include "inputmethod_sysevent.h"
#include "global.h"
#include "hisysevent.h"
#include "string"
#include "global.h"
#include "hisysevent.h"
#include "string"
namespace OHOS {
namespace MiscServices {
+3 -2
View File
@@ -16,8 +16,9 @@
#ifndef SERVICES_INCLUDE_INPUT_ATTRIBUTE_H
#define SERVICES_INCLUDE_INPUT_ATTRIBUTE_H
#include <stdint.h>
#include "parcel.h"
#include <stdint.h>
#include "parcel.h"
namespace OHOS {
namespace MiscServices {
+7 -5
View File
@@ -16,11 +16,13 @@
#ifndef SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H
#define SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H
#include <stdint.h>
#include <string>
#include <vector>
#include "keyboard_type.h"
#include "parcel.h"
#include <stdint.h>
#include <string>
#include <vector>
#include "keyboard_type.h"
#include "parcel.h"
namespace OHOS {
namespace MiscServices {
+3 -2
View File
@@ -17,8 +17,9 @@
#ifndef SERVICES_INCLUDE_MESSAGE_H
#define SERVICES_INCLUDE_MESSAGE_H
#include <stdint.h>
#include "message_parcel.h"
#include <stdint.h>
#include "message_parcel.h"
namespace OHOS {
namespace MiscServices {
+2 -2
View File
@@ -13,9 +13,9 @@
* limitations under the License.
*/
#include "input_attribute.h"
#include "new"
#include "new"
namespace OHOS {
namespace MiscServices {