/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | i_input_method_system_ability.h | 64 virtual int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) = 0;
|
H A D | input_method_system_ability.h | 69 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
|
H A D | ime_info_inquirer.h | 96 int32_t ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &subProps);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_system_ability_proxy.h | 66 int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_setting.cpp | 61 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 D | js_get_input_method_setting.h | 106 static napi_value ListCurrentInputMethodSubtype(napi_env env, napi_callback_info info);
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | newIme_switch_test.cpp | 116 auto ret = imc_->ListCurrentInputMethodSubtype(subProps); in CheckCurrentSubProps()
|
H A D | input_method_switch_test.cpp | 123 auto ret = imc_->ListCurrentInputMethodSubtype(subProps); in CheckCurrentSubProps()
|
H A D | input_method_private_member_test.cpp | 603 … auto ret = ImeInfoInquirer::GetInstance().ListCurrentInputMethodSubtype(currentUserId, subProps);
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 318 IMF_API int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProperties);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_system_ability_proxy.cpp | 221 int32_t InputMethodSystemAbilityProxy::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subP… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
H A D | input_method_controller.cpp | 962 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 D | input_method_system_ability_stub.cpp | 284 auto ret = ListCurrentInputMethodSubtype(subProps); in ListCurrentInputMethodSubtypeOnRemote()
|
H A D | input_method_system_ability.cpp | 958 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 D | ime_info_inquirer.cpp | 413 int32_t ImeInfoInquirer::ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &su… in ListCurrentInputMethodSubtype() function in OHOS::MiscServices::ImeInfoInquirer
|