Home
last modified time | relevance | path

Searched defs:inputMethodPanel (Results 1 – 5 of 5) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp152 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
159 void InputMethodPanelTest::TriggerShowCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerShowCallback()
170 void InputMethodPanelTest::TriggerHideCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerHideCallback()
206const std::shared_ptr<InputMethodPanel> &inputMethodPanel, const PanelInfo &info, ListeningStatus … in ImcPanelListeningTestPrepare()
241 …nputMethodPanelTest::ImcPanelListeningTestClear(const std::shared_ptr<InputMethodPanel> &inputMeth… in ImcPanelListeningTestClear()
254 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
270 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
284 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
320 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
357 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_ability_test.cpp671 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp243 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local
266 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local
295 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local
312 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
Djs_panel.h56 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp682 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
704 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()