Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h79 bool IsCurrentIme() override;
172 bool IsCurrentIme(int32_t userId);
H A Di_input_method_system_ability.h70 virtual bool IsCurrentIme() = 0;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h70 bool IsCurrentIme() override;
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp468 if (!IsCurrentIme(userId)) { in SetCoreAndAgent()
484 if (!IsCurrentIme(userId)) { in InitConnect()
529 if (!IsCurrentIme(userId)) { in PanelStatusChange()
569 bool InputMethodSystemAbility::IsCurrentIme() in IsCurrentIme() function in OHOS::MiscServices::InputMethodSystemAbility
571 return IsCurrentIme(GetCallingUserId()); in IsCurrentIme()
1848 bool InputMethodSystemAbility::IsCurrentIme(int32_t userId) in IsCurrentIme() function in OHOS::MiscServices::InputMethodSystemAbility
H A Dinput_method_system_ability_stub.cpp345 return ITypesUtil::Marshal(reply, ErrorCode::NO_ERROR, IsCurrentIme()) ? ErrorCode::NO_ERROR in IsCurrentImeOnRemote()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp419 bool ret = IdentityCheckerTest::service_->IsCurrentIme();
434 bool ret = IdentityCheckerTest::service_->IsCurrentIme();
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h84 bool IsCurrentIme();
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp250 bool InputMethodSystemAbilityProxy::IsCurrentIme() in IsCurrentIme() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp1100 bool InputMethodAbility::IsCurrentIme() in IsCurrentIme() function in OHOS::MiscServices::InputMethodAbility
1115 if (proxy->IsCurrentIme()) { in IsCurrentIme()
/ohos5.0/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()