Home
last modified time | relevance | path

Searched refs:EnableResourceCaching (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.h83 virtual void EnableResourceCaching(ResourceCacheType) {} in EnableResourceCaching() function
150 void EnableResourceCaching(ResourceCacheType cache_type) override;
176 void EnableResourceCaching(ResourceCacheType cache_type) override;
203 void EnableResourceCaching(ProfileAction::ResourceCacheType cache_type);
223 void EnableResourceCaching(ProfileAction::ResourceCacheType cache_type) override;
H A Dtask_profiles.cpp423 void SetCgroupAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching() function in SetCgroupAction
595 void WriteFileAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching() function in WriteFileAction
663 void ApplyProfileAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching() function in ApplyProfileAction
665 profile->EnableResourceCaching(cache_type); in EnableResourceCaching()
731 void TaskProfile::EnableResourceCaching(ProfileAction::ResourceCacheType cache_type) { in EnableResourceCaching() function in TaskProfile
737 element->EnableResourceCaching(cache_type); in EnableResourceCaching()
1003 profile->EnableResourceCaching(ProfileAction::RCT_PROCESS); in SetUserProfiles()
1023 profile->EnableResourceCaching(ProfileAction::RCT_PROCESS); in SetProcessProfiles()
1044 profile->EnableResourceCaching(ProfileAction::RCT_TASK); in SetTaskProfiles()