/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_mgr.cpp | 33 ErrCode QuickFixMgr::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix() function in OHOS::AppExecFwk::QuickFixMgr 36 LOG_I(BMS_TAG_DEFAULT, "DeployQuickFix begin"); in DeployQuickFix() 39 LOG_E(BMS_TAG_DEFAULT, "DeployQuickFix failed due to nullptr quick fixer"); in DeployQuickFix() 45 quickFixer->DeployQuickFix(bundleFilePaths, isDebug, targetPath); in DeployQuickFix()
|
H A D | quick_fix_manager_host_impl.cpp | 34 ErrCode QuickFixManagerHostImpl::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix() function in OHOS::AppExecFwk::QuickFixManagerHostImpl 37 LOG_I(BMS_TAG_DEFAULT, "QuickFixManagerHostImpl::DeployQuickFix start"); in DeployQuickFix() 39 LOG_E(BMS_TAG_DEFAULT, "QuickFixManagerHostImpl::DeployQuickFix wrong parms"); in DeployQuickFix() 52 LOG_E(BMS_TAG_DEFAULT, "QuickFixManagerHostImpl::DeployQuickFix quickFixerMgr is nullptr"); in DeployQuickFix() 61 return quickFixMgr_->DeployQuickFix(securityFilePaths, statusCallback, isDebug, targetPath); in DeployQuickFix()
|
H A D | quick_fixer.cpp | 30 void QuickFixer::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, bool isDebug,
in DeployQuickFix() function in OHOS::AppExecFwk::QuickFixer 33 LOG_NOFUNC_I(BMS_TAG_DEFAULT, "DeployQuickFix start");
in DeployQuickFix() 46 LOG_E(BMS_TAG_DEFAULT, "DeployQuickFix failed due to nullptr statusCallback");
in DeployQuickFix()
|
H A D | quick_fix_deployer.cpp | 38 ErrCode ret = DeployQuickFix(); in Execute() 45 ErrCode QuickFixDeployer::DeployQuickFix() in DeployQuickFix() function in OHOS::AppExecFwk::QuickFixDeployer 48 LOG_E(BMS_TAG_DEFAULT, "DeployQuickFix wrong parms"); in DeployQuickFix()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fixer.h | 31 void DeployQuickFix(const std::vector<std::string> &bundleFilePaths, bool isDebug = false,
|
H A D | quick_fix_mgr.h | 34 ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths,
|
H A D | quick_fix_manager_host_impl.h | 31 virtual ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths,
|
H A D | quick_fix_deployer.h | 43 ErrCode DeployQuickFix();
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deployquickfix_fuzzer/ |
H A D | deployquickfix_fuzzer.cpp | 33 quickFix.DeployQuickFix(bundleFilePaths, statusCallback); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfix_fuzzer/ |
H A D | quickfix_fuzzer.cpp | 39 quickFixMgr_.DeployQuickFix(bundleFilePaths, isDebug, targetPath); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmgr_fuzzer/ |
H A D | quickfixmgr_fuzzer.cpp | 39 quickFixMgr->DeployQuickFix(bundleFilePaths, statusCallback, isDebug, targetPath); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/ |
H A D | quick_fix_manager_interface.h | 32 virtual ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix() function in OHOS::AppExecFwk::IQuickFixManager
|
H A D | quick_fix_manager_proxy.h | 30 virtual ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths,
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/ |
H A D | quickfixmanagerhostipml_fuzzer.cpp | 46 quickFixManagerHostImpl->DeployQuickFix(bundleFilePaths, statusCallback, false, targetPath); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
H A D | quick_fix_manager_host.cpp | 86 auto ret = DeployQuickFix(bundleFilePaths, statusCallback, isDebug, targetPath); in HandleDeployQuickFix()
|
H A D | quick_fix_manager_proxy.cpp | 47 ErrCode QuickFixManagerProxy::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix() function in OHOS::AppExecFwk::QuickFixManagerProxy 50 LOG_I(BMS_TAG_DEFAULT, "begin to call DeployQuickFix"); in DeployQuickFix() 54 LOG_E(BMS_TAG_DEFAULT, "DeployQuickFix failed due to params error"); in DeployQuickFix()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_bundle_manager.h | 171 MOCK_METHOD4(DeployQuickFix, ErrCode(const std::vector<std::string>& bundleFilePaths,
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 73 quickFixDeployer.DeployQuickFix(); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 1055 * Function: DeployQuickFix 1056 * @tc.name: test DeployQuickFix 1058 * @tc.desc: empty path, DeployQuickFix. 1067 ErrCode ret = quickFixProxy->DeployQuickFix(path, callback); in HWTEST_F() 1070 ret = quickFixProxy->DeployQuickFix(path, callback); in HWTEST_F() 1076 * Function: DeployQuickFix 1077 * @tc.name: test DeployQuickFix 1079 * @tc.desc: not hqf file, DeployQuickFix. 1088 ErrCode ret = quickFixProxy->DeployQuickFix(path, callback); in HWTEST_F() 1094 * Function: DeployQuickFix [all...] |
/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 | 459 * @tc.name: DeployQuickFix 460 * @tc.desc: Verify DeployQuickFix succeeded. 467 auto result = quickFixMgr->DeployQuickFix(bundleFilePaths, statusCallback); in HWTEST_F() 502 * @tc.name: DeployQuickFix 503 * @tc.desc: bundleFilePaths is empty, verify DeployQuickFix failed. 510 auto result = impl->DeployQuickFix(bundleFilePaths, statusCallback); in HWTEST_F() 516 * @tc.name: DeployQuickFix 517 * @tc.desc: statusCallback is nullptr, verify DeployQuickFix failed. 525 auto result = impl->DeployQuickFix(bundleFilePaths, statusCallback); in HWTEST_F() 531 * @tc.name: DeployQuickFix [all...] |
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 150 ErrCode DeployQuickFix(const std::vector<std::string> &quickFixPaths,
|
/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_apply_task.cpp | 414 auto ret = applyTask->bundleQfMgr_->DeployQuickFix(quickFixFiles, callback, isDebug); in PostDeployQuickFixTask()
|
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/ |
H A D | quick_fix_manager_apply_task_test.cpp | 144 EXPECT_CALL(*bundleQfMgr_, DeployQuickFix(_, _, _, _)).Times(1); in HWTEST_F()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 3120 result = DeployQuickFix(quickFixPaths, deployRes, isDebug != 0); in RunAsDeployQuickFix() 3249 ErrCode BundleTestTool::DeployQuickFix(const std::vector<std::string> &quickFixPaths, in DeployQuickFix() function in OHOS::AppExecFwk::BundleTestTool 3287 res = quickFixProxy->DeployQuickFix(destFiles, callback, isDebug); in DeployQuickFix() 3289 APP_LOGE("DeployQuickFix failed"); in DeployQuickFix()
|
H A D | bundle_command.cpp | 2626 res = quickFixProxy->DeployQuickFix(destFiles, callback, isDebug, targetPath); in DeployQuickFixDisable() 2628 APP_LOGE("DeployQuickFix failed"); in DeployQuickFixDisable()
|