Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.h29 class ProfileAttribute {
31 ProfileAttribute(const CgroupController& controller, const std::string& file_name) in ProfileAttribute() function
100 SetAttributeAction(const ProfileAttribute* attribute, const std::string& value) in SetAttributeAction()
107 const ProfileAttribute* attribute_;
195 const ProfileAttribute* GetAttribute(const std::string& name) const;
202 std::map<std::string, std::unique_ptr<ProfileAttribute>> attributes_;
Dtask_profiles.cpp54 void ProfileAttribute::Reset(const CgroupController& controller, const std::string& file_name) { in Reset()
59 bool ProfileAttribute::GetPathForTask(int tid, std::string* path) const { in GetPathForTask()
445 attributes_[name] = std::make_unique<ProfileAttribute>(controller, file_attr); in Load()
588 const ProfileAttribute* TaskProfiles::GetAttribute(const std::string& name) const { in GetAttribute()
Dprocessgroup.cpp74 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePath()
89 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePathForTask()