Searched refs:GetFirstActiveOmahaPingSent (Results 1 – 8 of 8) sorted by relevance
77 ON_CALL(*this, GetFirstActiveOmahaPingSent()) in MockHardware()79 &fake_, &FakeHardware::GetFirstActiveOmahaPingSent())); in MockHardware()105 MOCK_CONST_METHOD0(GetFirstActiveOmahaPingSent, bool());
136 virtual bool GetFirstActiveOmahaPingSent() const = 0;
137 bool GetFirstActiveOmahaPingSent() const override { in GetFirstActiveOmahaPingSent() function
58 bool GetFirstActiveOmahaPingSent() const override;
63 bool GetFirstActiveOmahaPingSent() const override;
208 bool HardwareAndroid::GetFirstActiveOmahaPingSent() const { in GetFirstActiveOmahaPingSent() function in chromeos_update_engine::HardwareAndroid
342 bool HardwareChromeOS::GetFirstActiveOmahaPingSent() const { in GetFirstActiveOmahaPingSent() function in chromeos_update_engine::HardwareChromeOS
335 if (system_state_->hardware()->GetFirstActiveOmahaPingSent()) { in ShouldPing()1005 if (!system_state_->hardware()->GetFirstActiveOmahaPingSent()) { in TransferComplete()