Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.cpp649 bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
656 bool ApplyProfileAction::ExecuteForTask(int tid) const { in ExecuteForTask()
663 void ApplyProfileAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching()
669 void ApplyProfileAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching()
675 bool ApplyProfileAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
684 bool ApplyProfileAction::IsValidForTask(int tid) const { in IsValidForTask()
971 profile->Add(std::make_unique<ApplyProfileAction>(profiles)); in Load()
Dtask_profiles.h215 class ApplyProfileAction : public ProfileAction {
217 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction() function
Dtask_profiles_test.cpp201 tp2.Add(std::make_unique<ApplyProfileAction>(profiles)); in TEST_P()