Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlefileutil_fuzzer/
H A Dbundlefileutil_fuzzer.cpp42 std::vector<std::string> hapFileList; in DoSomethingInterestingWithMyAPI() local
43 hapFileList.push_back(currentBundlePath); in DoSomethingInterestingWithMyAPI()
44 fileUtil.GetHapFilesFromBundlePath(bundlePath, hapFileList); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp162 std::vector<std::string> &hapFileList) in GetHapFilesFromBundlePath()
192 hapFileList.emplace_back(realPath); in GetHapFilesFromBundlePath()
195 if (hapFileList.size() > MAX_HAP_NUMBER) { in GetHapFilesFromBundlePath()
161 GetHapFilesFromBundlePath(const std::string &currentBundlePath, std::vector<std::string> &hapFileList) GetHapFilesFromBundlePath() argument
/foundation/bundlemanager/bundle_framework/common/utils/include/
H A Dbundle_file_util.h31 static bool GetHapFilesFromBundlePath(const std::string &currentBundlePath, std::vector<std::string> &hapFileList);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp232 bool BundleUtil::GetHapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::string>& hapFileList) in GetHapFilesFromBundlePath() argument
262 hapFileList.emplace_back(realPath); in GetHapFilesFromBundlePath()
265 if (!hapFileList.empty() && (hapFileList.size() > ServiceConstants::MAX_HAP_NUMBER)) { in GetHapFilesFromBundlePath()
271 APP_LOGI("hap number: %{public}zu", hapFileList.size()); in GetHapFilesFromBundlePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h92 * @param hapFileList Indicates the hap paths.
95 static bool GetHapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::string>& hapFileList);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1396 std::vector<std::string> hapFileList; in HWTEST_F() local
1401 bool res4 = BundleFileUtil::GetHapFilesFromBundlePath("", hapFileList); in HWTEST_F()
1403 "/data/service/el2/100/hmdfs/account/data/com.example.backuptest", hapFileList); in HWTEST_F()

Completed in 13 milliseconds