Home
last modified time | relevance | path

Searched refs:HideCurrentInput (Results 1 - 15 of 15) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h49 int32_t HideCurrentInput() override;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp38 return ErrorCodeConvert(InputMethodController::GetInstance()->HideCurrentInput()); in OH_InputMethodProxy_HideKeyboard()
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h47 virtual int32_t HideCurrentInput() = 0;
H A Dinput_method_system_ability.h55 int32_t HideCurrentInput() override;
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp232 ret = InputMethodEditorTest::inputMethodController_->HideCurrentInput(); in HWTEST_F()
357 ret = InputMethodEditorTest::inputMethodController_->HideCurrentInput(); in HWTEST_F()
399 ret = inputMethodController_->HideCurrentInput(); in HWTEST_F()
469 ret = InputMethodEditorTest::inputMethodController_->HideCurrentInput(); in HWTEST_F()
H A Didentity_checker_test.cpp449 int32_t ret = IdentityCheckerTest::service_->HideCurrentInput(); in HWTEST_F()
465 int32_t ret = IdentityCheckerTest::service_->HideCurrentInput(); in HWTEST_F()
482 int32_t ret = IdentityCheckerTest::service_->HideCurrentInput(); in HWTEST_F()
H A Dinput_method_dfx_test.cpp352 * @tc.desc: Hisysevent HideCurrentInput.
360 auto hideCurrentInput = []() { inputMethodController_->HideCurrentInput(); }; in HWTEST_F()
H A Dinput_method_controller_test.cpp1102 * @tc.desc: IMC HideCurrentInput.
1108 IMSA_HILOGI("IMC HideCurrentInput Test START"); in HWTEST_F()
1111 int32_t ret = inputMethodController_->HideCurrentInput(); in HWTEST_F()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp121 imc->HideCurrentInput(); in TestShowSomething()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp60 int32_t InputMethodSystemAbilityProxy::HideCurrentInput() in HideCurrentInput() function in InputMethodSystemAbilityProxy
H A Dinput_method_controller.cpp296 int32_t InputMethodController::HideCurrentInput() in HideCurrentInput() function in OHOS::MiscServices::InputMethodController
299 IMSA_HILOGD("InputMethodController::HideCurrentInput"); in HideCurrentInput()
935 return proxy->HideCurrentInput(); in HideSoftKeyboard()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h478 IMF_API int32_t HideCurrentInput();
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp94 int32_t ret = HideCurrentInput(); in HideCurrentInputOnRemote()
H A Dinput_method_system_ability.cpp472 int32_t InputMethodSystemAbility::HideCurrentInput() in HideCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbility
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp712 env, info, [] { return InputMethodController::GetInstance()->HideCurrentInput(); }, true, false);

Completed in 17 milliseconds