Home
last modified time | relevance | path

Searched refs:ClearPanelListener (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h63 void ClearPanelListener(const std::string &type);
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp517 inputMethodPanel->ClearPanelListener(subscribeType);
525 inputMethodPanel->ClearPanelListener(subscribeType);
560 inputMethodPanel->ClearPanelListener(type);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp320 void InputMethodPanel::ClearPanelListener(const std::string &type) in ClearPanelListener() function in OHOS::MiscServices::InputMethodPanel
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp297 inputMethodPanel->ClearPanelListener(type); in UnSubscribe()