Home
last modified time | relevance | path

Searched refs:DeployQuickFix (Results 1 - 25 of 25) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_mgr.cpp33 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 Dquick_fix_manager_host_impl.cpp34 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 Dquick_fixer.cpp30 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 Dquick_fix_deployer.cpp38 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 Dquick_fixer.h31 void DeployQuickFix(const std::vector<std::string> &bundleFilePaths, bool isDebug = false,
H A Dquick_fix_mgr.h34 ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths,
H A Dquick_fix_manager_host_impl.h31 virtual ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths,
H A Dquick_fix_deployer.h43 ErrCode DeployQuickFix();
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deployquickfix_fuzzer/
H A Ddeployquickfix_fuzzer.cpp33 quickFix.DeployQuickFix(bundleFilePaths, statusCallback); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfix_fuzzer/
H A Dquickfix_fuzzer.cpp39 quickFixMgr_.DeployQuickFix(bundleFilePaths, isDebug, targetPath); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmgr_fuzzer/
H A Dquickfixmgr_fuzzer.cpp39 quickFixMgr->DeployQuickFix(bundleFilePaths, statusCallback, isDebug, targetPath); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
H A Dquick_fix_manager_interface.h32 virtual ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths, in DeployQuickFix() function in OHOS::AppExecFwk::IQuickFixManager
H A Dquick_fix_manager_proxy.h30 virtual ErrCode DeployQuickFix(const std::vector<std::string> &bundleFilePaths,
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerhostipml_fuzzer/
H A Dquickfixmanagerhostipml_fuzzer.cpp46 quickFixManagerHostImpl->DeployQuickFix(bundleFilePaths, statusCallback, false, targetPath); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_host.cpp86 auto ret = DeployQuickFix(bundleFilePaths, statusCallback, isDebug, targetPath); in HandleDeployQuickFix()
H A Dquick_fix_manager_proxy.cpp47 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 Dmock_bundle_manager.h171 MOCK_METHOD4(DeployQuickFix, ErrCode(const std::vector<std::string>& bundleFilePaths,
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp73 quickFixDeployer.DeployQuickFix(); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1055 * 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 Dbms_bundle_quick_fix_mgr_rdb_test.cpp459 * @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 Dbundle_test_tool.h150 ErrCode DeployQuickFix(const std::vector<std::string> &quickFixPaths,
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp414 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 Dquick_fix_manager_apply_task_test.cpp144 EXPECT_CALL(*bundleQfMgr_, DeployQuickFix(_, _, _, _)).Times(1); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3120 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 Dbundle_command.cpp2626 res = quickFixProxy->DeployQuickFix(destFiles, callback, isDebug, targetPath); in DeployQuickFixDisable()
2628 APP_LOGE("DeployQuickFix failed"); in DeployQuickFixDisable()

Completed in 29 milliseconds