Home
last modified time | relevance | path

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

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h58 bool SetProcessProfilesCached(uid_t uid, pid_t pid, const std::vector<std::string>& profiles);
/system/memory/lmkd/
Dreaper.cpp62 if (!SetProcessProfilesCached(uid, pid, profiles)) { in set_process_group_and_prio()
/system/core/libprocessgroup/
Dprocessgroup.cpp188 bool SetProcessProfilesCached(uid_t uid, pid_t pid, const std::vector<std::string>& profiles) { in SetProcessProfilesCached() function