mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
@@ -12,6 +12,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "para_handle.h"
|
||||
#include "parameter.h"
|
||||
|
||||
|
||||
@@ -16,8 +16,17 @@
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H
|
||||
|
||||
#include "iremote_proxy.h"
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#include "i_input_method_agent.h"
|
||||
#include "iremote_broker.h"
|
||||
#include "iremote_object.h"
|
||||
#include "iremote_proxy.h"
|
||||
#include "message_parcel.h"
|
||||
#include "nocopyable.h"
|
||||
#include "refbase.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
*/
|
||||
|
||||
#include "input_method_agent_proxy.h"
|
||||
#include "global.h"
|
||||
#include "message_option.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -13,12 +13,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
|
||||
|
||||
#include "iremote_proxy.h"
|
||||
#include <cstdint>
|
||||
#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 {
|
||||
|
||||
@@ -13,14 +13,18 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
|
||||
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
|
||||
|
||||
#include "iremote_stub.h"
|
||||
#include <cstdint>
|
||||
#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,16 @@
|
||||
#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 <cstdint>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#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"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -13,15 +13,19 @@
|
||||
* 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 <cstdint>
|
||||
#include <string>
|
||||
|
||||
#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"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
*/
|
||||
|
||||
#include "input_client_proxy.h"
|
||||
#include "global.h"
|
||||
#include "message_option.h"
|
||||
#include "message_parcel.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -14,7 +14,11 @@
|
||||
*/
|
||||
|
||||
#include "input_client_stub.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "ipc_object_stub.h"
|
||||
#include "ipc_types.h"
|
||||
#include "message.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -14,8 +14,10 @@
|
||||
*/
|
||||
|
||||
#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 {
|
||||
|
||||
@@ -14,7 +14,12 @@
|
||||
*/
|
||||
|
||||
#include "input_data_channel_stub.h"
|
||||
#include "string_ex.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "input_method_controller.h"
|
||||
#include "ipc_object_stub.h"
|
||||
#include "ipc_types.h"
|
||||
#include "message.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -16,11 +16,13 @@
|
||||
#ifndef INPUTMETHOD_DUMP_H
|
||||
#define INPUTMETHOD_DUMP_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "iosfwd"
|
||||
#include "singleton.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -14,6 +14,13 @@
|
||||
*/
|
||||
|
||||
#include "inputmethod_dump.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "global.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
|
||||
#ifndef SERVICES_INCLUDE_INPUT_ATTRIBUTE_H
|
||||
#define SERVICES_INCLUDE_INPUT_ATTRIBUTE_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "parcel.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -15,10 +15,13 @@
|
||||
|
||||
#ifndef SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H
|
||||
#define SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H
|
||||
#include <vector>
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include "parcel.h"
|
||||
#include <vector>
|
||||
|
||||
#include "keyboard_type.h"
|
||||
#include "parcel.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef SERVICES_INCLUDE_KEYBOARD_TYPE_H
|
||||
#define SERVICES_INCLUDE_KEYBOARD_TYPE_H
|
||||
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include "parcel.h"
|
||||
|
||||
|
||||
@@ -17,8 +17,10 @@
|
||||
#ifndef SERVICES_INCLUDE_MESSAGE_H
|
||||
#define SERVICES_INCLUDE_MESSAGE_H
|
||||
|
||||
#include "global.h"
|
||||
#include <cstdint>
|
||||
|
||||
#include "message_parcel.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
class Message {
|
||||
|
||||
Reference in New Issue
Block a user