Home
last modified time | relevance | path

Searched refs:InputMethodAgentProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_proxy.cpp25 InputMethodAgentProxy::InputMethodAgentProxy(const sptr<IRemoteObject> &object) in InputMethodAgentProxy() function in OHOS::MiscServices::InputMethodAgentProxy
30 int32_t InputMethodAgentProxy::DispatchKeyEvent( in DispatchKeyEvent()
43 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate()
51 void InputMethodAgentProxy::OnSelectionChange( in OnSelectionChange()
60 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow()
67 void InputMethodAgentProxy::OnAttributeChange(const InputAttribute &attribute) in OnAttributeChange()
74 int32_t InputMethodAgentProxy::SendPrivateCommand( in SendPrivateCommand()
85 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_agent_proxy.h33 class InputMethodAgentProxy : public IRemoteProxy<IInputMethodAgent> {
35 explicit InputMethodAgentProxy(const sptr<IRemoteObject> &object);
36 ~InputMethodAgentProxy() = default;
37 DISALLOW_COPY_AND_MOVE(InputMethodAgentProxy);
49 static inline BrokerDelegator<InputMethodAgentProxy> delegator_;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp155 systemAgent_ = new (std::nothrow) InputMethodAgentProxy(agentObject); in OnConnectCmdReady()
H A Dinput_method_controller.cpp1316 agent_ = std::make_shared<InputMethodAgentProxy>(agentObject); in SetAgent()