Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h117 std::vector<userid_t> get_known_users(const char* volume_uuid);
DInstalldNativeService.cpp1169 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr); in destroyAppProfiles()
1303 for (auto userId : get_known_users(uuid_)) { in fixupAppData()
1708 std::vector<userid_t> users = get_known_users(from_uuid); in moveCompleteApp()
1947 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()
486 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