Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp162 std::vector<std::string> &hapFileList) in GetHapFilesFromBundlePath() argument
192 hapFileList.emplace_back(realPath); in GetHapFilesFromBundlePath()
195 if (hapFileList.size() > MAX_HAP_NUMBER) { in GetHapFilesFromBundlePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/include/
H A Dbundle_file_util.h31 …apFilesFromBundlePath(const std::string &currentBundlePath, std::vector<std::string> &hapFileList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp232 …HapFilesFromBundlePath(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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h94 …apFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::string>& hapFileList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1397 std::vector<std::string> hapFileList; variable
1402 bool res4 = BundleFileUtil::GetHapFilesFromBundlePath("", hapFileList);
1404 "/data/service/el2/100/hmdfs/account/data/com.example.backuptest", hapFileList);