Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h95 std::vector<userid_t> get_known_users(const char* volume_uuid);
DInstalldNativeService.cpp656 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in destroyAppProfiles()
711 for (auto user : get_known_users(uuid_)) { in fixupAppData()
823 std::vector<userid_t> users = get_known_users(from_uuid); in moveCompleteApp()
1040 for (auto user : get_known_users(uuid_)) { in freeCache()
Dutils.cpp305 std::vector<userid_t> get_known_users(const char* volume_uuid) { in get_known_users() function
Ddexopt.cpp171 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in clear_primary_current_profiles()
702 users = get_known_users(/*volume_uuid*/ nullptr); in open_profile_files()