Home
last modified time | relevance | path

Searched refs:ParsePatchInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_parser.cpp31 ErrCode PatchParser::ParsePatchInfo(const std::string &pathName, AppQuickFix &appQuickFix) const in ParsePatchInfo() function in OHOS::AppExecFwk::PatchParser
59 ErrCode PatchParser::ParsePatchInfo(const std::vector<std::string> &filePaths, in ParsePatchInfo() function in OHOS::AppExecFwk::PatchParser
68 ErrCode result = ParsePatchInfo(filePaths[index], appQuickFix); in ParsePatchInfo()
H A Dquick_fix_deployer.cpp388 ErrCode ret = patchParser.ParsePatchInfo(bundleFilePaths, infos); in ParseAndCheckAppQuickFixInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dpatch_parser.h30 ErrCode ParsePatchInfo(const std::string &pathName, AppQuickFix &appQuickFix) const;
32 ErrCode ParsePatchInfo(const std::vector<std::string> &filePaths,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2975 ErrCode res = patchParser.ParsePatchInfo(pathName, appQuickFix);
2991 ErrCode res = patchParser.ParsePatchInfo(pathName, appQuickFix);
3478 ErrCode res = patchParser.ParsePatchInfo(filePaths, appQuickFixes);