Home
last modified time | relevance | path

Searched refs:ShowTextInput (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp215 int32_t ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
379 ret = inputMethodController_->ShowTextInput();
401 ret = inputMethodController_->ShowTextInput();
421 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
448 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
H A Dinput_method_dfx_test.cpp342 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anonff3e3efd0302()
H A Dinput_method_controller_test.cpp967 inputMethodController_->ShowTextInput();
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp123 imc->ShowTextInput(); in TestShowSomething()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h194 IMF_API int32_t ShowTextInput();
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp74 DECLARE_NAPI_FUNCTION("showTextInput", ShowTextInput), in Init()
558 napi_value JsGetInputMethodController::ShowTextInput(napi_env env, napi_callback_info info) in ShowTextInput() function in OHOS::MiscServices::JsGetInputMethodController
562 … env, info, [] { return InputMethodController::GetInstance()->ShowTextInput(); }, false, true); in ShowTextInput()
H A Djs_get_input_method_controller.h166 static napi_value ShowTextInput(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp262 int32_t InputMethodController::ShowTextInput() in ShowTextInput() function in OHOS::MiscServices::InputMethodController
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1643 inputMethod->ShowTextInput(); in HandleOnCameraInput()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8853 inputMethod->ShowTextInput(); in OnBackPressed()