| /base/inputmethod/imf/services/include/ |
| D | ime_info_inquirer.h | 64 int32_t ListInputMethodSubtype( 87 int32_t ListInputMethodSubtype(const int32_t userId, 89 …int32_t ListInputMethodSubtype(const int32_t userId, const OHOS::AppExecFwk::ExtensionAbilityInfo …
|
| D | i_input_method_system_ability.h | 56 …virtual int32_t ListInputMethodSubtype(const std::string &name, std::vector<SubProperty> &subProps…
|
| D | input_method_system_ability.h | 73 …int32_t ListInputMethodSubtype(const std::string &bundleName, std::vector<SubProperty> &subProps) …
|
| /base/inputmethod/imf/services/src/ |
| D | ime_info_inquirer.cpp | 142 ret = info.isNewIme ? ListInputMethodSubtype(userId, extInfos[0], subProps) in GetImeInfoFromBundleMgr() 143 : ListInputMethodSubtype(userId, extInfos, subProps); in GetImeInfoFromBundleMgr() 315 int32_t ImeInfoInquirer::ListInputMethodSubtype( in ListInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer 332 return IsNewExtInfos(extInfos) ? ListInputMethodSubtype(userId, extInfos[0], subProps) in ListInputMethodSubtype() 333 : ListInputMethodSubtype(userId, extInfos, subProps); in ListInputMethodSubtype() 348 return ListInputMethodSubtype(userId, currentImeCfg->bundleName, subProps); in ListCurrentInputMethodSubtype() 362 int32_t ImeInfoInquirer::ListInputMethodSubtype( in ListInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer 384 int32_t ImeInfoInquirer::ListInputMethodSubtype( in ListInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer 510 auto ret = ListInputMethodSubtype(userId, currentImeCfg->bundleName, subProps); in GetCurrentInputMethodSubtype()
|
| D | input_method_system_ability_stub.cpp | 187 auto ret = ListInputMethodSubtype(bundleName, subProps); in ListInputMethodSubtypeOnRemote()
|
| D | input_method_system_ability.cpp | 527 int32_t InputMethodSystemAbility::ListInputMethodSubtype( in ListInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility 530 return ImeInfoInquirer::GetInstance().ListInputMethodSubtype(userId_, bundleName, subProps); in ListInputMethodSubtype()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 61 …int32_t ListInputMethodSubtype(const std::string &name, std::vector<SubProperty> &subProps) overri…
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_switch_test.cpp | 365 auto ret = imc_->ListInputMethodSubtype(property, subProps); 386 auto ret = imc_->ListInputMethodSubtype(property, subProps); 407 auto ret = imc_->ListInputMethodSubtype(*property, properties);
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 53 imc->ListInputMethodSubtype(property, subProperties); in TestListInputMethodSubtype()
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_get_input_method_setting.h | 104 static napi_value ListInputMethodSubtype(napi_env env, napi_callback_info info);
|
| D | js_get_input_method_setting.cpp | 57 DECLARE_NAPI_FUNCTION("listInputMethodSubtype", ListInputMethodSubtype), in Init() 292 napi_value JsGetInputMethodSetting::ListInputMethodSubtype(napi_env env, napi_callback_info info) in ListInputMethodSubtype() function in OHOS::MiscServices::JsGetInputMethodSetting 310 … InputMethodController::GetInstance()->ListInputMethodSubtype(ctxt->property, ctxt->subProperties); in ListInputMethodSubtype()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 153 int32_t InputMethodSystemAbilityProxy::ListInputMethodSubtype( in ListInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 978 int32_t InputMethodController::ListInputMethodSubtype(const Property &property, std::vector<SubProp… in ListInputMethodSubtype() function in OHOS::MiscServices::InputMethodController 986 return proxy->ListInputMethodSubtype(property.name, subProps); in ListInputMethodSubtype()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 249 …IMF_API int32_t ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &subProp…
|