Home
last modified time | relevance | path

Searched defs:IsValidForProcess (Results 1 – 2 of 2) sorted by relevance

/system/core/libprocessgroup/
Dtask_profiles.h85 virtual bool IsValidForProcess(uid_t, pid_t) const { return false; } in IsValidForProcess() function
112 bool IsValidForProcess(uid_t, pid_t) const override { return true; } in IsValidForProcess() function
Dtask_profiles.cpp311 bool SetAttributeAction::IsValidForProcess(uid_t, pid_t pid) const { in IsValidForProcess() function in SetAttributeAction
475 bool SetCgroupAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess() function in SetCgroupAction
644 bool WriteFileAction::IsValidForProcess(uid_t, pid_t) const { in IsValidForProcess() function in WriteFileAction
701 bool ApplyProfileAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess() function in ApplyProfileAction
781 bool TaskProfile::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess() function in TaskProfile