Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_switch_test.cpp114 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp()
222 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id;
241 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id;
260 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id;
278 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id;
339 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id;
H A DnewIme_switch_test.cpp107 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp()
H A Dinput_method_private_member_test.cpp493 auto subProp = InputMethodController::GetInstance()->GetCurrentInputMethodSubtype();
541 auto currentSubProp = InputMethodController::GetInstance()->GetCurrentInputMethodSubtype();
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.cpp35 DECLARE_NAPI_FUNCTION("getCurrentInputMethodSubtype", GetCurrentInputMethodSubtype), in Init()
292 napi_value JsInputMethod::GetCurrentInputMethodSubtype(napi_env env, napi_callback_info info) in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::JsInputMethod
294 …tr<SubProperty> subProperty = InputMethodController::GetInstance()->GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtype()
H A Djs_input_method.h61 static napi_value GetCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h58 virtual std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() = 0;
H A Dinput_method_system_ability.h67 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h57 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp127 imc->GetCurrentInputMethodSubtype(); in TestShowSomething()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h371 IMF_API std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype();
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp164 std::shared_ptr<SubProperty> InputMethodSystemAbilityProxy::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
H A Dinput_method_controller.cpp468 std::shared_ptr<SubProperty> InputMethodController::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodController
477 auto property = proxy->GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtype()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp236 auto property = GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtypeOnRemote()
H A Dinput_method_system_ability.cpp938 std::shared_ptr<SubProperty> InputMethodSystemAbility::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility