/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/ |
H A D | bms_bundle_quick_fix_boot_scanner_test.cpp | 149 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 293 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 321 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 350 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_DI… variable 379 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 408 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DELETE_ST… variable 438 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DELETE_EN… variable 531 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DELETE_EN… variable 571 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 591 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/ |
H A D | bms_bundle_quick_fix_deleter_test.cpp | 115 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 194 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 214 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 261 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… variable 281 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… variable 301 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… variable 322 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_data_mgr.cpp | 70 …ixDataMgr::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in QueryInnerAppQuickFix() 79 bool QuickFixDataMgr::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 109 …DataMgr::UpdateQuickFixStatus(const QuickFixStatus &nextStatus, InnerAppQuickFix &innerAppQuickFix) in UpdateQuickFixStatus()
|
H A D | quick_fix_manager_rdb.cpp | 52 …anagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in QueryInnerAppQuickFix() 63 bool QuickFixManagerRdb::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 111 …uickFixManagerRdb::GetDataFromDb(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) in GetDataFromDb() 134 bool QuickFixManagerRdb::SaveDataToDb(const InnerAppQuickFix &innerAppQuickFix) in SaveDataToDb()
|
H A D | quick_fix_switcher.cpp | 59 InnerAppQuickFix innerAppQuickFix; in EnableQuickFix() local 96 InnerAppQuickFix innerAppQuickFix; in DisableQuickFix() local 131 …tcher::InnerSwitchQuickFix(const std::string &bundleName, const InnerAppQuickFix &innerAppQuickFix, in InnerSwitchQuickFix() 199 bool enable, InnerAppQuickFix &innerAppQuickFix) in CreateInnerAppqf()
|
H A D | quick_fix_deleter.cpp | 54 InnerAppQuickFix innerAppQuickFix; in DeleteQuickFix() local 91 ErrCode QuickFixDeleter::ToDeletePatchDir(const InnerAppQuickFix &innerAppQuickFix) in ToDeletePatchDir()
|
H A D | quick_fix_deployer.cpp | 289 …eployer::ProcessNativeLibraryPath(const std::string &patchPath, InnerAppQuickFix &innerAppQuickFix) in ProcessNativeLibraryPath() 315 …const std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibrary… in ProcessNativeLibraryPath() 569 ErrCode QuickFixDeployer::SaveAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveAppQuickFix() 583 ErrCode QuickFixDeployer::MoveHqfFiles(InnerAppQuickFix &innerAppQuickFix, const std::string &targe… in MoveHqfFiles() 921 const InnerAppQuickFix &innerAppQuickFix, const std::string &hqfSoPath) in VerifyCodeSignatureForHqf()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
H A D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 165 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 294 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 317 InnerAppQuickFix innerAppQuickFix; variable 333 InnerAppQuickFix innerAppQuickFix; variable 717 InnerAppQuickFix innerAppQuickFix; variable 735 InnerAppQuickFix innerAppQuickFix; variable 753 InnerAppQuickFix innerAppQuickFix; variable 943 InnerAppQuickFix innerAppQuickFix; variable 986 InnerAppQuickFix innerAppQuickFix; variable 1015 InnerAppQuickFix innerAppQuickFix; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/ |
H A D | bms_bundle_quick_fix_switcher_test.cpp | 184 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() local 343 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 367 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 398 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 433 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable 551 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… variable 587 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/ |
H A D | bms_bundle_quick_fix_manager_test.cpp | 235 InnerAppQuickFix innerAppQuickFix; variable 256 InnerAppQuickFix innerAppQuickFix; variable 281 InnerAppQuickFix innerAppQuickFix; variable 326 InnerAppQuickFix innerAppQuickFix; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 2165 InnerAppQuickFix innerAppQuickFix; variable 2180 InnerAppQuickFix innerAppQuickFix; variable 2197 InnerAppQuickFix innerAppQuickFix; variable 3203 InnerAppQuickFix innerAppQuickFix; variable 3224 InnerAppQuickFix innerAppQuickFix; variable 3246 InnerAppQuickFix innerAppQuickFix; variable 3268 InnerAppQuickFix innerAppQuickFix; variable 4161 InnerAppQuickFix innerAppQuickFix; variable 4179 InnerAppQuickFix innerAppQuickFix; variable 4192 InnerAppQuickFix innerAppQuickFix; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/ |
H A D | bms_bundle_quick_fix_query_test.cpp | 180 InnerAppQuickFix innerAppQuickFix; in MockEnableQuickFix() local 208 InnerAppQuickFix innerAppQuickFix; in MockDisableQuickFix() local 255 InnerAppQuickFix innerAppQuickFix; in MockDeployQuickFix() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeleter_fuzzer/ |
H A D | quickfixdeleter_fuzzer.cpp | 46 InnerAppQuickFix innerAppQuickFix; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixswitcher_fuzzer/ |
H A D | quickfixswitcher_fuzzer.cpp | 43 InnerAppQuickFix innerAppQuickFix; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 95 InnerAppQuickFix innerAppQuickFix(appQuickFix, mark); in DoSomethingInterestingWithMyAPI() local 142 InnerAppQuickFix innerAppQuickFix; in DoSomething2() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2487 InnerAppQuickFix innerAppQuickFix; in ProcessDeployingHqfInfo() local
|