Searched refs:GetECVersion (Results 1 – 8 of 8) sorted by relevance
54 ON_CALL(*this, GetECVersion()) in MockHardware()56 &FakeHardware::GetECVersion)); in MockHardware()77 MOCK_CONST_METHOD0(GetECVersion, std::string());
69 virtual std::string GetECVersion() const = 0;
60 std::string GetECVersion() const override { return ec_version_; } in GetECVersion() function
44 std::string GetECVersion() const override;
48 std::string GetECVersion() const override;
168 string HardwareAndroid::GetECVersion() const { in GetECVersion() function in chromeos_update_engine::HardwareAndroid
168 string HardwareChromeOS::GetECVersion() const { in GetECVersion() function in chromeos_update_engine::HardwareChromeOS
89 ec_version_ = system_state_->hardware()->GetECVersion(); in Init()