Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc111 class UpdateAttempterTest : public ::testing::Test { class
113 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
273 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument
304 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest) { in TEST_F() argument
327 TEST_F(UpdateAttempterTest, MarkDeltaUpdateFailureTest) { in TEST_F() argument
345 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest) { in TEST_F() argument
[all …]
Dupdate_attempter.h260 friend class UpdateAttempterTest; variable