Home
last modified time | relevance | path

Searched refs:ShowTextInput (Results 1 - 11 of 11) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp219 int32_t ret = InputMethodEditorTest::inputMethodController_->ShowTextInput(); in HWTEST_F()
389 ret = inputMethodController_->ShowTextInput(); in HWTEST_F()
411 ret = inputMethodController_->ShowTextInput(); in HWTEST_F()
420 * @tc.desc: InputMethodEditorTest ShowTextInput
425 IMSA_HILOGI("InputMethodEditorTest ShowTextInput Test START"); in HWTEST_F()
431 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput(); in HWTEST_F()
458 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput(); in HWTEST_F()
H A Dinput_method_dfx_test.cpp338 * @tc.desc: Hisysevent ShowTextInput.
346 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in HWTEST_F()
H A Dinput_method_controller_test.cpp967 * @tc.desc: IMC ShowTextInput
972 IMSA_HILOGI("IMC ShowTextInput Test START"); in HWTEST_F()
974 inputMethodController_->ShowTextInput(); in HWTEST_F()
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_controller.h34 static int32_t ShowTextInput();
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp98 int32_t CjInputMethodController::ShowTextInput() in ShowTextInput() function in OHOS::MiscServices::CjInputMethodController
104 return controller->ShowTextInput(); in ShowTextInput()
H A Dinput_method_ffi.cpp318 return CjInputMethodController::ShowTextInput(); in FfiInputMethodControllerShowTextInput()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp123 imc->ShowTextInput(); in TestShowSomething()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h194 IMF_API int32_t ShowTextInput();
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h166 static napi_value ShowTextInput(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp74 DECLARE_NAPI_FUNCTION("showTextInput", ShowTextInput), in Init()
566 napi_value JsGetInputMethodController::ShowTextInput(napi_env env, napi_callback_info info) in ShowTextInput() function in OHOS::JsGetInputMethodController
570 env, info, [] { return InputMethodController::GetInstance()->ShowTextInput(); }, false, true); in ShowTextInput()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp260 int32_t InputMethodController::ShowTextInput() in ShowTextInput() function in OHOS::MiscServices::InputMethodController

Completed in 12 milliseconds