Searched refs:SetUserProfiles (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libprocessgroup/include/processgroup/ |
H A D | processgroup.h | 39 bool SetUserProfiles(uid_t uid, const std::vector<std::string>& profiles);
|
/aosp14/system/core/libprocessgroup/ |
H A 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()
|
H A D | task_profiles.h | 245 bool SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache);
|
H A 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,
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_Process.cpp | 1264 success = SetUserProfiles(uid, {"Frozen"}); in android_os_Process_freezeCgroupUID() 1266 success = SetUserProfiles(uid, {"Unfrozen"}); in android_os_Process_freezeCgroupUID()
|