/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_panel_test.cpp | 42 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 …]
|
D | input_method_ability_test.cpp | 589 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/ |
D | input_method_panel.h | 52 …int32_t CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, const PanelInfo &pane…
|
D | input_method_ability.h | 76 …int32_t CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, const PanelInfo &pane…
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_input_method_engine_setting.h | 46 static napi_value CreatePanel(napi_env env, napi_callback_info info);
|
D | js_input_method_engine_setting.cpp | 86 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/ |
D | input_method_ability.cpp | 681 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()
|
D | input_method_panel.cpp | 32 int32_t InputMethodPanel::CreatePanel( in CreatePanel() function in OHOS::MiscServices::InputMethodPanel
|