Home
last modified time | relevance | path

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

/base/inputmethod/imf/unitest/src/
Dinput_method_switch_test.cpp149 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
177 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
201 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
225 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
254 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
279 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
300 std::shared_ptr<Property> property = imc->GetCurrentInputMethod();
Dpermission_verification_exception_test.cpp187 auto property = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethod();
234 auto property = InputMethodController::GetInstance()->GetCurrentInputMethod();
Dinput_method_ability_test.cpp193 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
Dinput_method_controller_test.cpp262 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
/base/inputmethod/imf/services/include/
Di_input_method_system_ability.h70 virtual std::shared_ptr<Property> GetCurrentInputMethod() = 0;
Dinput_method_system_ability.h59 std::shared_ptr<Property> GetCurrentInputMethod() override;
/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Dinput_method_system_ability_proxy.h55 std::shared_ptr<Property> GetCurrentInputMethod() override;
Dinput_method_controller.h85 IMF_API std::shared_ptr<Property> GetCurrentInputMethod();
/base/inputmethod/imf/interfaces/kits/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()
261 napi_value JsInputMethod::GetCurrentInputMethod(napi_env env, napi_callback_info info) in GetCurrentInputMethod() function in OHOS::MiscServices::JsInputMethod
263 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in GetCurrentInputMethod()
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp367 auto currentIme = GetCurrentInputMethod(); in SetCoreAndAgent()
433 auto current = GetCurrentInputMethod(); in ListEnabledInputMethod()
451 auto filter = GetCurrentInputMethod(); in ListDisabledInputMethod()
469 auto filter = GetCurrentInputMethod(); in ListCurrentInputMethodSubtype()
775 std::shared_ptr<Property> InputMethodSystemAbility::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbility
Dinput_method_system_ability_stub.cpp150 auto property = GetCurrentInputMethod(); in GetCurrentInputMethodOnRemote()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp139 imc->GetCurrentInputMethod(); in TestShowSomething()
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp93 std::shared_ptr<Property> InputMethodSystemAbilityProxy::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
Dinput_method_controller.cpp438 std::shared_ptr<Property> InputMethodController::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodController
446 auto property = proxy->GetCurrentInputMethod(); in GetCurrentInputMethod()