Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h126 ErrCode ExtractQuickFixResFile(const AppQuickFix &appQuickFix, const BundleInfo &bundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp148 quickFixDeployer.ExtractQuickFixResFile(appQuickFix, bundleInfo); in DoSomething2()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp360 if (ExtractQuickFixResFile(appQuickFix, bundleInfo) != ERR_OK) { in ProcessPatchDeployEnd()
973 ErrCode QuickFixDeployer::ExtractQuickFixResFile(const AppQuickFix &appQuickFix, const BundleInfo &… in ExtractQuickFixResFile() function in OHOS::AppExecFwk::QuickFixDeployer
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp3293 auto ret = deployer->ExtractQuickFixResFile(appQuickFix, bundleInfo);
3312 ret = deployer->ExtractQuickFixResFile(appQuickFix, bundleInfo);
4935 auto ret = deployer->ExtractQuickFixResFile(appQuickFix, bundleInfo);