Lines Matching refs:TaskProfile
693 void TaskProfile::MoveTo(TaskProfile* profile) { in MoveTo()
698 bool TaskProfile::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
708 bool TaskProfile::ExecuteForTask(int tid) const { in ExecuteForTask()
721 bool TaskProfile::ExecuteForUID(uid_t uid) const { in ExecuteForUID()
731 void TaskProfile::EnableResourceCaching(ProfileAction::ResourceCacheType cache_type) { in EnableResourceCaching()
743 void TaskProfile::DropResourceCaching(ProfileAction::ResourceCacheType cache_type) { in DropResourceCaching()
755 bool TaskProfile::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
762 bool TaskProfile::IsValidForTask(int tid) const { in IsValidForTask()
857 auto profile = std::make_shared<TaskProfile>(profile_name); in Load()
951 std::vector<std::shared_ptr<TaskProfile>> profiles; in Load()
970 auto profile = std::make_shared<TaskProfile>(aggregateprofile_name); in Load()
979 TaskProfile* TaskProfiles::GetProfile(std::string_view name) const { in GetProfile()
1000 TaskProfile* profile = GetProfile(name); in SetUserProfiles()
1020 TaskProfile* profile = GetProfile(name); in SetProcessProfiles()
1041 TaskProfile* profile = GetProfile(name); in SetTaskProfiles()