Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H A Dperusersession_fuzzer.cpp103 userSessions->OnShowCurrentInput(); in FuzzPerUserSession()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp271 ret = userSession->OnShowCurrentInput();
275 ret = userSession->OnShowCurrentInput();
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h108 int32_t OnShowCurrentInput();
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp518 return session->OnShowCurrentInput(); in ShowCurrentInput()
523 return session->OnShowCurrentInput(); in ShowCurrentInput()
925 return session->OnShowCurrentInput(); in ShowCurrentInputDeprecated()
H A Dperuser_session.cpp336 int32_t PerUserSession::OnShowCurrentInput() in OnShowCurrentInput() function in OHOS::MiscServices::PerUserSession