Searched refs:ApplyProfileAction (Results 1 – 2 of 2) sorted by relevance
260 bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()269 bool ApplyProfileAction::ExecuteForTask(int tid) const { in ExecuteForTask()278 void ApplyProfileAction::EnableResourceCaching() { in EnableResourceCaching()284 void ApplyProfileAction::DropResourceCaching() { in DropResourceCaching()503 profile->Add(std::make_unique<ApplyProfileAction>(profiles)); in Load()
160 class ApplyProfileAction : public ProfileAction {162 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction() function