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());
128 virtual bool GetFirstActiveOmahaPingSent() const = 0;
131 bool GetFirstActiveOmahaPingSent() const override { in GetFirstActiveOmahaPingSent() function
56 bool GetFirstActiveOmahaPingSent() const override;
61 bool GetFirstActiveOmahaPingSent() const override;
195 bool HardwareAndroid::GetFirstActiveOmahaPingSent() const { in GetFirstActiveOmahaPingSent() function in chromeos_update_engine::HardwareAndroid
293 bool HardwareChromeOS::GetFirstActiveOmahaPingSent() const { in GetFirstActiveOmahaPingSent() function in chromeos_update_engine::HardwareChromeOS
750 if (system_state_->hardware()->GetFirstActiveOmahaPingSent()) { in ShouldPing()1281 if (!system_state_->hardware()->GetFirstActiveOmahaPingSent()) { in TransferComplete()