Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h73 bool MarkListener(const std::string &type, bool isRegister);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp307 if (!MarkListener(type, true)) { in SetPanelStatusListener()
322 if (!MarkListener(type, false)) { in ClearPanelListener()
335 bool InputMethodPanel::MarkListener(const std::string &type, bool isRegister) in MarkListener() function in OHOS::MiscServices::InputMethodPanel