Home
last modified time | relevance | path

Searched refs:ImeState (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/common/include/
H A Dinputmethod_sysevent.h47 enum class ImeState : int32_t { UNBIND = 0, BIND }; class
56 void ReportImeState(ImeState state, pid_t pid, const std::string &bundleName);
/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp121 void InputMethodSysEvent::ReportImeState(ImeState state, pid_t pid, const std::string &bundleName) in ReportImeState()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_dfx_test.cpp442 auto watcherImeChange = std::make_shared<WatcherImeChange>(std::to_string(static_cast<int32_t>(ImeState::UNBIND)), in HWTEST_F()
459 auto watcherImeChange = std::make_shared<WatcherImeChange>(std::to_string(static_cast<int32_t>(ImeState::BIND)), in HWTEST_F()
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp392 InputMethodSysEvent::GetInstance().ReportImeState(ImeState::BIND, data->pid, in OnRequestShowInput()
534 InputMethodSysEvent::GetInstance().ReportImeState(ImeState::UNBIND, data->pid, in DeactivateClient()
599 InputMethodSysEvent::GetInstance().ReportImeState(ImeState::BIND, data->pid, in BindClientWithIme()
647 InputMethodSysEvent::GetInstance().ReportImeState(ImeState::UNBIND, data->pid, in StopImeInput()

Completed in 4 milliseconds