Searched refs:RCT_PROCESS (Results 1 – 3 of 3) sorted by relevance
382 CacheUseResult result = UseCachedFd(ProfileAction::RCT_PROCESS, pid); in ExecuteForProcess()434 case (ProfileAction::RCT_PROCESS): in EnableResourceCaching()451 if (FdCacheHelper::IsCached(fd_[ProfileAction::RCT_PROCESS])) { in IsValidForProcess()455 if (fd_[ProfileAction::RCT_PROCESS] == FdCacheHelper::FDS_INACCESSIBLE) { in IsValidForProcess()486 if (!proc_path_.empty()) FdCacheHelper::Init(proc_path_, fd_[ProfileAction::RCT_PROCESS]); in WriteFileAction()559 return WriteValueToFile(value_, ProfileAction::RCT_PROCESS, uid, pid, logfailures_); in ExecuteForProcess()604 case (ProfileAction::RCT_PROCESS): in EnableResourceCaching()620 if (FdCacheHelper::IsCached(fd_[ProfileAction::RCT_PROCESS])) { in IsValidForProcess()624 if (fd_[ProfileAction::RCT_PROCESS] == FdCacheHelper::FDS_INACCESSIBLE) { in IsValidForProcess()1003 profile->EnableResourceCaching(ProfileAction::RCT_PROCESS); in SetUserProfiles()[all …]
72 enum ResourceCacheType { RCT_TASK = 0, RCT_PROCESS, RCT_COUNT }; enumerator
152 TaskProfiles::GetInstance().DropResourceCaching(ProfileAction::RCT_PROCESS); in DropTaskProfilesResourceCaching()