Home
last modified time | relevance | path

Searched refs:QuickFixDeployer (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp32 QuickFixDeployer::QuickFixDeployer(const std::vector<std::string> &bundleFilePaths, bool isDebug, in QuickFixDeployer() function in OHOS::AppExecFwk::QuickFixDeployer
36 ErrCode QuickFixDeployer::Execute() in Execute()
45 ErrCode QuickFixDeployer::DeployQuickFix() in DeployQuickFix()
172 ErrCode QuickFixDeployer::ProcessPatchDeployStart( in ProcessPatchDeployStart()
314 void QuickFixDeployer::ProcessNativeLibraryPath( in ProcessNativeLibraryPath()
445 bool QuickFixDeployer::IsLibIsolated( in IsLibIsolated()
457 bool QuickFixDeployer::FetchInnerBundleInfo( in FetchInnerBundleInfo()
554 ErrCode QuickFixDeployer::CheckPatchVersionCode( in CheckPatchVersionCode()
621 ErrCode QuickFixDeployer::GetQuickFixDataMgr() in GetQuickFixDataMgr()
705 ErrCode QuickFixDeployer::ExtractQuickFixSoFile( in ExtractQuickFixSoFile()
[all …]
H A Dquick_fixer.cpp35 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>( in DeployQuickFix()
H A Dquick_fix_boot_scanner.cpp202 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>(pathVec); in ReprocessQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/src/
H A Dquick_fix_deploy_state.cpp35 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>(bundlePaths); in Process()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h28 class QuickFixDeployer final : public IQuickFix {
30 QuickFixDeployer(const std::vector<std::string> &bundleFilePaths, bool isDebug = false,
33 virtual ~QuickFixDeployer() = default;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp66 QuickFixDeployer quickFixDeployer(bundlePaths, false, targetPath); in DoSomethingInterestingWithMyAPI()
112 QuickFixDeployer quickFixDeployer(bundlePaths, false, hqfSoPath); in DoSomething2()
/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.cpp890 … std::shared_ptr<QuickFixDeployer> quickFixDeployer = std::make_shared<QuickFixDeployer>(pathVec);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp107 const std::shared_ptr<QuickFixDeployer> GetQuickFixDeployer(bool isDebug = false);
123 std::shared_ptr<QuickFixDeployer> deployer_ = nullptr;
331 const std::shared_ptr<QuickFixDeployer> BmsBundleQuickFixTest::GetQuickFixDeployer(bool isDebug) in GetQuickFixDeployer()
335 deployer_ = std::make_shared<QuickFixDeployer>(path, isDebug); in GetQuickFixDeployer()
2633 auto deployer = std::make_shared<QuickFixDeployer>(bundleFilePaths, true);
2658 auto deployer = std::make_shared<QuickFixDeployer>(bundleFilePaths, true);
2683 auto deployer = std::make_shared<QuickFixDeployer>(bundleFilePaths, true);