Searched refs:QuickFixDeployer (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 32 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 D | quick_fixer.cpp | 35 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>( in DeployQuickFix()
|
H A D | quick_fix_boot_scanner.cpp | 202 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 D | quick_fix_deploy_state.cpp | 35 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 D | quick_fix_deployer.h | 28 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 D | quickfixdeployer_fuzzer.cpp | 66 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 D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 890 … 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 D | bms_bundle_quick_fix_test.cpp | 107 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);
|