Home
last modified time | relevance | path

Searched defs:inputDataChannel (Results 1 – 2 of 2) sorted by relevance

/base/miscservices/inputmethod/frameworks/inputmethod_ability/src/
Dinput_method_core_stub.cpp87 … sptr<IInputDataChannel> inputDataChannel = iface_cast<IInputDataChannel>(data.ReadRemoteObject()); in OnRemoteRequest() local
110 … sptr<IInputDataChannel> inputDataChannel = iface_cast<IInputDataChannel>(data.ReadRemoteObject()); in OnRemoteRequest() local
187 bool InputMethodCoreStub::startInput(const sptr<IInputDataChannel>& inputDataChannel, in startInput()
231 bool InputMethodCoreStub::showKeyboard(const sptr<IInputDataChannel>& inputDataChannel) in showKeyboard()
Dinput_method_core_proxy.cpp131 bool InputMethodCoreProxy::startInput(const sptr<IInputDataChannel> &inputDataChannel, in startInput()
194 bool InputMethodCoreProxy::showKeyboard(const sptr<IInputDataChannel> &inputDataChannel) in showKeyboard()