/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | inner_app_quick_fix.cpp | 29 InnerAppQuickFix::InnerAppQuickFix() in InnerAppQuickFix() function in OHOS::AppExecFwk::InnerAppQuickFix 33 InnerAppQuickFix::InnerAppQuickFix(const AppQuickFix &appQuickFix, const QuickFixMark &mark) in InnerAppQuickFix() function in OHOS::AppExecFwk::InnerAppQuickFix 38 InnerAppQuickFix::~InnerAppQuickFix() in ~InnerAppQuickFix() 47 AppQuickFix InnerAppQuickFix::GetAppQuickFix() const in GetAppQuickFix() 52 bool InnerAppQuickFix::AddHqfInfo(const AppQuickFix &newInfo) in AddHqfInfo() 67 bool InnerAppQuickFix::RemoveHqfInfo(const std::string &moduleName) in RemoveHqfInfo() 81 void InnerAppQuickFix::SwitchQuickFix() in SwitchQuickFix() 88 void InnerAppQuickFix::SetQuickFixMark(const QuickFixMark &mark) in SetQuickFixMark() 93 QuickFixMark InnerAppQuickFix::GetQuickFixMark() const in GetQuickFixMark() 98 std::string InnerAppQuickFix::ToString() const in ToString() [all …]
|
H A D | quick_fix_manager_rdb.cpp | 41 bool QuickFixManagerRdb::QueryAllInnerAppQuickFix(std::map<std::string, InnerAppQuickFix> &innerApp… in QueryAllInnerAppQuickFix() 52 bool QuickFixManagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &inn… in QueryInnerAppQuickFix() 63 bool QuickFixManagerRdb::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 85 bool QuickFixManagerRdb::GetAllDataFromDb(std::map<std::string, InnerAppQuickFix> &innerAppQuickFix… in GetAllDataFromDb() 100 InnerAppQuickFix appQuickFix; in GetAllDataFromDb() 111 bool QuickFixManagerRdb::GetDataFromDb(const std::string &bundleName, InnerAppQuickFix &innerAppQui… in GetDataFromDb() 134 bool QuickFixManagerRdb::SaveDataToDb(const InnerAppQuickFix &innerAppQuickFix) in SaveDataToDb()
|
H A D | quick_fix_switcher.cpp | 59 InnerAppQuickFix innerAppQuickFix; in EnableQuickFix() 96 InnerAppQuickFix innerAppQuickFix; in DisableQuickFix() 131 ErrCode QuickFixSwitcher::InnerSwitchQuickFix(const std::string &bundleName, const InnerAppQuickFix… in InnerSwitchQuickFix() 157 InnerAppQuickFix oldInnerAppQuickFix; in InnerSwitchQuickFix() 199 bool enable, InnerAppQuickFix &innerAppQuickFix) in CreateInnerAppqf() 204 InnerAppQuickFix innerAppqf; in CreateInnerAppqf()
|
H A D | quick_fix_data_mgr.cpp | 61 bool QuickFixDataMgr::QueryAllInnerAppQuickFix(std::map<std::string, InnerAppQuickFix> &innerAppQui… in QueryAllInnerAppQuickFix() 70 bool QuickFixDataMgr::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerA… in QueryInnerAppQuickFix() 79 bool QuickFixDataMgr::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 109 bool QuickFixDataMgr::UpdateQuickFixStatus(const QuickFixStatus &nextStatus, InnerAppQuickFix &inne… in UpdateQuickFixStatus()
|
H A D | quick_fix_deployer.cpp | 67 InnerAppQuickFix newInnerAppQuickFix; in DeployQuickFix() 68 InnerAppQuickFix oldInnerAppQuickFix; in DeployQuickFix() 101 InnerAppQuickFix &newInnerAppQuickFix, InnerAppQuickFix &oldInnerAppQuickFix) in ToDeployStartStatus() 228 ErrCode QuickFixDeployer::ToDeployEndStatus(InnerAppQuickFix &newInnerAppQuickFix, in ToDeployEndStatus() 229 const InnerAppQuickFix &oldInnerAppQuickFix) in ToDeployEndStatus() 315 …const std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibrary… in ProcessNativeLibraryPath() 525 const InnerAppQuickFix &oldInnerAppQuickFix, InnerAppQuickFix &newInnerAppQuickFix) in ToInnerAppQuickFix() 569 ErrCode QuickFixDeployer::SaveAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveAppQuickFix() 583 ErrCode QuickFixDeployer::MoveHqfFiles(InnerAppQuickFix &innerAppQuickFix, const std::string &targe… in MoveHqfFiles() 633 ErrCode QuickFixDeployer::SaveToInnerBundleInfo(const InnerAppQuickFix &newInnerAppQuickFix) in SaveToInnerBundleInfo() [all …]
|
H A D | quick_fix_deleter.cpp | 54 InnerAppQuickFix innerAppQuickFix; in DeleteQuickFix() 91 ErrCode QuickFixDeleter::ToDeletePatchDir(const InnerAppQuickFix &innerAppQuickFix) in ToDeletePatchDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 39 ErrCode ToDeployEndStatus(InnerAppQuickFix &newInnerAppQuickFix, 40 const InnerAppQuickFix &oldInnerAppQuickFix); 47 ErrCode SaveToInnerBundleInfo(const InnerAppQuickFix &newInnerAppQuickFix); 50 InnerAppQuickFix &newInnerAppQuickFix, InnerAppQuickFix &oldInnerAppQuickFix); 57 const InnerAppQuickFix &oldInnerAppQuickFix, InnerAppQuickFix &newInnerAppQuickFix); 76 ErrCode SaveAppQuickFix(const InnerAppQuickFix &innerAppQuickFix); 78 ErrCode MoveHqfFiles(InnerAppQuickFix &innerAppQuickFix, const std::string &targetPath); 85 void ProcessNativeLibraryPath(const std::string &patchPath, InnerAppQuickFix &innerAppQuickFix); 88 …const std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibrary… 122 …ErrCode VerifyCodeSignatureForHqf(const InnerAppQuickFix &innerAppQuickFix, const std::string &hqf…
|
H A D | quick_fix_manager_rdb.h | 31 …bool QueryAllInnerAppQuickFix(std::map<std::string, InnerAppQuickFix> &innerAppQuickFixes) overrid… 32 …bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) over… 33 bool SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) override; 37 bool GetAllDataFromDb(std::map<std::string, InnerAppQuickFix> &innerAppQuickFixes); 38 bool GetDataFromDb(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix); 39 bool SaveDataToDb(const InnerAppQuickFix &innerAppQuickFix);
|
H A D | quick_fix_data_mgr.h | 33 bool QueryAllInnerAppQuickFix(std::map<std::string, InnerAppQuickFix> &innerAppQuickFixes); 35 bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix); 37 bool SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix); 43 bool UpdateQuickFixStatus(const QuickFixStatus &nextStatus, InnerAppQuickFix &innerAppQuickFix);
|
H A D | inner_app_quick_fix.h | 46 class InnerAppQuickFix { 48 InnerAppQuickFix(); 49 InnerAppQuickFix(const AppQuickFix &appQuickFix, const QuickFixMark &mark); 50 ~InnerAppQuickFix();
|
H A D | quick_fix_manager_db_interface.h | 30 …virtual bool QueryAllInnerAppQuickFix(std::map<std::string, InnerAppQuickFix> &innerAppQuickFixes)… 32 …virtual bool QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickF… 34 virtual bool SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) = 0;
|
H A D | quick_fix_switcher.h | 36 …ErrCode InnerSwitchQuickFix(const std::string &bundleName, const InnerAppQuickFix &innerAppQuickFi… 37 …ErrCode CreateInnerAppqf(const InnerBundleInfo &innerBundleInfo, bool enable, InnerAppQuickFix &in…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | quick_fix_manager_rdb.cpp | 24 static std::map<std::string, InnerAppQuickFix> INNER_APP_QUICK_FIX_INFOS; 32 bool QuickFixManagerRdb::QueryAllInnerAppQuickFix(std::map<std::string, InnerAppQuickFix> &innerApp… in QueryAllInnerAppQuickFix() 43 bool QuickFixManagerRdb::QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &inn… in QueryInnerAppQuickFix() 54 bool QuickFixManagerRdb::SaveInnerAppQuickFix(const InnerAppQuickFix &innerAppQuickFix) in SaveInnerAppQuickFix() 76 bool QuickFixManagerRdb::GetAllDataFromDb(std::map<std::string, InnerAppQuickFix> &innerAppQuickFix… in GetAllDataFromDb() 82 bool QuickFixManagerRdb::GetDataFromDb(const std::string &bundleName, InnerAppQuickFix &innerAppQui… 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 | 51 void AddInnerAppQuickFix(const InnerAppQuickFix &appQuickFixInfo) const; 52 …InnerAppQuickFix GenerateAppQuickFixInfo(const std::string &bundleName, const QuickFixStatus &stat… 99 void BmsBundleQuickFixDeleterTest::AddInnerAppQuickFix(const InnerAppQuickFix &appQuickFixInfo) con… in AddInnerAppQuickFix() 112 InnerAppQuickFix BmsBundleQuickFixDeleterTest::GenerateAppQuickFixInfo(const std::string &bundleNam… in GenerateAppQuickFixInfo() 115 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() 194 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… 214 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… 261 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… 281 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… 301 …std::shared_ptr<InnerAppQuickFix> innerAppQuickFix = std::make_shared<InnerAppQuickFix>(appQuickFi… [all …]
|
/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 | 135 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; in AddInnerAppQuickFix() 149 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() 187 InnerAppQuickFix> &innerQuickFixInfos) const in QueryAllInnerQuickFixInfo() 299 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; 327 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; 359 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; 388 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; 417 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; 447 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; 476 std::map<std::string, InnerAppQuickFix> innerQuickFixInfos; [all …]
|
/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() 317 InnerAppQuickFix innerAppQuickFix; 333 InnerAppQuickFix innerAppQuickFix; 373 InnerAppQuickFix fixInfo; 391 InnerAppQuickFix fixInfo; 407 InnerAppQuickFix fixInfo; 446 InnerAppQuickFix fixInfo; 717 InnerAppQuickFix innerAppQuickFix; 735 InnerAppQuickFix innerAppQuickFix; 753 InnerAppQuickFix innerAppQuickFix; [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 | 58 void AddInnerAppQuickFix(const InnerAppQuickFix &appQuickFixInfo) const; 60 …void QueryInnerAppQuickFix(const std::string &bundleName, InnerAppQuickFix &innerAppQuickFix) cons… 154 void BmsBundleQuickFixSwitcherTest::AddInnerAppQuickFix(const InnerAppQuickFix &appQuickFixInfo) co… in AddInnerAppQuickFix() 169 InnerAppQuickFix &innerAppQuickFix) const in QueryInnerAppQuickFix() 181 InnerAppQuickFix BmsBundleQuickFixSwitcherTest::GenerateAppQuickFixInfo(const std::string &bundleNa… in GenerateAppQuickFixInfo() 184 InnerAppQuickFix innerAppQuickFix; in GenerateAppQuickFixInfo() 343 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::SWITCH_EN… 367 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… 398 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… 433 …InnerAppQuickFix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEPLOY_EN… [all …]
|
/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; 256 InnerAppQuickFix innerAppQuickFix; 260 InnerAppQuickFix newInnerAppQuickFix; 281 InnerAppQuickFix innerAppQuickFix; 285 std::map<std::string, InnerAppQuickFix> newInnerAppQuickFixes; 306 std::map<std::string, InnerAppQuickFix> newInnerAppQuickFixes; 326 InnerAppQuickFix innerAppQuickFix;
|
/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; 2180 InnerAppQuickFix innerAppQuickFix; 2197 InnerAppQuickFix innerAppQuickFix; 3203 InnerAppQuickFix innerAppQuickFix; 3224 InnerAppQuickFix innerAppQuickFix; 3246 InnerAppQuickFix innerAppQuickFix; 3268 InnerAppQuickFix innerAppQuickFix; 4161 InnerAppQuickFix innerAppQuickFix; 4179 InnerAppQuickFix innerAppQuickFix; 4192 InnerAppQuickFix innerAppQuickFix; [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/include/ |
H A D | quick_fix_deploy_state.h | 26 explicit QuickFixDeployState(const InnerAppQuickFix &innerQuickFixInfo); 31 InnerAppQuickFix innerQuickFixInfo_;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/src/ |
H A D | quick_fix_deploy_state.cpp | 24 QuickFixDeployState::QuickFixDeployState(const InnerAppQuickFix &innerQuickFixInfo) in QuickFixDeployState() 36 InnerAppQuickFix oldInnerAppQuickFix; in Process()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 68 InnerAppQuickFix oldInnerAppQuickFix; in DoSomethingInterestingWithMyAPI() 69 InnerAppQuickFix newInnerAppQuickFix; in DoSomethingInterestingWithMyAPI() 95 InnerAppQuickFix innerAppQuickFix(appQuickFix, mark); in DoSomethingInterestingWithMyAPI() 142 InnerAppQuickFix innerAppQuickFix; in DoSomething2()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdatamgr_fuzzer/ |
H A D | quickfixdatamgr_fuzzer.cpp | 37 std::map<std::string, InnerAppQuickFix> innerAppQuickFixes; in DoSomethingInterestingWithMyAPI() 40 InnerAppQuickFix fixInfo; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerrdb_fuzzer/ |
H A D | quickfixmanagerrdb_fuzzer.cpp | 38 std::map<std::string, InnerAppQuickFix> innerAppQuickFixes; in DoSomethingInterestingWithMyAPI() 41 InnerAppQuickFix fixInfo; in DoSomethingInterestingWithMyAPI()
|
/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() 208 InnerAppQuickFix innerAppQuickFix; in MockDisableQuickFix() 255 InnerAppQuickFix innerAppQuickFix; in MockDeployQuickFix()
|