Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h105 std::vector<userid_t> get_known_users(const char* volume_uuid);
DInstalldNativeService.cpp647 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in destroyAppProfiles()
726 for (auto user : get_known_users(uuid_)) { in fixupAppData()
1085 std::vector<userid_t> users = get_known_users(from_uuid); in moveCompleteApp()
1266 for (auto user : get_known_users(uuid_)) { in freeCache()
Dutils.cpp347 std::vector<userid_t> get_known_users(const char* volume_uuid) { in get_known_users() function
Ddexopt.cpp176 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in clear_primary_current_profiles()
688 users = get_known_users(/*volume_uuid*/ nullptr); in open_profile_files()