Searched refs:hapFileList (Results 1 – 6 of 6) sorted by relevance
42 std::vector<std::string> hapFileList; in DoSomethingInterestingWithMyAPI() local43 hapFileList.push_back(currentBundlePath); in DoSomethingInterestingWithMyAPI()44 fileUtil.GetHapFilesFromBundlePath(bundlePath, hapFileList); in DoSomethingInterestingWithMyAPI()
162 std::vector<std::string> &hapFileList) in GetHapFilesFromBundlePath() argument192 hapFileList.emplace_back(realPath); in GetHapFilesFromBundlePath()195 if (hapFileList.size() > MAX_HAP_NUMBER) { in GetHapFilesFromBundlePath()
31 …apFilesFromBundlePath(const std::string ¤tBundlePath, std::vector<std::string> &hapFileList);
232 …HapFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::string>& hapFileList) in GetHapFilesFromBundlePath() argument262 hapFileList.emplace_back(realPath); in GetHapFilesFromBundlePath()265 if (!hapFileList.empty() && (hapFileList.size() > ServiceConstants::MAX_HAP_NUMBER)) { in GetHapFilesFromBundlePath()
94 …apFilesFromBundlePath(const std::string& currentBundlePath, std::vector<std::string>& hapFileList);
1397 std::vector<std::string> hapFileList; variable1402 bool res4 = BundleFileUtil::GetHapFilesFromBundlePath("", hapFileList);1404 "/data/service/el2/100/hmdfs/account/data/com.example.backuptest", hapFileList);