Home
last modified time | relevance | path

Searched refs:get_known_users (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.h118 std::vector<userid_t> get_known_users(const char* volume_uuid);
DInstalldNativeService.cpp1332 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in destroyAppProfiles()
1469 for (auto userId : get_known_users(uuid_)) { in fixupAppData()
1878 std::vector<userid_t> users = get_known_users(from_uuid); in moveCompleteApp()
2124 const auto users = get_known_users(uuid_); in freeCache()
Ddexopt.cpp257 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in clear_primary_current_profiles()
495 users = get_known_users(/*volume_uuid*/ nullptr); in open_profile_files()
Dutils.cpp396 std::vector<userid_t> get_known_users(const char* volume_uuid) { in get_known_users() function