Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libprocessgroup/
H A Dtask_profiles.cpp445 void SetCgroupAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching() function in SetCgroupAction
614 void WriteFileAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching() function in WriteFileAction
721 void ApplyProfileAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching() function in ApplyProfileAction
795 void TaskProfile::DropResourceCaching(ProfileAction::ResourceCacheType cache_type) { in DropResourceCaching() function in TaskProfile
821 void TaskProfiles::DropResourceCaching(ProfileAction::ResourceCacheType cache_type) const { in DropResourceCaching() function in TaskProfiles
H A Dtask_profiles.h85 virtual void DropResourceCaching(ResourceCacheType) {} in DropResourceCaching() function