Home
last modified time | relevance | path

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

/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()
/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();
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/agingrequest_fuzzer/
H A Dagingrequest_fuzzer.cpp35 agingRequest.SortAgingBundles(); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1719 * @tc.name: test SortAgingBundles
1720 * @tc.desc: 1.test SortAgingBundles of AgingRequest
1726 size_t ret = request.SortAgingBundles(); in HWTEST_F()
1732 * @tc.name: test SortAgingBundles
1733 * @tc.desc: 1.test SortAgingBundles of AgingUtil
1742 util.SortAgingBundles(bundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4984 AgingUtil::SortAgingBundles(bundles); in HWTEST_F()

Completed in 15 milliseconds