Searched refs:UpdaterEnv (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/update/updater/services/include/applypatch/ |
H A D | data_writer.h | 39 …::unique_ptr<DataWriter> CreateDataWriter(WriteMode mode, const std::string &path, UpdaterEnv *env, 44 static UpdaterEnv *GetUpdaterEnv(); 45 void SetUpdaterEnv(UpdaterEnv *env); 53 static UpdaterEnv *env_;
|
H A D | updater_env.h | 33 class UpdaterEnv : public UScriptEnv { 35 …UpdaterEnv(Hpackage::PkgManager::PkgManagerPtr pkgManager, PostMessageFunction postMessage, bool r… in UpdaterEnv() function 37 virtual ~UpdaterEnv();
|
/ohos5.0/base/update/updater/test/unittest/updater_binary/ |
H A D | update_partitions_unittest.cpp | 63 UpdaterEnv* env = new UpdaterEnv(pkgManager, nullptr, false); 87 UpdaterEnv* env = new UpdaterEnv(pkgManager, nullptr, false);
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | data_writer.cpp | 28 UpdaterEnv *DataWriter::env_ = nullptr; 74 UpdaterEnv *DataWriter::GetUpdaterEnv() in GetUpdaterEnv() 79 void DataWriter::SetUpdaterEnv(UpdaterEnv *env) in SetUpdaterEnv() 85 UpdaterEnv *env, uint64_t offset) in CreateDataWriter()
|
/ohos5.0/base/update/updater/services/updater_binary/ |
H A D | update_processor.cpp | 57 UpdaterEnv::~UpdaterEnv() in ~UpdaterEnv() 65 void UpdaterEnv::PostMessage(const std::string &cmd, std::string content) in PostMessage() 73 UScriptInstructionFactoryPtr UpdaterEnv::GetInstructionFactory() in GetInstructionFactory() 81 const std::vector<std::string> UpdaterEnv::GetInstructionNames() const in GetInstructionNames() 223 static_cast<UpdaterEnv *>(&env), offset); in Execute() 393 UpdaterEnv* env = new (std::nothrow) UpdaterEnv(pkgManager, postMessage, retry); in ExecUpdate()
|
/ohos5.0/base/update/updater/services/flow_update/update_bin/ |
H A D | component_processor.cpp | 172 static_cast<UpdaterEnv *>(&env), offset); in PreProcess() 302 static_cast<UpdaterEnv *>(&env), 0); in PreProcess()
|
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/ |
H A D | patch_shared.cpp | 410 UScriptEnv *env = new (std::nothrow) UpdaterEnv(pkgManager, postMessage, false); in RestoreOriginalFile()
|