Searched refs:GetECVersion (Results 1 – 8 of 8) sorted by relevance
51 ON_CALL(*this, GetECVersion()) in MockHardware()52 .WillByDefault(testing::Invoke(&fake_, &FakeHardware::GetECVersion)); in MockHardware()94 MOCK_CONST_METHOD0(GetECVersion, std::string());
71 virtual std::string GetECVersion() const = 0;
78 std::string GetECVersion() const override { return ec_version_; } in GetECVersion() function
44 std::string GetECVersion() const override;
49 std::string GetECVersion() const override;
120 string HardwareAndroid::GetECVersion() const { in GetECVersion() function in chromeos_update_engine::HardwareAndroid
96 ec_version_ = system_state_->hardware()->GetECVersion(); in Init()
174 string HardwareChromeOS::GetECVersion() const { in GetECVersion() function in chromeos_update_engine::HardwareChromeOS