Searched refs:oldInnerAppQuickFix (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/src/ |
H A D | quick_fix_deploy_state.cpp | 36 InnerAppQuickFix oldInnerAppQuickFix; in Process() local 37 auto res = deployer->ToDeployEndStatus(innerQuickFixInfo_, oldInnerAppQuickFix); in Process()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 68 InnerAppQuickFix oldInnerAppQuickFix; in DeployQuickFix() local 73 ret = ToDeployEndStatus(newInnerAppQuickFix, oldInnerAppQuickFix); in DeployQuickFix() 75 bool isExist = !oldInnerAppQuickFix.GetAppQuickFix().bundleName.empty(); in DeployQuickFix() 77 quickFixDataMgr_->SaveInnerAppQuickFix(oldInnerAppQuickFix); in DeployQuickFix() 84 const AppQuickFix &appQuick = oldInnerAppQuickFix.GetAppQuickFix(); in DeployQuickFix() 101 InnerAppQuickFix &newInnerAppQuickFix, InnerAppQuickFix &oldInnerAppQuickFix) in ToDeployStartStatus() argument 114 const QuickFixMark &mark = oldInnerAppQuickFix.GetQuickFixMark(); in ToDeployStartStatus() 119 const AppQuickFix &oldAppQuickFix = oldInnerAppQuickFix.GetAppQuickFix(); in ToDeployStartStatus() 146 ret = ToInnerAppQuickFix(infos, oldInnerAppQuickFix, newInnerAppQuickFix); in ToDeployStartStatus() 229 const InnerAppQuickFix &oldInnerAppQuickFix) in ToDeployEndStatus() argument [all …]
|
H A D | quick_fix_switcher.cpp | 157 InnerAppQuickFix oldInnerAppQuickFix; in InnerSwitchQuickFix() local 159 auto errCode = CreateInnerAppqf(innerBundleInfo, enable, oldInnerAppQuickFix); in InnerSwitchQuickFix() 185 auto appQuickFix = oldInnerAppQuickFix.GetAppQuickFix(); in InnerSwitchQuickFix() 189 … if (!quickFixDataMgr_->UpdateQuickFixStatus(QuickFixStatus::SWITCH_END, oldInnerAppQuickFix)) { in InnerSwitchQuickFix()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 68 InnerAppQuickFix oldInnerAppQuickFix; in DoSomethingInterestingWithMyAPI() local 76 quickFixDeployer.ToDeployEndStatus(newInnerAppQuickFix, oldInnerAppQuickFix); in DoSomethingInterestingWithMyAPI() 77 quickFixDeployer.ToDeployStartStatus(bundleFilePaths, newInnerAppQuickFix, oldInnerAppQuickFix); in DoSomethingInterestingWithMyAPI() 79 quickFixDeployer.ToInnerAppQuickFix(infos, oldInnerAppQuickFix, newInnerAppQuickFix); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 40 const InnerAppQuickFix &oldInnerAppQuickFix); 50 InnerAppQuickFix &newInnerAppQuickFix, InnerAppQuickFix &oldInnerAppQuickFix); 57 const InnerAppQuickFix &oldInnerAppQuickFix, InnerAppQuickFix &newInnerAppQuickFix);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 1487 InnerAppQuickFix oldInnerAppQuickFix; variable 1488 ErrCode ret = deployer->ToDeployEndStatus(newInnerAppQuickFix, oldInnerAppQuickFix); 1511 InnerAppQuickFix oldInnerAppQuickFix; variable 1512 ErrCode ret = deployer->ToDeployEndStatus(newInnerAppQuickFix, oldInnerAppQuickFix); 1535 InnerAppQuickFix oldInnerAppQuickFix; variable 1662 InnerAppQuickFix oldInnerAppQuickFix; variable 1695 InnerAppQuickFix oldInnerAppQuickFix; variable 2393 InnerAppQuickFix oldInnerAppQuickFix; variable 2479 InnerAppQuickFix oldInnerAppQuickFix; variable 3624 InnerAppQuickFix oldInnerAppQuickFix; variable [all …]
|