Searched refs:ApplyProfileAction (Results 1 – 2 of 2) sorted by relevance
356 bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()365 bool ApplyProfileAction::ExecuteForTask(int tid) const { in ExecuteForTask()372 void ApplyProfileAction::EnableResourceCaching() { in EnableResourceCaching()378 void ApplyProfileAction::DropResourceCaching() { in DropResourceCaching()627 profile->Add(std::make_unique<ApplyProfileAction>(profiles)); in Load()
192 class ApplyProfileAction : public ProfileAction {194 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction() function