/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_ability_test.cpp | 645 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, statusBar1); 650 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, statusBar2); 680 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo2, statusBar); 712 ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo2, inputMethodPanel); 826 auto ret = inputMethodAbility_->CreatePanel(nullptr, info, panel); 830 ret = inputMethodAbility_->CreatePanel(nullptr, info1, panel1); 865 auto ret = inputMethodAbility_->CreatePanel(nullptr, info, panel); 891 auto ret = inputMethodAbility_->CreatePanel(nullptr, info, panel); 917 auto ret = inputMethodAbility_->CreatePanel(nullptr, info, panel); 951 ret = inputMethodAbility_->CreatePanel(nullptr, info, panel); [all …]
|
H A D | input_method_panel_test.cpp | 67 static std::shared_ptr<InputMethodPanel> CreatePanel(); 275 auto ret = ima_->CreatePanel(nullptr, info, panel); in ImaCreatePanel() 462 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 503 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 544 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 559 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 583 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 606 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 813 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); 828 ret = inputMethodPanel->CreatePanel(nullptr, panelInfo); [all …]
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.h | 49 static napi_value CreatePanel(napi_env env, napi_callback_info info);
|
H A D | js_input_method_engine_setting.cpp | 98 DECLARE_NAPI_FUNCTION("createPanel", CreatePanel), in InitProperty() 380 napi_value JsInputMethodEngineSetting::CreatePanel(napi_env env, napi_callback_info info) in CreatePanel() function in OHOS::MiscServices::JsInputMethodEngineSetting 403 …auto ret = InputMethodAbility::GetInstance()->CreatePanel(ctxt->context, ctxt->panelInfo, ctxt->pa… in CreatePanel()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_panel.h | 72 …int32_t CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, const PanelInfo &pane…
|
H A D | input_method_ability.h | 79 …int32_t CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, const PanelInfo &pane…
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 902 int32_t InputMethodAbility::CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, in CreatePanel() function in OHOS::MiscServices::InputMethodAbility 914 auto ret = inputMethodPanel->CreatePanel(context, panelInfo); in CreatePanel()
|
H A D | input_method_panel.cpp | 46 int32_t InputMethodPanel::CreatePanel(const std::shared_ptr<AbilityRuntime::Context> &context, in CreatePanel() function in OHOS::MiscServices::InputMethodPanel
|