| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | permission_verification_exception_test.cpp | 64 auto property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase() 124 auto property = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethod();
|
| D | newIme_switch_test.cpp | 108 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp()
|
| D | input_method_dfx_test.cpp | 129 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
| D | input_method_editor_test.cpp | 114 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
| D | input_method_switch_test.cpp | 112 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp()
|
| D | input_method_ability_test.cpp | 97 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
| D | input_method_attach_test.cpp | 41 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
| D | input_method_panel_test.cpp | 130 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
| D | input_method_controller_test.cpp | 211 …std::shared_ptr<Property> property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase()
|
| /base/inputmethod/imf/services/include/ |
| D | i_input_method_system_ability.h | 50 virtual std::shared_ptr<Property> GetCurrentInputMethod() = 0;
|
| D | input_method_system_ability.h | 69 std::shared_ptr<Property> GetCurrentInputMethod() override;
|
| D | ime_info_inquirer.h | 54 std::shared_ptr<Property> GetCurrentInputMethod(const int32_t userId);
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 54 std::shared_ptr<Property> GetCurrentInputMethod() override;
|
| /base/inputmethod/imf/frameworks/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() 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/ |
| D | inputmethodcontroller_fuzzer.cpp | 126 imc->GetCurrentInputMethod(); in TestShowSomething()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 98 std::shared_ptr<Property> InputMethodSystemAbilityProxy::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 586 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/ |
| D | input_method_controller.h | 303 IMF_API std::shared_ptr<Property> GetCurrentInputMethod();
|
| /base/inputmethod/imf/services/src/ |
| D | input_method_system_ability_stub.cpp | 135 auto property = GetCurrentInputMethod(); in GetCurrentInputMethodOnRemote()
|
| D | input_method_system_ability.cpp | 507 std::shared_ptr<Property> InputMethodSystemAbility::GetCurrentInputMethod() in GetCurrentInputMethod() function in OHOS::MiscServices::InputMethodSystemAbility 509 return ImeInfoInquirer::GetInstance().GetCurrentInputMethod(userId_); in GetCurrentInputMethod()
|
| D | ime_info_inquirer.cpp | 287 auto prop = GetCurrentInputMethod(userId); in ListEnabledInputMethod() 471 std::shared_ptr<Property> ImeInfoInquirer::GetCurrentInputMethod(const int32_t userId) in GetCurrentInputMethod() function in OHOS::MiscServices::ImeInfoInquirer
|