Searched refs:ParsePatchInfo (Results 1 – 4 of 4) sorted by relevance
31 ErrCode PatchParser::ParsePatchInfo(const std::string &pathName, AppQuickFix &appQuickFix) const in ParsePatchInfo() function in OHOS::AppExecFwk::PatchParser59 ErrCode PatchParser::ParsePatchInfo(const std::vector<std::string> &filePaths, in ParsePatchInfo() function in OHOS::AppExecFwk::PatchParser68 ErrCode result = ParsePatchInfo(filePaths[index], appQuickFix); in ParsePatchInfo()
388 ErrCode ret = patchParser.ParsePatchInfo(bundleFilePaths, infos); in ParseAndCheckAppQuickFixInfos()
30 ErrCode ParsePatchInfo(const std::string &pathName, AppQuickFix &appQuickFix) const;32 ErrCode ParsePatchInfo(const std::vector<std::string> &filePaths,
2975 ErrCode res = patchParser.ParsePatchInfo(pathName, appQuickFix);2991 ErrCode res = patchParser.ParsePatchInfo(pathName, appQuickFix);3478 ErrCode res = patchParser.ParsePatchInfo(filePaths, appQuickFixes);