Home
last modified time | relevance | path

Searched refs:ApplyProfileAction (Results 1 – 2 of 2) sorted by relevance

/system/core/libprocessgroup/
Dtask_profiles.h175 class ApplyProfileAction : public ProfileAction {
177 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction() function
Dtask_profiles.cpp300 bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
309 bool ApplyProfileAction::ExecuteForTask(int tid) const { in ExecuteForTask()
316 void ApplyProfileAction::EnableResourceCaching() { in EnableResourceCaching()
322 void ApplyProfileAction::DropResourceCaching() { in DropResourceCaching()
571 profile->Add(std::make_unique<ApplyProfileAction>(profiles)); in Load()