Home
last modified time | relevance | path

Searched refs:ParcelHandler (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dsystem_cmd_channel_proxy.h43 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
44 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr);
H A Dkeyevent_consumer_proxy.h45 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
46 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr,
H A Dinput_client_proxy.h45 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
46 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr,
H A Dinput_data_channel_proxy.h61 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
62 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr,
H A Dinput_method_system_ability_proxy.h87 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
88 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_agent_proxy.h50 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
51 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr);
H A Dinput_method_core_proxy.h51 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
52 int32_t SendRequest(int code, ParcelHandler input = nullptr, ParcelHandler output = nullptr,
H A Dinput_method_core_stub.h66 using ParcelHandler = std::function<bool(MessageParcel &)>; variable
67 int32_t SendMessage(int code, ParcelHandler input = nullptr);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dsystem_cmd_channel_proxy.cpp45 int32_t SystemCmdChannelProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest()
H A Dkeyevent_consumer_proxy.cpp58 int32_t KeyEventConsumerProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, Mes… in SendRequest()
H A Dinput_client_proxy.cpp59 int32_t InputClientProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageO… in SendRequest()
H A Dinput_data_channel_proxy.cpp170 int32_t InputDataChannelProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, Mes… in SendRequest()
H A Dinput_method_system_ability_proxy.cpp315 int32_t InputMethodSystemAbilityProxy::SendRequest(int code, ParcelHandler input, ParcelHandler out… in SendRequest()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_proxy.cpp85 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest()
H A Dinput_method_core_proxy.cpp111 int32_t InputMethodCoreProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, Mess… in SendRequest()
H A Dinput_method_core_stub.cpp254 int32_t InputMethodCoreStub::SendMessage(int code, ParcelHandler input) in SendMessage()