Searched refs:ExtractQuickFixSoFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 94 ErrCode ExtractQuickFixSoFile(const AppQuickFix &appQuickFix,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 119 quickFixDeployer.ExtractQuickFixSoFile(appQuickFix, hqfSoPath, bundleInfo); in DoSomething2()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 364 return ExtractQuickFixSoFile(appQuickFix, patchPath, bundleInfo); in ProcessPatchDeployEnd() 705 ErrCode QuickFixDeployer::ExtractQuickFixSoFile( in ExtractQuickFixSoFile() function in OHOS::AppExecFwk::QuickFixDeployer
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 2713 auto ret = deployer->ExtractQuickFixSoFile(appQuickFix, patchPath, bundleInfo); 2718 ret = deployer->ExtractQuickFixSoFile(appQuickFix, patchPath, bundleInfo); 2725 ret = deployer->ExtractQuickFixSoFile(appQuickFix, patchPath, bundleInfo); 2729 ret = deployer->ExtractQuickFixSoFile(appQuickFix, patchPath, bundleInfo);
|