Searched refs:ListInputMethodInfo (Results 1 – 3 of 3) sorted by relevance
128 std::vector<InputMethodInfo> ListInputMethodInfo(const int32_t userId);
205 auto properties = ListInputMethodInfo(userId); in GetDumpInfo()229 std::vector<InputMethodInfo> ImeInfoInquirer::ListInputMethodInfo(const int32_t userId) in ListInputMethodInfo() function in OHOS::MiscServices::ImeInfoInquirer
209 auto inputMethodInfos = inquirer.ListInputMethodInfo(userId);