Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h109 int32_t OnShowInput(sptr<IInputClient> client);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp383 return session->OnShowInput(client); in ShowInput()
H A Dperuser_session.cpp357 int32_t PerUserSession::OnShowInput(sptr<IInputClient> client) in OnShowInput() function in OHOS::MiscServices::PerUserSession