Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp240 BundlePackInfo packInfo; in CreateBundlePackInfo() local
241 packInfo.packages.push_back(packages); in CreateBundlePackInfo()
242 packInfo.summary = summary; in CreateBundlePackInfo()
243 packInfo.SetValid(true); in CreateBundlePackInfo()
244 return packInfo; in CreateBundlePackInfo()
533 BundlePackInfo packInfo; in HWTEST_F() local
535 BundlePackFlag::GET_PACK_INFO_ALL, packInfo, USERID); in HWTEST_F()
555 BundlePackInfo packInfo; in HWTEST_F() local
557 BundlePackFlag::GET_PACK_INFO_ALL, packInfo, INVALID_USER_ID); in HWTEST_F()
577 BundlePackInfo packInfo; in HWTEST_F() local
610 BundlePackInfo packInfo; HWTEST_F() local
639 BundlePackInfo packInfo; HWTEST_F() local
670 BundlePackInfo packInfo; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp88 BundlePackInfo packInfo; in CreateBundlePackInfo() local
89 packInfo.packages.push_back(packages); in CreateBundlePackInfo()
90 packInfo.summary = summary; in CreateBundlePackInfo()
91 packInfo.SetValid(true); in CreateBundlePackInfo()
92 return packInfo; in CreateBundlePackInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp348 BundlePackInfo packInfo; in ParseHapFiles() local
356 result = ParseBundleInfo(bundlePaths[i], newInfo, packInfo); in ParseHapFiles()
377 SetEntryInstallationFree(packInfo, newInfo); in ParseHapFiles()
763 BundlePackInfo &packInfo) const in ParseBundleInfo()
780 if (!packInfo.GetValid()) { in ParseBundleInfo()
781 result = bundleParser.ParsePackInfo(bundleFilePath, packInfo); in ParseBundleInfo()
787 SetPackInstallationFree(packInfo, info); in ParseBundleInfo()
788 info.SetBundlePackInfo(packInfo); in ParseBundleInfo()
789 packInfo.SetValid(true); in ParseBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h186 BundlePackInfo &packInfo) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2455 BundlePackInfo packInfo; in HWTEST_F() local
2456 bool ret = installChecker.ParseBundleInfo(bundlePath, info, packInfo); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp3210 BundlePackInfo packInfo; in HWTEST_F() local
3211 auto ret = installChecker.ParseBundleInfo("", info, packInfo); in HWTEST_F()

Completed in 23 milliseconds