Searched refs:GetECVersion (Results 1 – 8 of 8) sorted by relevance
48 ON_CALL(*this, GetECVersion()) in MockHardware()50 &FakeHardware::GetECVersion)); in MockHardware()70 MOCK_CONST_METHOD0(GetECVersion, std::string());
61 virtual std::string GetECVersion() const = 0;
61 std::string GetECVersion() const override { return ec_version_; } in GetECVersion() function
42 std::string GetECVersion() const override;
43 std::string GetECVersion() const override;
88 string HardwareAndroid::GetECVersion() const { in GetECVersion() function in chromeos_update_engine::HardwareAndroid
116 string HardwareChromeOS::GetECVersion() const { in GetECVersion() function in chromeos_update_engine::HardwareChromeOS
89 ec_version_ = system_state_->hardware()->GetECVersion(); in Init()