Home
last modified time | relevance | path

Searched refs:GetResult (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/edify/include/edify/
Dupdater_interface.h45 virtual std::string GetResult() const = 0;
/bootable/recovery/updater/include/updater/
Dupdater.h62 std::string GetResult() const override { in GetResult() function
/bootable/recovery/updater/
Dupdate_simulator_main.cpp164 LOG(INFO) << "\nscript succeeded, result: " << updater.GetResult(); in main()
/bootable/recovery/tests/unit/
Dupdater_test.cpp181 ASSERT_EQ(result, updater_.GetResult()); in RunBlockImageUpdate()