| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
| D | quick_fix_manager_rdb.cpp | 43 …anagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in QueryInnerAppQuickFix() 54 bool QuickFixManagerRdb::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 82 …uickFixManagerRdb::GetDataFromDb(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in GetDataFromDb() 92 bool QuickFixManagerRdb::SaveDataToDb(const InnerAppQuickFix &innerAppQuickFix) in SaveDataToDb()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/ |
| D | bms_bundle_quick_fix_boot_scanner_test.cpp | 148 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 291 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 319 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 348 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_DI… variable 377 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 406 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DELETE_ST… variable 436 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DELETE_EN… variable 465 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEFAULT_S… variable 509 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEFAULT_S… variable 529 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DELETE_EN… variable [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
| D | quick_fix_manager_rdb.cpp | 50 …anagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in QueryInnerAppQuickFix() 61 bool QuickFixManagerRdb::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 109 …uickFixManagerRdb::GetDataFromDb(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in GetDataFromDb() 132 bool QuickFixManagerRdb::SaveDataToDb(const InnerAppQuickFix &innerAppQuickFix) in SaveDataToDb()
|
| D | quick_fix_data_mgr.cpp | 73 …ixDataMgr::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in QueryInnerAppQuickFix() 83 bool QuickFixDataMgr::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 115 …DataMgr::UpdateQuickFixStatus(const QuickFixStatus &nextStatus, InnerAppQuickFix &innerAppQuickFix) in UpdateQuickFixStatus()
|
| D | quick_fix_switcher.cpp | 58 InnerAppQuickFix innerAppQuickFix; in EnableQuickFix() local 95 InnerAppQuickFix innerAppQuickFix; in DisableQuickFix() local 130 …tcher::InnerSwitchQuickFix(const std::string &bundleName, const InnerAppQuickFix &innerAppQuickFix, in InnerSwitchQuickFix() 196 bool enable, InnerAppQuickFix &innerAppQuickFix) in CreateInnerAppqf()
|
| D | quick_fix_deleter.cpp | 52 InnerAppQuickFix innerAppQuickFix; in DeleteQuickFix() local 89 ErrCode QuickFixDeleter::ToDeletePatchDir(const InnerAppQuickFix &innerAppQuickFix) in ToDeletePatchDir()
|
| D | quick_fix_deployer.cpp | 287 …eployer::ProcessNativeLibraryPath(const std::string &patchPath, InnerAppQuickFix &innerAppQuickFix) in ProcessNativeLibraryPath() 308 …const std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibrary… in ProcessNativeLibraryPath() 565 ErrCode QuickFixDeployer::SaveAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveAppQuickFix() 579 ErrCode QuickFixDeployer::MoveHqfFiles(InnerAppQuickFix &innerAppQuickFix, const std::string &targe… in MoveHqfFiles()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/ |
| D | bms_bundle_quick_fix_switcher_test.cpp | 178 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 337 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 361 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 392 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 427 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 545 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 581 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/ |
| D | bms_bundle_quick_fix_manager_test.cpp | 235 InnerAppQuickFix innerAppQuickFix; variable 256 InnerAppQuickFix innerAppQuickFix; variable 281 InnerAppQuickFix innerAppQuickFix; variable 326 InnerAppQuickFix innerAppQuickFix; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/ |
| D | bms_bundle_quick_fix_deleter_test.cpp | 114 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 193 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 213 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
| D | bms_bundle_quick_fix_test.cpp | 1045 InnerAppQuickFix innerAppQuickFix; variable 1230 InnerAppQuickFix innerAppQuickFix; variable 1257 InnerAppQuickFix innerAppQuickFix; variable 1282 InnerAppQuickFix innerAppQuickFix; variable 1307 InnerAppQuickFix innerAppQuickFix; variable 1329 InnerAppQuickFix innerAppQuickFix; variable 1464 InnerAppQuickFix innerAppQuickFix; variable 1484 InnerAppQuickFix innerAppQuickFix; variable 2214 InnerAppQuickFix innerAppQuickFix; variable 2229 InnerAppQuickFix innerAppQuickFix; variable [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
| D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 164 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 292 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 315 InnerAppQuickFix innerAppQuickFix; variable 331 InnerAppQuickFix innerAppQuickFix; variable 367 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 440 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 694 InnerAppQuickFix innerAppQuickFix; variable 712 InnerAppQuickFix innerAppQuickFix; variable 730 InnerAppQuickFix innerAppQuickFix; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/ |
| D | bms_bundle_quick_fix_query_test.cpp | 177 InnerAppQuickFix innerAppQuickFix; in MockEnableQuickFix() local 205 InnerAppQuickFix innerAppQuickFix; in MockDisableQuickFix() local 252 InnerAppQuickFix innerAppQuickFix; in MockDeployQuickFix() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | base_bundle_installer.cpp | 1938 InnerAppQuickFix innerAppQuickFix; in ProcessDeployingHqfInfo() local
|