Home
last modified time | relevance | path

Searched refs:GetCurrentInputMethodSubtype (Results 1 – 16 of 16) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_switch_test.cpp120 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;
Dpermission_verification_exception_test.cpp126 auto subProperty = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethodSubtype();
DnewIme_switch_test.cpp116 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp()
/base/inputmethod/imf/services/include/
Di_input_method_system_ability.h51 virtual std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() = 0;
Dinput_method_system_ability.h70 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
Dime_info_inquirer.h55 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype(const int32_t userId);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_system_ability_proxy.h55 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h59 static napi_value GetCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
Djs_input_method.cpp33 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/
Dinputmethodcontroller_fuzzer.cpp127 imc->GetCurrentInputMethodSubtype(); in TestShowSomething()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp110 std::shared_ptr<SubProperty> InputMethodSystemAbilityProxy::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
Dinput_method_controller.cpp602 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/
Dinput_method_controller.h313 IMF_API std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype();
/base/inputmethod/imf/services/src/
Dinput_method_system_ability_stub.cpp150 auto property = GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtypeOnRemote()
Dinput_method_system_ability.cpp512 std::shared_ptr<SubProperty> InputMethodSystemAbility::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility
514 return ImeInfoInquirer::GetInstance().GetCurrentInputMethodSubtype(userId_); in GetCurrentInputMethodSubtype()
Dime_info_inquirer.cpp498 std::shared_ptr<SubProperty> ImeInfoInquirer::GetCurrentInputMethodSubtype(const int32_t userId) in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer