Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h210 void StopImeInput(ImeType currentType, const sptr<IRemoteObject> &currentChannel);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp629 void PerUserSession::StopImeInput(ImeType currentType, const sptr<IRemoteObject> &currentChannel) in StopImeInput() argument
636 [&data, &currentChannel]() { return data->core->StopInput(currentChannel); }); in StopImeInput()