Searched refs:systemHspList (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hmp_bundle_installer.cpp | 190 void HmpBundleInstaller::RollbackHmpBundle(const std::set<std::string> &systemHspList, in RollbackHmpBundle() argument 203 std::set_difference(rollbackList.begin(), rollbackList.end(), systemHspList.begin(), systemHspList.end(), in RollbackHmpBundle() 212 allBundleList.insert(systemHspList.begin(), systemHspList.end()); in RollbackHmpBundle() 401 std::set<std::string> systemHspList) in UpdateBundleInfoForHmp() 408 if (systemHspList.find(bundleName) != systemHspList.end()) { in UpdateBundleInfoForHmp() 414 for (const auto &bundleName : systemHspList) { in UpdateBundleInfoForHmp() 400 UpdateBundleInfoForHmp(const std::string &filePath, std::set<std::string> hapList, std::set<std::string> systemHspList) UpdateBundleInfoForHmp() argument
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/ |
H A D | hmpbundleinstaller_fuzzer.cpp | 33 std::set<std::string> systemHspList; in DoSomethingInterestingWithMyAPI() local 39 hmpBundleInstaller.RollbackHmpBundle(systemHspList, hapList); in DoSomethingInterestingWithMyAPI() 48 hmpBundleInstaller.UpdateBundleInfoForHmp(std::string(data, size), hapList, systemHspList); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | hmp_bundle_installer.h | 34 void RollbackHmpBundle(const std::set<std::string> &systemHspList, 60 std::set<std::string> systemHspList);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6748 std::set<std::string> systemHspList = {"com.ohos.settings", "com.ohos.photos"}; in HWTEST_F() local 6750 installer.RollbackHmpBundle(systemHspList, hapList); in HWTEST_F() 6788 std::set<std::string> systemHspList = {"com.acts.example"}; in HWTEST_F() local 6789 installer.UpdateBundleInfoForHmp(filePath, hapList, systemHspList); in HWTEST_F()
|
Completed in 19 milliseconds