Home
last modified time | relevance | path

Searched refs:SetUserProfiles (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/libprocessgroup/include/processgroup/
H A Dprocessgroup.h39 bool SetUserProfiles(uid_t uid, const std::vector<std::string>& profiles);
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp203 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 Dtask_profiles.h245 bool SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache);
H A Dtask_profiles.cpp998 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 Dandroid_util_Process.cpp1264 success = SetUserProfiles(uid, {"Frozen"}); in android_os_Process_freezeCgroupUID()
1266 success = SetUserProfiles(uid, {"Unfrozen"}); in android_os_Process_freezeCgroupUID()