Home
last modified time | relevance | path

Searched defs:innerAppQuickFix (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/
H A Dbms_bundle_quick_fix_boot_scanner_test.cpp149 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 Dquick_fix_manager_rdb.cpp43 …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 Dbms_bundle_quick_fix_deleter_test.cpp115 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 Dquick_fix_data_mgr.cpp70 …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 Dquick_fix_manager_rdb.cpp52 …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 Dquick_fix_switcher.cpp59 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 Dquick_fix_deleter.cpp54 InnerAppQuickFix innerAppQuickFix; in DeleteQuickFix() local
91 ErrCode QuickFixDeleter::ToDeletePatchDir(const InnerAppQuickFix &innerAppQuickFix) in ToDeletePatchDir()
H A Dquick_fix_deployer.cpp289 …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 Dbms_bundle_quick_fix_mgr_rdb_test.cpp165 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 Dbms_bundle_quick_fix_switcher_test.cpp184 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 Dbms_bundle_quick_fix_manager_test.cpp235 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 Dbms_bundle_quick_fix_test.cpp2165 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 Dbms_bundle_quick_fix_query_test.cpp180 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 Dquickfixdeleter_fuzzer.cpp46 InnerAppQuickFix innerAppQuickFix; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixswitcher_fuzzer/
H A Dquickfixswitcher_fuzzer.cpp43 InnerAppQuickFix innerAppQuickFix; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp95 InnerAppQuickFix innerAppQuickFix(appQuickFix, mark); in DoSomethingInterestingWithMyAPI() local
142 InnerAppQuickFix innerAppQuickFix; in DoSomething2() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2487 InnerAppQuickFix innerAppQuickFix; in ProcessDeployingHqfInfo() local