Home
last modified time | relevance | path

Searched refs:Updater (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/updater/
Dupdater.cpp29 Updater::~Updater() { in ~Updater()
35 bool Updater::Init(int fd, const std::string_view package_filename, bool is_retry) { in Init()
65 bool Updater::RunUpdate() { in RunUpdate()
98 void Updater::WriteToCommandPipe(const std::string_view message, bool flush) const { in WriteToCommandPipe()
105 void Updater::UiPrint(const std::string_view message) const { in UiPrint()
121 std::string Updater::FindBlockDeviceName(const std::string_view name) const { in FindBlockDeviceName()
125 void Updater::ParseAndReportErrorCode(State* state) { in ParseAndReportErrorCode()
164 bool Updater::ReadEntryToString(ZipArchiveHandle za, const std::string& entry_name, in ReadEntryToString()
Dupdater_main.cpp106 Updater updater(std::make_unique<UpdaterRuntime>(sehandle)); in main()
Dupdate_simulator_main.cpp155 Updater updater(std::make_unique<SimulatorRuntime>(&source_build_info)); in main()
/bootable/recovery/updater/include/updater/
Dupdater.h33 class Updater : public UpdaterInterface {
35 explicit Updater(std::unique_ptr<UpdaterRuntimeInterface> run_time) in Updater() function
38 ~Updater() override;
/bootable/recovery/tests/unit/
Dupdater_test.cpp62 Updater* updater) { in expect()
88 Updater updater(std::make_unique<UpdaterRuntime>(nullptr)); in expect()
171 entries.emplace(Updater::SCRIPT_NAME, script); in RunBlockImageUpdate()
201 Updater updater_;
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp98 Updater updater(std::make_unique<SimulatorRuntime>(&build_info)); in RunSimulation()
/bootable/recovery/updater_sample/
DREADME.md86 - `Updater state:` - SystemUpdaterSample app state.