Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.h139 class TaskProfile {
141 TaskProfile() : res_cached_(false) {} in TaskProfile() function
159 TaskProfile* GetProfile(const std::string& name) const;
163 std::map<std::string, std::unique_ptr<TaskProfile>> profiles_;
Dtask_profiles.cpp262 bool TaskProfile::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
271 bool TaskProfile::ExecuteForTask(int tid) const { in ExecuteForTask()
283 void TaskProfile::EnableResourceCaching() { in EnableResourceCaching()
357 auto profile = std::make_unique<TaskProfile>(); in Load()
422 TaskProfile* TaskProfiles::GetProfile(const std::string& name) const { in GetProfile()
Dprocessgroup.cpp119 TaskProfile* profile = tp.GetProfile(name); in SetProcessProfiles()
139 TaskProfile* profile = tp.GetProfile(name); in SetTaskProfiles()