Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.h242 friend class UpdateAttempterTest; variable
243 FRIEND_TEST(UpdateAttempterTest, ActionCompletedDownloadTest);
244 FRIEND_TEST(UpdateAttempterTest, ActionCompletedErrorTest);
245 FRIEND_TEST(UpdateAttempterTest, ActionCompletedOmahaRequestTest);
246 FRIEND_TEST(UpdateAttempterTest, BootTimeInUpdateMarkerFile);
247 FRIEND_TEST(UpdateAttempterTest, BroadcastCompleteDownloadTest);
248 FRIEND_TEST(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest);
249 FRIEND_TEST(UpdateAttempterTest, CheckForUpdateAUDlcTest);
250 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventTest);
251 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);
[all …]
Domaha_response_handler_action.h79 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);
80 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsNotRollbackFailure);
81 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsNotRollbackSuccess);
82 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsRollbackFailure);
83 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsRollbackSuccess);
84 FRIEND_TEST(UpdateAttempterTest, SetRollbackHappenedNotRollback);
85 FRIEND_TEST(UpdateAttempterTest, SetRollbackHappenedRollback);
86 FRIEND_TEST(UpdateAttempterTest, UpdateDeferredByPolicyTest);
Dupdate_attempter_unittest.cc126 class UpdateAttempterTest : public ::testing::Test { class
128 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest
223 void UpdateAttempterTest::ScheduleQuitMainLoop() { in ScheduleQuitMainLoop()
230 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument
246 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument
256 TEST_F(UpdateAttempterTest, DownloadProgressAccumulationTest) { in TEST_F() argument
294 TEST_F(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest) { in TEST_F() argument
315 TEST_F(UpdateAttempterTest, BroadcastCompleteDownloadTest) { in TEST_F() argument
336 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument
354 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument
[all …]