Home
last modified time | relevance | path

Searched defs:UpdateAttempterTest (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc112 class UpdateAttempterTest : public ::testing::Test { class
114 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest
222 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument
233 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument
243 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument
261 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument
271 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument
301 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest) { in TEST_F() argument
324 TEST_F(UpdateAttempterTest, MarkDeltaUpdateFailureTest) { in TEST_F() argument
342 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest) { in TEST_F() argument
[all …]
Dupdate_attempter.h260 friend class UpdateAttempterTest; variable