Home
last modified time | relevance | path

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

/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.cpp356 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()
H A Dtask_profiles.h192 class ApplyProfileAction : public ProfileAction {
194 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction() function