Searched refs:ShowTextInput (Results 1 – 8 of 8) sorted by relevance
181 int32_t ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();310 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();337 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
251 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anon1d35de250302()
653 inputMethodController_->ShowTextInput();
123 imc->ShowTextInput(); in TestShowSomething()
135 IMF_API int32_t ShowTextInput();
165 static napi_value ShowTextInput(napi_env env, napi_callback_info info);
71 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::JsGetInputMethodController554 … env, info, [] { return InputMethodController::GetInstance()->ShowTextInput(); }, false, true); in ShowTextInput()
452 int32_t InputMethodController::ShowTextInput() in ShowTextInput() function in OHOS::MiscServices::InputMethodController