Searched refs:hapList (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | source_map_operator.h | 44 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 D | source_map.h | 69 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 D | hmpbundleinstaller_fuzzer.cpp | 32 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 D | hmp_bundle_installer.h | 35 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 D | hmp_bundle_installer.cpp | 191 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 D | js_module_reader.cpp | 203 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 D | js_module_reader.h | 47 static void GetHapPathList(const std::string &bundleName, std::vector<std::string> &hapList);
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 558 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 D | bms_bundle_installer_test.cpp | 6749 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