Searched refs:InputMethodAgentProxy (Results 1 – 5 of 5) sorted by relevance
33 class InputMethodAgentProxy : public IRemoteProxy<IInputMethodAgent> {35 explicit InputMethodAgentProxy(const sptr<IRemoteObject> &object);36 ~InputMethodAgentProxy() = default;37 DISALLOW_COPY_AND_MOVE(InputMethodAgentProxy);47 static inline BrokerDelegator<InputMethodAgentProxy> delegator_;
25 InputMethodAgentProxy::InputMethodAgentProxy(const sptr<IRemoteObject> &object) in InputMethodAgentProxy() function in OHOS::MiscServices::InputMethodAgentProxy30 bool InputMethodAgentProxy::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent()39 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate()47 void InputMethodAgentProxy::OnSelectionChange( in OnSelectionChange()56 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow()63 void InputMethodAgentProxy::OnConfigurationChange(const Configuration &config) in OnConfigurationChange()72 int32_t InputMethodAgentProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest()
118 … sptr<IInputMethodAgent> inputMethodAgent = sptr(new InputMethodAgentProxy(inputMethodAgentStub)); in SetCoreAndAgent()
282 sptr<IInputMethodAgent> agent = sptr(new InputMethodAgentProxy(inputMethodAgentStub));
1023 std::shared_ptr<IInputMethodAgent> agent = std::make_shared<InputMethodAgentProxy>(agentObject); in OnInputReady()