| /base/inputmethod/imf/services/include/ |
| D | i_input_method_system_ability.h | 55 virtual int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) = 0;
|
| D | input_method_system_ability.h | 72 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
|
| D | ime_info_inquirer.h | 66 int32_t ListCurrentInputMethodSubtype(const int32_t userId, std::vector<SubProperty> &subProps);
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 60 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_get_input_method_setting.h | 105 static napi_value ListCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
|
| D | js_get_input_method_setting.cpp | 58 DECLARE_NAPI_FUNCTION("listCurrentInputMethodSubtype", ListCurrentInputMethodSubtype), in Init() 325 napi_value JsGetInputMethodSetting::ListCurrentInputMethodSubtype(napi_env env, napi_callback_info … in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::JsGetInputMethodSetting 336 …int32_t errCode = InputMethodController::GetInstance()->ListCurrentInputMethodSubtype(ctxt->subPro… in ListCurrentInputMethodSubtype()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 167 int32_t InputMethodSystemAbilityProxy::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subP… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 989 int32_t InputMethodController::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodController 997 return proxy->ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtype()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 260 IMF_API int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProperties);
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | newIme_switch_test.cpp | 125 auto ret = imc_->ListCurrentInputMethodSubtype(subProps); in CheckCurrentSubProps()
|
| D | input_method_switch_test.cpp | 129 auto ret = imc_->ListCurrentInputMethodSubtype(subProps); in CheckCurrentSubProps()
|
| /base/inputmethod/imf/services/src/ |
| D | input_method_system_ability_stub.cpp | 198 auto ret = ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtypeOnRemote()
|
| D | input_method_system_ability.cpp | 522 int32_t InputMethodSystemAbility::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility 524 return ImeInfoInquirer::GetInstance().ListCurrentInputMethodSubtype(userId_, subProps); in ListCurrentInputMethodSubtype()
|
| D | ime_info_inquirer.cpp | 336 int32_t ImeInfoInquirer::ListCurrentInputMethodSubtype(const int32_t userId, std::vector<SubPropert… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer
|