Searched refs:SetUserProfiles (Results 1 – 4 of 4) sorted by relevance
/system/core/libprocessgroup/include/processgroup/ |
D | processgroup.h | 39 bool SetUserProfiles(uid_t uid, const std::vector<std::string>& profiles);
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 203 bool SetUserProfiles(uid_t uid, const std::vector<std::string>& profiles) { in SetUserProfiles() function 204 return TaskProfiles::GetInstance().SetUserProfiles(uid, std::span<const std::string>(profiles), in SetUserProfiles()
|
D | task_profiles.h | 245 bool SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache);
|
D | task_profiles.cpp | 998 bool TaskProfiles::SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache) { in SetUserProfiles() function in TaskProfiles 1068 template bool TaskProfiles::SetUserProfiles(uid_t uid, std::span<const std::string> profiles,
|