Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp210 bool SetTaskProfiles(pid_t tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() function
215 bool SetTaskProfiles(pid_t tid, std::initializer_list<std::string_view> profiles, in SetTaskProfiles() function
221 bool SetTaskProfiles(pid_t tid, std::span<const std::string_view> profiles, bool use_fd_cache) { in SetTaskProfiles() function
Dtask_profiles.cpp1133 bool TaskProfiles::SetTaskProfiles(pid_t tid, std::span<const T> profiles, bool use_fd_cache) { in SetTaskProfiles() function in TaskProfiles