Searched refs:agingBundleInfo (Results 1 – 4 of 4) sorted by relevance
32 AgingBundleInfo agingBundleInfo; in DoSomethingInterestingWithMyAPI() local33 agingBundleInfo.GetBundleName(); in DoSomethingInterestingWithMyAPI()34 agingBundleInfo.GetRecentlyUsedTime(); in DoSomethingInterestingWithMyAPI()35 agingBundleInfo.GetStartCount(); in DoSomethingInterestingWithMyAPI()
116 const AgingBundleInfo &agingBundleInfo, const AgingRequest &request) const in AgingClean() argument119 return CleanCache(agingBundleInfo); in AgingClean()122 return UnInstallBundle(agingBundleInfo.GetBundleName()); in AgingClean()
214 … AgingBundleInfo agingBundleInfo(bundleName, bundleRecord.lastTimeUsed_, bundleRecord.startCount_); in InitAgingRequest() local215 request_.AddAgingBundle(agingBundleInfo); in InitAgingRequest()
189 AgingBundleInfo agingBundleInfo; variable190 bool res = bundleAgingMgr.AgingClean(agingBundleInfo, request);