Searched refs:UpdateAttempterTest (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/update_engine/cros/ |
H A D | update_attempter.h | 240 friend class UpdateAttempterTest; variable 258 FRIEND_TEST(UpdateAttempterTest, InstallSetsStatusIdle); 261 FRIEND_TEST(UpdateAttempterTest, 265 FRIEND_TEST(UpdateAttempterTest, PingOmahaTest); 268 FRIEND_TEST(UpdateAttempterTest, ReportDailyMetrics); 269 FRIEND_TEST(UpdateAttempterTest, RollbackNotAllowed); 270 FRIEND_TEST(UpdateAttempterTest, RollbackAfterInstall); 271 FRIEND_TEST(UpdateAttempterTest, RollbackAllowed); 287 FRIEND_TEST(UpdateAttempterTest, UpdateAfterInstall); 291 FRIEND_TEST(UpdateAttempterTest, GetSuccessfulDlcIds); [all …]
|
H A D | update_attempter_unittest.cc | 839 TEST_F(UpdateAttempterTest, UpdateTest) { in TEST_F() argument 844 TEST_F(UpdateAttempterTest, RollbackTest) { in TEST_F() argument 880 TEST_F(UpdateAttempterTest, PingOmahaTest) { in TEST_F() argument 948 TEST_F(UpdateAttempterTest, P2PNotEnabled) { in TEST_F() argument 1013 TEST_F(UpdateAttempterTest, P2PEnabled) { in TEST_F() argument 1493 TEST_F(UpdateAttempterTest, in TEST_F() argument 1507 TEST_F(UpdateAttempterTest, in TEST_F() argument 1919 TEST_F(UpdateAttempterTest, in TEST_F() argument 1944 TEST_F(UpdateAttempterTest, in TEST_F() argument 2263 TEST_F(UpdateAttempterTest, PastEolTest) { in TEST_F() argument [all …]
|
H A D | omaha_response_handler_action.h | 75 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest); 76 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsNotRollbackFailure); 77 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsNotRollbackSuccess); 78 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsRollbackFailure); 79 FRIEND_TEST(UpdateAttempterTest, RollbackMetricsRollbackSuccess); 80 FRIEND_TEST(UpdateAttempterTest, SetRollbackHappenedNotRollback); 81 FRIEND_TEST(UpdateAttempterTest, SetRollbackHappenedRollback); 82 FRIEND_TEST(UpdateAttempterTest, UpdateDeferredByPolicyTest);
|
H A D | omaha_request_action.h | 140 friend class UpdateAttempterTest; variable 141 FRIEND_TEST(UpdateAttempterTest, SessionIdTestEnforceEmptyStrPingOmaha); 142 FRIEND_TEST(UpdateAttempterTest, SessionIdTestConsistencyInUpdateFlow);
|