Home
last modified time | relevance | path

Searched refs:SortAgingBundles (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_request.cpp38 size_t AgingRequest::SortAgingBundles() in SortAgingBundles() function in OHOS::AppExecFwk::AgingRequest
41 AgingUtil::SortAgingBundles(agingBundles_); in SortAgingBundles()
H A Daging_util.cpp29 void AgingUtil::SortAgingBundles(std::vector<AgingBundleInfo> &bundles) in SortAgingBundles() function in OHOS::AppExecFwk::AgingUtil
H A Dbundle_aging_mgr.cpp218 bool ret = request_.SortAgingBundles() > 0; in InitAgingRequest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_util.h27 static void SortAgingBundles(std::vector<AgingBundleInfo> &bundles);
H A Daging_request.h37 size_t SortAgingBundles();
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/agingrequest_fuzzer/
H A Dagingrequest_fuzzer.cpp35 agingRequest.SortAgingBundles(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1726 size_t ret = request.SortAgingBundles();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5006 AgingUtil::SortAgingBundles(bundles);