Home
last modified time | relevance | path

Searched refs:UpdaterRuntimeInterface (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/updater/include/updater/
Dupdater.h35 explicit Updater(std::unique_ptr<UpdaterRuntimeInterface> run_time) in Updater()
56 UpdaterRuntimeInterface* GetRuntime() const override { in GetRuntime()
85 std::unique_ptr<UpdaterRuntimeInterface> runtime_;
Dupdater_runtime.h29 class UpdaterRuntime : public UpdaterRuntimeInterface {
Dsimulator_runtime.h29 class SimulatorRuntime : public UpdaterRuntimeInterface {
/bootable/recovery/edify/include/edify/
Dupdater_interface.h27 class UpdaterRuntimeInterface; variable
43 virtual UpdaterRuntimeInterface* GetRuntime() const = 0;
Dupdater_runtime_interface.h27 class UpdaterRuntimeInterface {
29 virtual ~UpdaterRuntimeInterface() = default;