/base/inputmethod/imf/services/include/ |
D | i_input_method_system_ability.h | 75 virtual int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) = 0;
|
D | input_method_system_ability.h | 62 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
|
/base/inputmethod/imf/frameworks/inputmethod_controller/include/ |
D | input_method_system_ability_proxy.h | 61 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
|
D | input_method_controller.h | 82 IMF_API int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProperties);
|
/base/inputmethod/imf/interfaces/kits/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 | 79 DECLARE_NAPI_FUNCTION("listCurrentInputMethodSubtype", ListCurrentInputMethodSubtype), in Init() 377 napi_value JsGetInputMethodSetting::ListCurrentInputMethodSubtype(napi_env env, napi_callback_info … in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::JsGetInputMethodSetting 388 …int32_t errCode = InputMethodController::GetInstance()->ListCurrentInputMethodSubtype(ctxt->subPro… in ListCurrentInputMethodSubtype()
|
/base/inputmethod/imf/frameworks/inputmethod_controller/src/ |
D | input_method_system_ability_proxy.cpp | 174 int32_t InputMethodSystemAbilityProxy::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subP… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
D | input_method_controller.cpp | 772 int32_t InputMethodController::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodController 780 return proxy->ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtype()
|
/base/inputmethod/imf/services/src/ |
D | input_method_system_ability_stub.cpp | 220 auto ret = ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtypeOnRemote()
|
D | input_method_system_ability.cpp | 466 …int32_t InputMethodSystemAbility::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbility
|
/base/inputmethod/imf/unitest/src/ |
D | input_method_switch_test.cpp | 413 auto ret = imc->ListCurrentInputMethodSubtype(subProps);
|