Home
last modified time | relevance | path

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

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h39 bool SetUserProfiles(uid_t uid, const std::vector<std::string>& profiles);
/system/core/libprocessgroup/
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()
Dtask_profiles.h245 bool SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache);
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,