Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_ability.cpp111 sptr<InputMethodAgentStub> inputMethodAgentStub(new InputMethodAgentStub()); in SetCoreAndAgent() local
112 inputMethodAgentStub->SetMessageHandler(msgHandler); in SetCoreAndAgent()
113 … sptr<IInputMethodAgent> inputMethodAgent = sptr(new InputMethodAgentProxy(inputMethodAgentStub)); in SetCoreAndAgent()