Home | History | Annotate | Download | only in update_engine

Lines Matching full:override

34   ~HardwareAndroid() override = default;
37 bool IsOfficialBuild() const override;
38 bool IsNormalBootMode() const override;
39 bool AreDevFeaturesEnabled() const override;
40 bool IsOOBEEnabled() const override;
41 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
42 std::string GetHardwareClass() const override;
43 std::string GetFirmwareVersion() const override;
44 std::string GetECVersion() const override;
45 int GetPowerwashCount() const override;
46 bool SchedulePowerwash() override;
47 bool CancelPowerwash() override;
48 bool GetNonVolatileDirectory(base::FilePath* path) const override;
49 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
50 int64_t GetBuildTimestamp() const override;
51 bool GetFirstActiveOmahaPingSent() const override;
52 void SetFirstActiveOmahaPingSent() override;