Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h47 ErrCode SaveToInnerBundleInfo(const InnerAppQuickFix &newInnerAppQuickFix);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp75 quickFixDeployer.SaveToInnerBundleInfo(newInnerAppQuickFix); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp278 ret = SaveToInnerBundleInfo(newInnerAppQuickFix); in ToDeployEndStatus()
633 ErrCode QuickFixDeployer::SaveToInnerBundleInfo(const InnerAppQuickFix &newInnerAppQuickFix) in SaveToInnerBundleInfo() 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.cpp1286 ErrCode ret = deployer->SaveToInnerBundleInfo(innerAppQuickFix);
1308 ErrCode ret = deployer->SaveToInnerBundleInfo(innerAppQuickFix);
3658 res = deployer->SaveToInnerBundleInfo(newInnerAppQuickFix);