| /base/inputmethod/imf/services/include/ |
| D | i_input_method_system_ability.h | 46 virtual int32_t HideCurrentInput() = 0;
|
| D | input_method_system_ability.h | 65 int32_t HideCurrentInput() override;
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 50 int32_t HideCurrentInput() override;
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_editor_test.cpp | 195 ret = InputMethodEditorTest::inputMethodController_->HideCurrentInput(); 287 ret = InputMethodEditorTest::inputMethodController_->HideCurrentInput(); 349 ret = InputMethodEditorTest::inputMethodController_->HideCurrentInput();
|
| D | input_method_dfx_test.cpp | 264 auto hideCurrentInput = []() { inputMethodController_->HideCurrentInput(); }; in __anon1d35de250402()
|
| D | input_method_controller_test.cpp | 766 int32_t ret = inputMethodController_->HideCurrentInput();
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 121 imc->HideCurrentInput(); in TestShowSomething()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 56 int32_t InputMethodSystemAbilityProxy::HideCurrentInput() in HideCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 483 int32_t InputMethodController::HideCurrentInput() in HideCurrentInput() function in OHOS::MiscServices::InputMethodController 952 return proxy->HideCurrentInput(); in HideSoftKeyboard()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 400 IMF_API int32_t HideCurrentInput();
|
| /base/inputmethod/imf/services/src/ |
| D | input_method_system_ability_stub.cpp | 79 int32_t ret = HideCurrentInput(); in HideCurrentInputOnRemote()
|
| D | input_method_system_ability.cpp | 313 int32_t InputMethodSystemAbility::HideCurrentInput() in HideCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbility
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_get_input_method_controller.cpp | 688 … env, info, [] { return InputMethodController::GetInstance()->HideCurrentInput(); }, true, false); in StopInput()
|