Home
last modified time | relevance | path

Searched refs:DestroyPanel (Results 1 - 8 of 8) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp613 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel1); in HWTEST_F()
616 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel2); in HWTEST_F()
641 ret = inputMethodAbility_->DestroyPanel(statusBar1); in HWTEST_F()
644 ret = inputMethodAbility_->DestroyPanel(statusBar2); in HWTEST_F()
671 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel); in HWTEST_F()
674 ret = inputMethodAbility_->DestroyPanel(statusBar); in HWTEST_F()
695 ret = inputMethodAbility_->DestroyPanel(inputMethodPanel); in HWTEST_F()
703 ret = inputMethodAbility_->DestroyPanel(inputMethodPanel); in HWTEST_F()
711 ret = inputMethodAbility_->DestroyPanel(inputMethodPanel); in HWTEST_F()
731 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel in HWTEST_F()
[all...]
H A Dinput_method_panel_test.cpp69 static void DestroyPanel(const std::shared_ptr<InputMethodPanel> &panel);
268 void InputMethodPanelTest::DestroyPanel(const std::shared_ptr<InputMethodPanel> &panel) in DestroyPanel() function in OHOS::MiscServices::InputMethodPanelTest
272 auto ret = panel->DestroyPanel(); in DestroyPanel()
286 auto ret = ima_->DestroyPanel(panel); in ImaDestroyPanel()
434 ret = inputMethodPanel->DestroyPanel(); in HWTEST_F()
440 * @tc.desc: Test DestroyPanel.
447 // not CreatePanel, DestroyPanel failed in HWTEST_F()
448 auto ret = inputMethodPanel->DestroyPanel(); in HWTEST_F()
489 ret = inputMethodPanel->DestroyPanel(); in HWTEST_F()
530 ret = inputMethodPanel->DestroyPanel(); in HWTEST_F()
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h49 static napi_value DestroyPanel(napi_env env, napi_callback_info info);
H A Djs_input_method_engine_setting.cpp99 DECLARE_NAPI_FUNCTION("destroyPanel", DestroyPanel), in InitProperty()
429 napi_value JsInputMethodEngineSetting::DestroyPanel(napi_env env, napi_callback_info info) in DestroyPanel() function in OHOS::MiscServices::JsInputMethodEngineSetting
456 auto errCode = InputMethodAbility::GetInstance()->DestroyPanel(ctxt->panel); in DestroyPanel()
458 IMSA_HILOGE("DestroyPanel failed, errCode: %{public}d!", errCode); in DestroyPanel()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h73 int32_t DestroyPanel();
H A Dinput_method_ability.h74 int32_t DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp834 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel() function in OHOS::MiscServices::InputMethodAbility
841 auto ret = inputMethodPanel->DestroyPanel(); in DestroyPanel()
H A Dinput_method_panel.cpp145 int32_t InputMethodPanel::DestroyPanel() in DestroyPanel() function in OHOS::MiscServices::InputMethodPanel

Completed in 16 milliseconds