/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_switch_test.cpp | 114 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 D | newIme_switch_test.cpp | 107 auto subProperty = imc_->GetCurrentInputMethodSubtype(); in CheckCurrentSubProp()
|
H A D | input_method_private_member_test.cpp | 493 auto subProp = InputMethodController::GetInstance()->GetCurrentInputMethodSubtype(); 541 auto currentSubProp = InputMethodController::GetInstance()->GetCurrentInputMethodSubtype();
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_input_method.cpp | 35 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 D | js_input_method.h | 61 static napi_value GetCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | i_input_method_system_ability.h | 58 virtual std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() = 0;
|
H A D | input_method_system_ability.h | 67 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_system_ability_proxy.h | 57 std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype() override;
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 127 imc->GetCurrentInputMethodSubtype(); in TestShowSomething()
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 371 IMF_API std::shared_ptr<SubProperty> GetCurrentInputMethodSubtype();
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_system_ability_proxy.cpp | 164 std::shared_ptr<SubProperty> InputMethodSystemAbilityProxy::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
H A D | input_method_controller.cpp | 468 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 D | input_method_system_ability_stub.cpp | 236 auto property = GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtypeOnRemote()
|
H A D | input_method_system_ability.cpp | 938 std::shared_ptr<SubProperty> InputMethodSystemAbility::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility
|