Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h128 std::vector<InputMethodInfo> ListInputMethodInfo(const int32_t userId);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp205 auto properties = ListInputMethodInfo(userId); in GetDumpInfo()
229 std::vector<InputMethodInfo> ImeInfoInquirer::ListInputMethodInfo(const int32_t userId) in ListInputMethodInfo() function in OHOS::MiscServices::ImeInfoInquirer
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp209 auto inputMethodInfos = inquirer.ListInputMethodInfo(userId);