Searched refs:InputMethodAgentProxy (Results 1 – 4 of 4) sorted by relevance
25 InputMethodAgentProxy::InputMethodAgentProxy(const sptr<IRemoteObject> &object) in InputMethodAgentProxy() function in OHOS::MiscServices::InputMethodAgentProxy30 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()
33 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_;
155 systemAgent_ = new (std::nothrow) InputMethodAgentProxy(agentObject); in OnConnectCmdReady()
1316 agent_ = std::make_shared<InputMethodAgentProxy>(agentObject); in SetAgent()