/base/inputmethod/imf/unitest/src/ |
D | input_method_switch_test.cpp | 149 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();
|
D | permission_verification_exception_test.cpp | 187 auto property = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethod(); 234 auto property = InputMethodController::GetInstance()->GetCurrentInputMethod();
|
D | input_method_ability_test.cpp | 193 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
D | input_method_controller_test.cpp | 262 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
/base/inputmethod/imf/services/include/ |
D | i_input_method_system_ability.h | 70 virtual std::shared_ptr<Property> GetCurrentInputMethod() = 0;
|
D | input_method_system_ability.h | 59 std::shared_ptr<Property> GetCurrentInputMethod() override;
|
/base/inputmethod/imf/frameworks/inputmethod_controller/include/ |
D | input_method_system_ability_proxy.h | 55 std::shared_ptr<Property> GetCurrentInputMethod() override;
|
D | input_method_controller.h | 85 IMF_API std::shared_ptr<Property> GetCurrentInputMethod();
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/ |
D | js_input_method.h | 60 static napi_value GetCurrentInputMethod(napi_env env, napi_callback_info info);
|
D | js_input_method.cpp | 32 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/ |
D | input_method_system_ability.cpp | 367 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
|
D | input_method_system_ability_stub.cpp | 150 auto property = GetCurrentInputMethod(); in GetCurrentInputMethodOnRemote()
|
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 139 imc->GetCurrentInputMethod(); in TestShowSomething()
|
/base/inputmethod/imf/frameworks/inputmethod_controller/src/ |
D | input_method_system_ability_proxy.cpp | 93 std::shared_ptr<Property> InputMethodSystemAbilityProxy::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
D | input_method_controller.cpp | 438 std::shared_ptr<Property> InputMethodController::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodController 446 auto property = proxy->GetCurrentInputMethod(); in GetCurrentInputMethod()
|