Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libprocessgroup/
H A Dtask_profiles.cpp286 bool SetAttributeAction::IsValidForProcess(uid_t, pid_t pid) const { in IsValidForProcess() function in SetAttributeAction
450 bool SetCgroupAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess() function in SetCgroupAction
619 bool WriteFileAction::IsValidForProcess(uid_t, pid_t) const { in IsValidForProcess() function in WriteFileAction
727 bool ApplyProfileAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess() function in ApplyProfileAction
807 bool TaskProfile::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess() function in TaskProfile
H A Dtask_profiles.h86 virtual bool IsValidForProcess(uid_t, pid_t) const { return false; } in IsValidForProcess() function
100 bool IsValidForProcess(uid_t, pid_t) const override { return true; } in IsValidForProcess() function