Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp754 bool res = GetBundleDataMgr()->GetAllBundleInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1075 bool GetAllBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1412 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos);
1429 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos);
1457 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos);
1487 bool res = GetBundleDataMgr()->GetAllBundleInfos(GET_ABILITY_INFO_DEFAULT, bundleInfos);
H A Dbms_bundle_kit_service_test.cpp11373 bool testRet = GetBundleDataMgr()->GetAllBundleInfos(flags, bundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1613 bool testRet = GetBundleDataMgr()->GetAllBundleInfos(
3362 bool testRet1 = GetBundleDataMgr()->GetAllBundleInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3079 return GetAllBundleInfos(flags, bundleInfos); in GetBundleInfos()
3216 bool BundleDataMgr::GetAllBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos) const in GetAllBundleInfos() function in OHOS::AppExecFwk::BundleDataMgr