Home
last modified time | relevance | path

Searched refs:WasUpdateCalled (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc202 bool WasUpdateCalled() const { return update_called_; } in WasUpdateCalled() function in chromeos_update_engine::UpdateAttempterUnderTest
2241 EXPECT_EQ(ous_params_.should_update_be_called, attempter_.WasUpdateCalled()); in TestOnUpdateScheduled()