Home
last modified time | relevance | path

Searched refs:ListCurrentInputMethodSubtype (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h64 virtual int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) = 0;
H A Dinput_method_system_ability.h69 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
H A Dime_info_inquirer.h96 int32_t ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &subProps);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h66 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp61 DECLARE_NAPI_FUNCTION("listCurrentInputMethodSubtype", ListCurrentInputMethodSubtype), in Init()
399 napi_value JsGetInputMethodSetting::ListCurrentInputMethodSubtype(napi_env env, napi_callback_info … in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::JsGetInputMethodSetting
410 …int32_t errCode = InputMethodController::GetInstance()->ListCurrentInputMethodSubtype(ctxt->subPro… in ListCurrentInputMethodSubtype()
H A Djs_get_input_method_setting.h106 static napi_value ListCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A DnewIme_switch_test.cpp116 auto ret = imc_->ListCurrentInputMethodSubtype(subProps); in CheckCurrentSubProps()
H A Dinput_method_switch_test.cpp123 auto ret = imc_->ListCurrentInputMethodSubtype(subProps); in CheckCurrentSubProps()
H A Dinput_method_private_member_test.cpp603 … auto ret = ImeInfoInquirer::GetInstance().ListCurrentInputMethodSubtype(currentUserId, subProps);
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h318 IMF_API int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProperties);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp221 int32_t InputMethodSystemAbilityProxy::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subP… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
H A Dinput_method_controller.cpp962 int32_t InputMethodController::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodController
970 return proxy->ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtype()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp284 auto ret = ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtypeOnRemote()
H A Dinput_method_system_ability.cpp958 int32_t InputMethodSystemAbility::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility
960 … return ImeInfoInquirer::GetInstance().ListCurrentInputMethodSubtype(GetCallingUserId(), subProps); in ListCurrentInputMethodSubtype()
H A Dime_info_inquirer.cpp413 int32_t ImeInfoInquirer::ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &su… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer