Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc218 bool WasScheduleUpdatesCalled() const { return schedule_updates_called_; } in WasScheduleUpdatesCalled() function in chromeos_update_engine::UpdateAttempterUnderTest
383 attempter_.WasScheduleUpdatesCalled()); in TestCheckForUpdate()
414 attempter_.WasScheduleUpdatesCalled()); in TestProcessingDone()
919 EXPECT_FALSE(attempter_.WasScheduleUpdatesCalled()); in TEST_F()
928 EXPECT_TRUE(attempter_.WasScheduleUpdatesCalled()); in TEST_F()
2240 attempter_.WasScheduleUpdatesCalled()); in TestOnUpdateScheduled()