Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp37 imc->ListInputMethod(properties); in TestListInputMethod()
38 imc->ListInputMethod(false, properties); in TestListInputMethod()
39 imc->ListInputMethod(true, properties); in TestListInputMethod()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_switch_test.cpp297 auto ret = imc_->ListInputMethod(properties);
324 auto ret = imc_->ListInputMethod(false, disableProperties);
341 auto ret = imc_->ListInputMethod(true, enableProperties);
483 imc_->ListInputMethod(true, props);
H A Dinput_method_private_member_test.cpp473 InputMethodController::GetInstance()->ListInputMethod(props);
496 InputMethodController::GetInstance()->ListInputMethod(props);
618 …auto ret = ImeInfoInquirer::GetInstance().ListInputMethod(60, InputMethodStatus(10), props, false);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp59 DECLARE_NAPI_FUNCTION("listInputMethod", ListInputMethod), in Init()
193 napi_value JsGetInputMethodSetting::ListInputMethod(napi_env env, napi_callback_info info) in ListInputMethod() function in OHOS::MiscServices::JsGetInputMethodSetting
206 int32_t errCode = InputMethodController::GetInstance()->ListInputMethod(ctxt->properties); in ListInputMethod()
240 …InputMethodController::GetInstance()->ListInputMethod(ctxt->inputMethodStatus == ENABLE, ctxt->pro… in GetInputMethods()
269 int32_t ret = InputMethodController::GetInstance()->ListInputMethod(enable, properties); in GetInputMethodsSync()
288 int32_t errCode = InputMethodController::GetInstance()->ListInputMethod(ctxt->properties); in GetAllInputMethods()
307 int32_t ret = InputMethodController::GetInstance()->ListInputMethod(properties); in GetAllInputMethodsSync()
H A Djs_get_input_method_setting.h104 static napi_value ListInputMethod(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h94 …int32_t ListInputMethod(int32_t userId, InputMethodStatus status, std::vector<Property> &props, bo…
129 int32_t ListInputMethod(const int32_t userId, std::vector<Property> &props);
H A Di_input_method_system_ability.h59 virtual int32_t ListInputMethod(InputMethodStatus status, std::vector<Property> &props) = 0;
H A Dinput_method_system_ability.h68 int32_t ListInputMethod(InputMethodStatus status, std::vector<Property> &props) override;
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h283 IMF_API int32_t ListInputMethod(std::vector<Property> &props);
295 IMF_API int32_t ListInputMethod(bool enable, std::vector<Property> &props);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h60 int32_t ListInputMethod(InputMethodStatus status, std::vector<Property> &props) override;
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp254 int32_t ImeInfoInquirer::ListInputMethod( in ListInputMethod() function in OHOS::MiscServices::ImeInfoInquirer
259 return ListInputMethod(userId, props); in ListInputMethod()
270 int32_t ImeInfoInquirer::ListInputMethod(const int32_t userId, std::vector<Property> &props) in ListInputMethod() function in OHOS::MiscServices::ImeInfoInquirer
308 int32_t ret = ListInputMethod(userId, props); in ListEnabledInputMethod()
340 auto ret = ListInputMethod(userId, props); in ListDisabledInputMethod()
H A Dinput_method_system_ability_stub.cpp257 auto ret = ListInputMethod(InputMethodStatus(status), properties); in ListInputMethodOnRemote()
H A Dinput_method_system_ability.cpp953 int32_t InputMethodSystemAbility::ListInputMethod(InputMethodStatus status, std::vector<Property> &… in ListInputMethod() function in OHOS::MiscServices::InputMethodSystemAbility
955 …return ImeInfoInquirer::GetInstance().ListInputMethod(GetCallingUserId(), status, props, enableIme… in ListInputMethod()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp412 return proxy->ListInputMethod(status, props); in ListInputMethodCommon()
415 int32_t InputMethodController::ListInputMethod(std::vector<Property> &props) in ListInputMethod() function in OHOS::MiscServices::InputMethodController
421 int32_t InputMethodController::ListInputMethod(bool enable, std::vector<Property> &props) in ListInputMethod() function in OHOS::MiscServices::InputMethodController
H A Dinput_method_system_ability_proxy.cpp194 int32_t InputMethodSystemAbilityProxy::ListInputMethod(InputMethodStatus status, std::vector<Proper… in ListInputMethod() function in OHOS::MiscServices::InputMethodSystemAbilityProxy