Home
last modified time | relevance | path

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

/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()
/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,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2965 * Function: ParsePatchInfo
2966 * @tc.name: test ParsePatchInfo
2968 * @tc.desc: ParsePatchInfo
2975 ErrCode res = patchParser.ParsePatchInfo(pathName, appQuickFix); in HWTEST_F()
2981 * Function: ParsePatchInfo
2982 * @tc.name: test ParsePatchInfo
2984 * @tc.desc: ParsePatchInfo
2991 ErrCode res = patchParser.ParsePatchInfo(pathName, appQuickFix); in HWTEST_F()
3470 * Function: ParsePatchInfo
3471 * @tc.name: test ParsePatchInfo
[all...]

Completed in 9 milliseconds