Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp181 int32_t ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
310 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
337 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
Dinput_method_dfx_test.cpp251 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anon1d35de250302()
Dinput_method_controller_test.cpp653 inputMethodController_->ShowTextInput();
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp123 imc->ShowTextInput(); in TestShowSomething()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h135 IMF_API int32_t ShowTextInput();
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h165 static napi_value ShowTextInput(napi_env env, napi_callback_info info);
Djs_get_input_method_controller.cpp71 DECLARE_NAPI_FUNCTION("showTextInput", ShowTextInput), in Init()
551 napi_value JsGetInputMethodController::ShowTextInput(napi_env env, napi_callback_info info) in ShowTextInput() function in OHOS::MiscServices::JsGetInputMethodController
554 … env, info, [] { return InputMethodController::GetInstance()->ShowTextInput(); }, false, true); in ShowTextInput()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp452 int32_t InputMethodController::ShowTextInput() in ShowTextInput() function in OHOS::MiscServices::InputMethodController