Searched refs:Updater (Results 1 – 7 of 7) sorted by relevance
29 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()
106 Updater updater(std::make_unique<UpdaterRuntime>(sehandle)); in main()
155 Updater updater(std::make_unique<SimulatorRuntime>(&source_build_info)); in main()
33 class Updater : public UpdaterInterface {35 explicit Updater(std::unique_ptr<UpdaterRuntimeInterface> run_time) in Updater() function38 ~Updater() override;
62 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_;
98 Updater updater(std::make_unique<SimulatorRuntime>(&build_info)); in RunSimulation()
86 - `Updater state:` - SystemUpdaterSample app state.