Home
last modified time | relevance | path

Searched refs:CreatePanel (Results 1 – 8 of 8) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp42 static std::shared_ptr<InputMethodPanel> CreatePanel();
150 std::shared_ptr<InputMethodPanel> InputMethodPanelTest::CreatePanel() in CreatePanel() function in OHOS::MiscServices::InputMethodPanelTest
154 auto ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); in CreatePanel()
208 auto ret = inputMethodPanel->CreatePanel(nullptr, info); in ImcPanelListeningTestPrepare()
256 auto ret = inputMethodPanel->CreatePanel(nullptr, panelInfo);
290 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo);
326 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo);
341 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo);
362 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo);
385 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo);
[all …]
Dinput_method_ability_test.cpp589 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, softKeyboardPanel1);
594 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, softKeyboardPanel2);
616 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, statusBar1);
621 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, statusBar2);
644 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo1, softKeyboardPanel);
650 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo2, statusBar);
673 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo1, inputMethodPanel);
681 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo2, inputMethodPanel);
689 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo1, inputMethodPanel);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h52 …int32_t CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, const PanelInfo &pane…
Dinput_method_ability.h76 …int32_t CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, const PanelInfo &pane…
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_input_method_engine_setting.h46 static napi_value CreatePanel(napi_env env, napi_callback_info info);
Djs_input_method_engine_setting.cpp86 DECLARE_NAPI_FUNCTION("createPanel", CreatePanel), in Init()
347 napi_value JsInputMethodEngineSetting::CreatePanel(napi_env env, napi_callback_info info) in CreatePanel() function in OHOS::MiscServices::JsInputMethodEngineSetting
369 …auto ret = InputMethodAbility::GetInstance()->CreatePanel(ctxt->context, ctxt->panelInfo, ctxt->pa… in CreatePanel()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp681 int32_t InputMethodAbility::CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, in CreatePanel() function in OHOS::MiscServices::InputMethodAbility
691 auto ret = inputMethodPanel->CreatePanel(context, panelInfo); in CreatePanel()
Dinput_method_panel.cpp32 int32_t InputMethodPanel::CreatePanel( in CreatePanel() function in OHOS::MiscServices::InputMethodPanel