mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef INPUTMETHOD_TRACE_H
|
||||
#define INPUTMETHOD_TRACE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
#include "iosfwd"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
#include "input_attribute.h"
|
||||
#include "new"
|
||||
|
||||
#include "new"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
Reference in New Issue
Block a user