Home
last modified time | relevance | path

Searched refs:ListEnabledInputMethod (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h130 … int32_t ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp262 return ListEnabledInputMethod(userId, props, enableOn); in ListInputMethod()
305 int32_t ImeInfoInquirer::ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props,… in ListEnabledInputMethod() function in OHOS::MiscServices::ImeInfoInquirer
366 auto ret = ListEnabledInputMethod(userId, props, enableOn); in GetSwitchInfoBySwitchCount()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp586 auto ret = ImeInfoInquirer::GetInstance().ListEnabledInputMethod(currentUserId, props, false);