Home
last modified time | relevance | path

Searched refs:IsCurrentIme (Results 1 - 11 of 11) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h70 bool IsCurrentIme() override;
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h69 virtual bool IsCurrentIme() = 0;
H A Dinput_method_system_ability.h77 bool IsCurrentIme() override;
167 bool IsCurrentIme(int32_t userId);
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp450 if (!IsCurrentIme(userId)) { in SetCoreAndAgent()
466 if (!IsCurrentIme(userId)) { in InitConnect()
511 if (!IsCurrentIme(userId)) { in PanelStatusChange()
551 bool InputMethodSystemAbility::IsCurrentIme() in IsCurrentIme() function in OHOS::MiscServices::InputMethodSystemAbility
553 return IsCurrentIme(GetCallingUserId()); in IsCurrentIme()
1780 bool InputMethodSystemAbility::IsCurrentIme(int32_t userId)
H A Dinput_method_system_ability_stub.cpp345 return ITypesUtil::Marshal(reply, ErrorCode::NO_ERROR, IsCurrentIme()) ? ErrorCode::NO_ERROR in IsCurrentImeOnRemote()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp419 bool ret = IdentityCheckerTest::service_->IsCurrentIme(); in HWTEST_F()
434 bool ret = IdentityCheckerTest::service_->IsCurrentIme(); in HWTEST_F()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h77 bool IsCurrentIme();
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp244 bool InputMethodSystemAbilityProxy::IsCurrentIme()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp1002 bool InputMethodAbility::IsCurrentIme() in IsCurrentIme() function in OHOS::MiscServices::InputMethodAbility
1017 if (proxy->IsCurrentIme()) { in IsCurrentIme()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.cpp107 if (!InputMethodAbility::GetInstance()->IsCurrentIme()) { in InitKeyboardDelegate()
H A Djs_input_method_engine_setting.cpp219 if (!InputMethodAbility::GetInstance()->IsCurrentIme()) { in InitInputMethodSetting()

Completed in 12 milliseconds