Lines Matching refs:override
58 bool IsOfficialBuild() const override { return is_official_build_; } in IsOfficialBuild()
60 bool IsNormalBootMode() const override { return is_normal_boot_mode_; } in IsNormalBootMode()
62 bool AreDevFeaturesEnabled() const override { in AreDevFeaturesEnabled()
66 bool IsOOBEEnabled() const override { return is_oobe_enabled_; } in IsOOBEEnabled()
68 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override { in IsOOBEComplete()
74 std::string GetHardwareClass() const override { return hardware_class_; } in GetHardwareClass()
76 std::string GetFirmwareVersion() const override { return firmware_version_; } in GetFirmwareVersion()
78 std::string GetECVersion() const override { return ec_version_; } in GetECVersion()
80 std::string GetDeviceRequisition() const override { in GetDeviceRequisition()
84 int GetMinKernelKeyVersion() const override { in GetMinKernelKeyVersion()
88 int GetMinFirmwareKeyVersion() const override { in GetMinFirmwareKeyVersion()
92 int GetMaxFirmwareKeyRollforward() const override { in GetMaxFirmwareKeyRollforward()
96 bool SetMaxFirmwareKeyRollforward(int firmware_max_rollforward) override { in SetMaxFirmwareKeyRollforward()
104 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override { in SetMaxKernelKeyRollforward()
109 int GetPowerwashCount() const override { return powerwash_count_; } in GetPowerwashCount()
111 bool SchedulePowerwash(bool save_rollback_data) override { in SchedulePowerwash()
117 bool CancelPowerwash() override { in CancelPowerwash()
125 bool GetNonVolatileDirectory(base::FilePath* path) const override { in GetNonVolatileDirectory()
129 bool GetPowerwashSafeDirectory(base::FilePath* path) const override { in GetPowerwashSafeDirectory()
133 int64_t GetBuildTimestamp() const override { return build_timestamp_; } in GetBuildTimestamp()
135 bool AllowDowngrade() const override { return false; } in AllowDowngrade()
137 bool GetFirstActiveOmahaPingSent() const override { in GetFirstActiveOmahaPingSent()
141 bool SetFirstActiveOmahaPingSent() override { in SetFirstActiveOmahaPingSent()