Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp759 int32_t ret = IdentityCheckerTest::service_->ShowCurrentInputDeprecated();
775 int32_t ret = IdentityCheckerTest::service_->ShowCurrentInputDeprecated();
791 int32_t ret = IdentityCheckerTest::service_->ShowCurrentInputDeprecated();
/ohos5.0/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h84 virtual int32_t ShowCurrentInputDeprecated() = 0;
H A Dinput_method_system_ability.h89 int32_t ShowCurrentInputDeprecated() override;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h81 int32_t ShowCurrentInputDeprecated() override;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp202 int32_t InputMethodSystemAbilityProxy::ShowCurrentInputDeprecated() in ShowCurrentInputDeprecated() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
H A Dinput_method_controller.cpp337 return proxy->ShowCurrentInputDeprecated(); in ShowCurrentInput()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp333 int32_t ret = ShowCurrentInputDeprecated(); in ShowCurrentInputOnRemoteDeprecated()
H A Dinput_method_system_ability.cpp911 int32_t InputMethodSystemAbility::ShowCurrentInputDeprecated() in ShowCurrentInputDeprecated() function in OHOS::MiscServices::InputMethodSystemAbility