| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_switch_test.cpp | 120 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp() 217 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; 237 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; 258 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; 276 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; 344 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id;
|
| D | permission_verification_exception_test.cpp | 126 auto subProperty = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethodSubtype();
|
| D | newIme_switch_test.cpp | 116 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp()
|
| /base/inputmethod/imf/services/include/ |
| D | i_input_method_system_ability.h | 51 virtual std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() = 0;
|
| D | input_method_system_ability.h | 70 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
|
| D | ime_info_inquirer.h | 55 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype(const int32_t userId);
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 55 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_input_method.h | 59 static napi_value GetCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
|
| D | js_input_method.cpp | 33 DECLARE_NAPI_FUNCTION("getCurrentInputMethodSubtype", GetCurrentInputMethodSubtype), in Init() 259 napi_value JsInputMethod::GetCurrentInputMethodSubtype(napi_env env, napi_callback_info info) in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::JsInputMethod 261 …tr<SubProperty> subProperty = InputMethodController::GetInstance()->GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtype()
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 127 imc->GetCurrentInputMethodSubtype(); in TestShowSomething()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 110 std::shared_ptr<SubProperty> InputMethodSystemAbilityProxy::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 602 std::shared_ptr<SubProperty> InputMethodController::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodController 610 auto property = proxy->GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtype()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 313 IMF_API std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype();
|
| /base/inputmethod/imf/services/src/ |
| D | input_method_system_ability_stub.cpp | 150 auto property = GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtypeOnRemote()
|
| D | input_method_system_ability.cpp | 512 std::shared_ptr<SubProperty> InputMethodSystemAbility::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility 514 return ImeInfoInquirer::GetInstance().GetCurrentInputMethodSubtype(userId_); in GetCurrentInputMethodSubtype()
|
| D | ime_info_inquirer.cpp | 498 std::shared_ptr<SubProperty> ImeInfoInquirer::GetCurrentInputMethodSubtype(const int32_t userId) in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer
|