Home
last modified time | relevance | path

Searched refs:PayloadStateTest (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dpayload_state.h153 friend class PayloadStateTest; variable
154 FRIEND_TEST(PayloadStateTest, RebootAfterUpdateFailedMetric);
155 FRIEND_TEST(PayloadStateTest, RebootAfterUpdateSucceed);
156 FRIEND_TEST(PayloadStateTest, RebootAfterCanceledUpdate);
157 FRIEND_TEST(PayloadStateTest, RollbackHappened);
158 FRIEND_TEST(PayloadStateTest, RollbackVersion);
159 FRIEND_TEST(PayloadStateTest, UpdateSuccessWithWipedPrefs);
160 FRIEND_TEST(PayloadStateTest, NextPayloadResetsUrlIndex);
161 FRIEND_TEST(PayloadStateTest, ExcludeNoopForNonExcludables);
162 FRIEND_TEST(PayloadStateTest, ExcludeOnlyCanExcludables);
[all …]
Dpayload_state_unittest.cc109 class PayloadStateTest : public ::testing::Test {}; class
111 TEST(PayloadStateTest, SetResponseWorksWithEmptyResponse) { in TEST() argument
149 TEST(PayloadStateTest, SetResponseWorksWithSingleUrl) { in TEST() argument
200 TEST(PayloadStateTest, SetResponseWorksWithMultipleUrls) { in TEST() argument
250 TEST(PayloadStateTest, CanAdvanceUrlIndexCorrectly) { in TEST() argument
305 TEST(PayloadStateTest, NewResponseResetsPayloadState) { in TEST() argument
352 TEST(PayloadStateTest, AllCountersGetUpdatedProperlyOnErrorCodesAndEvents) { in TEST() argument
498 TEST(PayloadStateTest, PayloadAttemptNumberIncreasesOnSuccessfulFullDownload) { in TEST() argument
537 TEST(PayloadStateTest, PayloadAttemptNumberIncreasesOnSuccessfulDeltaDownload) { in TEST() argument
574 TEST(PayloadStateTest, SetResponseResetsInvalidUrlIndex) { in TEST() argument
[all …]