Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc116 class UpdateAttempterTest : public ::testing::Test { class
118 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest
208 void UpdateAttempterTest::ScheduleQuitMainLoop() { in ScheduleQuitMainLoop()
215 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument
225 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument
235 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument
253 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument
263 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument
293 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest) { in TEST_F() argument
316 TEST_F(UpdateAttempterTest, MarkDeltaUpdateFailureTest) { in TEST_F() argument
[all …]
Dupdate_attempter.h251 friend class UpdateAttempterTest; variable
252 FRIEND_TEST(UpdateAttempterTest, ActionCompletedDownloadTest);
253 FRIEND_TEST(UpdateAttempterTest, ActionCompletedErrorTest);
254 FRIEND_TEST(UpdateAttempterTest, ActionCompletedOmahaRequestTest);
255 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventTest);
256 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);
257 FRIEND_TEST(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest);
258 FRIEND_TEST(UpdateAttempterTest, MarkDeltaUpdateFailureTest);
259 FRIEND_TEST(UpdateAttempterTest, PingOmahaTest);
260 FRIEND_TEST(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest);
[all …]
Domaha_response_handler_action.h91 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);