Home
last modified time | relevance | path

Searched refs:GetCurrentInputMethod (Results 1 – 22 of 22) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dpermission_verification_exception_test.cpp64 auto property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
124 auto property = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethod();
DnewIme_switch_test.cpp108 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp()
Dinput_method_dfx_test.cpp129 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
Dinput_method_editor_test.cpp114 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
Dinput_method_switch_test.cpp112 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp()
Dinput_method_ability_test.cpp97 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
Dinput_method_attach_test.cpp41 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
Dinput_method_panel_test.cpp130 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
Dinput_method_controller_test.cpp211 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
/base/inputmethod/imf/services/include/
Di_input_method_system_ability.h50 virtual std::shared_ptr<Property> GetCurrentInputMethod() = 0;
Dinput_method_system_ability.h69 std::shared_ptr<Property> GetCurrentInputMethod() override;
Dime_info_inquirer.h54 std::shared_ptr<Property> GetCurrentInputMethod(const int32_t userId);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_system_ability_proxy.h54 std::shared_ptr<Property> GetCurrentInputMethod() override;
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h60 static napi_value GetCurrentInputMethod(napi_env env, napi_callback_info info);
Djs_input_method.cpp32 DECLARE_NAPI_FUNCTION("getCurrentInputMethod", GetCurrentInputMethod), in Init()
247 napi_value JsInputMethod::GetCurrentInputMethod(napi_env env, napi_callback_info info) in GetCurrentInputMethod() function in OHOS::MiscServices::JsInputMethod
249 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in GetCurrentInputMethod()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp126 imc->GetCurrentInputMethod(); in TestShowSomething()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp98 std::shared_ptr<Property> InputMethodSystemAbilityProxy::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
Dinput_method_controller.cpp586 std::shared_ptr<Property> InputMethodController::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodController
594 auto property = proxy->GetCurrentInputMethod(); in GetCurrentInputMethod()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h303 IMF_API std::shared_ptr<Property> GetCurrentInputMethod();
/base/inputmethod/imf/services/src/
Dinput_method_system_ability_stub.cpp135 auto property = GetCurrentInputMethod(); in GetCurrentInputMethodOnRemote()
Dinput_method_system_ability.cpp507 std::shared_ptr<Property> InputMethodSystemAbility::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbility
509 return ImeInfoInquirer::GetInstance().GetCurrentInputMethod(userId_); in GetCurrentInputMethod()
Dime_info_inquirer.cpp287 auto prop = GetCurrentInputMethod(userId); in ListEnabledInputMethod()
471 std::shared_ptr<Property> ImeInfoInquirer::GetCurrentInputMethod(const int32_t userId) in GetCurrentInputMethod() function in OHOS::MiscServices::ImeInfoInquirer