Home
last modified time | relevance | path

Searched refs:hapList (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h44 std::vector<std::string> hapList; in InitSourceMap()
45 sourceMapOperator->sourceMapObj_->GetHapPath(sourceMapOperator->bundleName_, hapList); in InitSourceMap()
46 for (auto &hapInfo : hapList) { in InitSourceMap()
H A Dsource_map.h69 using GetHapPathCallback = std::function<void(const std::string &bundleName, std::vector<std::string> &hapList)>;
82 static void GetHapPath(const std::string &bundleName, std::vector<std::string> &hapList);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp32 std::set<std::string> hapList; 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 Dhmp_bundle_installer.h35 const std::set<std::string> &hapList);
59 void UpdateBundleInfoForHmp(const std::string &filePath, std::set<std::string> hapList,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp191 const std::set<std::string> &hapList) in RollbackHmpBundle()
194 for (const auto &bundleName : hapList) { in RollbackHmpBundle()
400 void HmpBundleInstaller::UpdateBundleInfoForHmp(const std::string &filePath, std::set<std::string> hapList, in UpdateBundleInfoForHmp() argument
405 for (const auto &bundleName : hapList) { in UpdateBundleInfoForHmp()
415 if (hapList.find(bundleName) == hapList.end()) { in UpdateBundleInfoForHmp()
190 RollbackHmpBundle(const std::set<std::string> &systemHspList, const std::set<std::string> &hapList) RollbackHmpBundle() argument
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp203 void JsModuleReader::GetHapPathList(const std::string &bundleName, std::vector<std::string> &hapList) in GetHapPathList() argument
224 hapList.emplace_back(hapModuleInfo.hapPath); in GetHapPathList()
H A Djs_module_reader.h47 static void GetHapPathList(const std::string &bundleName, std::vector<std::string> &hapList);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp558 void SourceMap::GetHapPath(const std::string &bundleName, std::vector<std::string> &hapList) in GetHapPath() argument
562 getHapPathFunc_(bundleName, hapList); in GetHapPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6749 std::set<std::string> hapList = {"com.ohos.settings", "com.ohos.photos"}; in HWTEST_F() local
6750 installer.RollbackHmpBundle(systemHspList, hapList); in HWTEST_F()
6787 std::set<std::string> hapList = {"com.acts.example"}; in HWTEST_F() local
6789 installer.UpdateBundleInfoForHmp(filePath, hapList, systemHspList); in HWTEST_F()

Completed in 15 milliseconds