Home
last modified time | relevance | path

Searched refs:agingBundleInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/agingutil_fuzzer/
H A Dagingutil_fuzzer.cpp32 AgingBundleInfo agingBundleInfo; in DoSomethingInterestingWithMyAPI() local
33 agingBundleInfo.GetBundleName(); in DoSomethingInterestingWithMyAPI()
34 agingBundleInfo.GetRecentlyUsedTime(); in DoSomethingInterestingWithMyAPI()
35 agingBundleInfo.GetStartCount(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp116 const AgingBundleInfo &agingBundleInfo, const AgingRequest &request) const in AgingClean() argument
119 return CleanCache(agingBundleInfo); in AgingClean()
122 return UnInstallBundle(agingBundleInfo.GetBundleName()); in AgingClean()
H A Dbundle_aging_mgr.cpp214 … AgingBundleInfo agingBundleInfo(bundleName, bundleRecord.lastTimeUsed_, bundleRecord.startCount_); in InitAgingRequest() local
215 request_.AddAgingBundle(agingBundleInfo); in InitAgingRequest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp189 AgingBundleInfo agingBundleInfo; variable
190 bool res = bundleAgingMgr.AgingClean(agingBundleInfo, request);