Searched refs:GetAllBundleInfos (Results 1 – 6 of 6) sorted by relevance
754 bool res = GetBundleDataMgr()->GetAllBundleInfos(
1075 bool GetAllBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos) const;
1412 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);
11373 bool testRet = GetBundleDataMgr()->GetAllBundleInfos(flags, bundleInfos);
1613 bool testRet = GetBundleDataMgr()->GetAllBundleInfos(3362 bool testRet1 = GetBundleDataMgr()->GetAllBundleInfos(
3079 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