Home
last modified time | relevance | path

Searched refs:GetAllBundleInfos (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp742 * @tc.name: test GetAllBundleInfos
754 bool res = GetBundleDataMgr()->GetAllBundleInfos( in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1414 * @tc.name: test GetAllBundleInfos
1416 * 2.check GetAllBundleInfos failed
1425 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos); in HWTEST_F()
1431 * @tc.name: test GetAllBundleInfos
1433 * 2.check GetAllBundleInfos failed
1442 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos); in HWTEST_F()
1448 * @tc.name: test GetAllBundleInfos
1450 * 2.check GetAllBundleInfos failed
1470 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos); in HWTEST_F()
1478 * @tc.name: test GetAllBundleInfos
[all...]
H A Dbms_bundle_kit_service_test.cpp11490 bool testRet = GetBundleDataMgr()->GetAllBundleInfos(flags, bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1050 bool GetAllBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1604 * @tc.name: test GetAllBundleInfos
1612 bool testRet = GetBundleDataMgr()->GetAllBundleInfos( in HWTEST_F()
3340 bool testRet1 = GetBundleDataMgr()->GetAllBundleInfos( in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3141 return GetAllBundleInfos(flags, bundleInfos); in GetBundleInfos()
3278 bool BundleDataMgr::GetAllBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos) const in GetAllBundleInfos() function in OHOS::AppExecFwk::BundleDataMgr

Completed in 56 milliseconds