Lines Matching refs:UpdateAttempterTest
239 class UpdateAttempterTest : public ::testing::Test { class
241 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest
363 void UpdateAttempterTest::TestCheckForUpdate() { in TestCheckForUpdate()
386 void UpdateAttempterTest::TestProcessingDone() { in TestProcessingDone()
418 void UpdateAttempterTest::ScheduleQuitMainLoop() { in ScheduleQuitMainLoop()
425 void UpdateAttempterTest::SessionIdTestChange() { in SessionIdTestChange()
433 TEST_F(UpdateAttempterTest, SessionIdTestChange) { in TEST_F() argument
435 base::Bind(&UpdateAttempterTest::SessionIdTestChange, in TEST_F()
440 void UpdateAttempterTest::SessionIdTestEnforceEmptyStrPingOmaha() { in SessionIdTestEnforceEmptyStrPingOmaha()
461 TEST_F(UpdateAttempterTest, SessionIdTestEnforceEmptyStrPingOmaha) { in TEST_F() argument
464 base::Bind(&UpdateAttempterTest::SessionIdTestEnforceEmptyStrPingOmaha, in TEST_F()
469 void UpdateAttempterTest::SessionIdTestConsistencyInUpdateFlow() { in SessionIdTestConsistencyInUpdateFlow()
486 TEST_F(UpdateAttempterTest, SessionIdTestConsistencyInUpdateFlow) { in TEST_F() argument
489 base::Bind(&UpdateAttempterTest::SessionIdTestConsistencyInUpdateFlow, in TEST_F()
494 void UpdateAttempterTest::SessionIdTestInDownloadAction() { in SessionIdTestInDownloadAction()
513 TEST_F(UpdateAttempterTest, SessionIdTestInDownloadAction) { in TEST_F() argument
515 base::Bind(&UpdateAttempterTest::SessionIdTestInDownloadAction, in TEST_F()
520 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument
536 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument
546 TEST_F(UpdateAttempterTest, DownloadProgressAccumulationTest) { in TEST_F() argument
584 TEST_F(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest) { in TEST_F() argument
605 TEST_F(UpdateAttempterTest, BroadcastCompleteDownloadTest) { in TEST_F() argument
625 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument
643 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument
653 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument
682 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest) { in TEST_F() argument
705 TEST_F(UpdateAttempterTest, MarkDeltaUpdateFailureTest) { in TEST_F() argument
724 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest) { in TEST_F() argument
739 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionTest) { in TEST_F() argument
777 void UpdateAttempterTest::UpdateTestStart() { in UpdateTestStart()
801 base::Bind(&UpdateAttempterTest::UpdateTestVerify, in UpdateTestStart()
805 void UpdateAttempterTest::UpdateTestVerify() { in UpdateTestVerify()
812 void UpdateAttempterTest::RollbackTestStart(bool enterprise_rollback, in RollbackTestStart()
859 base::Bind(&UpdateAttempterTest::RollbackTestVerify, in RollbackTestStart()
867 void UpdateAttempterTest::RollbackTestVerify() { in RollbackTestVerify()
876 TEST_F(UpdateAttempterTest, UpdateTest) { in TEST_F() argument
881 TEST_F(UpdateAttempterTest, RollbackTest) { in TEST_F() argument
883 base::Bind(&UpdateAttempterTest::RollbackTestStart, in TEST_F()
890 TEST_F(UpdateAttempterTest, InvalidSlotRollbackTest) { in TEST_F() argument
892 base::Bind(&UpdateAttempterTest::RollbackTestStart, in TEST_F()
899 TEST_F(UpdateAttempterTest, EnterpriseRollbackTest) { in TEST_F() argument
901 base::Bind(&UpdateAttempterTest::RollbackTestStart, in TEST_F()
908 void UpdateAttempterTest::PingOmahaTestStart() { in PingOmahaTestStart()
917 TEST_F(UpdateAttempterTest, PingOmahaTest) { in TEST_F() argument
924 base::Bind(&UpdateAttempterTest::PingOmahaTestStart, in TEST_F()
931 TEST_F(UpdateAttempterTest, CreatePendingErrorEventTest) { in TEST_F() argument
944 TEST_F(UpdateAttempterTest, CreatePendingErrorEventResumedTest) { in TEST_F() argument
960 TEST_F(UpdateAttempterTest, P2PNotStartedAtStartupWhenNotEnabled) { in TEST_F() argument
968 TEST_F(UpdateAttempterTest, P2PNotStartedAtStartupWhenEnabledButNotSharing) { in TEST_F() argument
976 TEST_F(UpdateAttempterTest, P2PStartedAtStartupWhenEnabledAndSharing) { in TEST_F() argument
985 TEST_F(UpdateAttempterTest, P2PNotEnabled) { in TEST_F() argument
987 base::Bind(&UpdateAttempterTest::P2PNotEnabledStart, in TEST_F()
992 void UpdateAttempterTest::P2PNotEnabledStart() { in P2PNotEnabledStart()
1005 TEST_F(UpdateAttempterTest, P2PEnabledStartingFails) { in TEST_F() argument
1007 base::Bind(&UpdateAttempterTest::P2PEnabledStartingFailsStart, in TEST_F()
1012 void UpdateAttempterTest::P2PEnabledStartingFailsStart() { in P2PEnabledStartingFailsStart()
1027 TEST_F(UpdateAttempterTest, P2PEnabledHousekeepingFails) { in TEST_F() argument
1030 base::Bind(&UpdateAttempterTest::P2PEnabledHousekeepingFailsStart, in TEST_F()
1035 void UpdateAttempterTest::P2PEnabledHousekeepingFailsStart() { in P2PEnabledHousekeepingFailsStart()
1050 TEST_F(UpdateAttempterTest, P2PEnabled) { in TEST_F() argument
1052 base::Bind(&UpdateAttempterTest::P2PEnabledStart, in TEST_F()
1057 void UpdateAttempterTest::P2PEnabledStart() { in P2PEnabledStart()
1072 TEST_F(UpdateAttempterTest, P2PEnabledInteractive) { in TEST_F() argument
1074 base::Bind(&UpdateAttempterTest::P2PEnabledInteractiveStart, in TEST_F()
1079 void UpdateAttempterTest::P2PEnabledInteractiveStart() { in P2PEnabledInteractiveStart()
1103 TEST_F(UpdateAttempterTest, ReadScatterFactorFromPolicy) { in TEST_F() argument
1106 base::Bind(&UpdateAttempterTest::ReadScatterFactorFromPolicyTestStart, in TEST_F()
1113 void UpdateAttempterTest::ReadScatterFactorFromPolicyTestStart() { in ReadScatterFactorFromPolicyTestStart()
1133 TEST_F(UpdateAttempterTest, DecrementUpdateCheckCountTest) { in TEST_F() argument
1136 base::Bind(&UpdateAttempterTest::DecrementUpdateCheckCountTestStart, in TEST_F()
1141 void UpdateAttempterTest::DecrementUpdateCheckCountTestStart() { in DecrementUpdateCheckCountTestStart()
1189 TEST_F(UpdateAttempterTest, NoScatteringDoneDuringManualUpdateTestStart) { in TEST_F() argument
1193 &UpdateAttempterTest::NoScatteringDoneDuringManualUpdateTestStart, in TEST_F()
1198 void UpdateAttempterTest::NoScatteringDoneDuringManualUpdateTestStart() { in NoScatteringDoneDuringManualUpdateTestStart()
1252 void UpdateAttempterTest::SetUpStagingTest(const StagingSchedule& schedule, in SetUpStagingTest()
1273 TEST_F(UpdateAttempterTest, StagingSetsPrefsAndTurnsOffScattering) { in TEST_F() argument
1277 &UpdateAttempterTest::StagingSetsPrefsAndTurnsOffScatteringStart, in TEST_F()
1282 void UpdateAttempterTest::StagingSetsPrefsAndTurnsOffScatteringStart() { in StagingSetsPrefsAndTurnsOffScatteringStart()
1315 void UpdateAttempterTest::CheckStagingOff() { in CheckStagingOff()
1332 TEST_F(UpdateAttempterTest, StagingOffIfInteractive) { in TEST_F() argument
1334 base::Bind(&UpdateAttempterTest::StagingOffIfInteractiveStart, in TEST_F()
1339 void UpdateAttempterTest::StagingOffIfInteractiveStart() { in StagingOffIfInteractiveStart()
1352 TEST_F(UpdateAttempterTest, StagingOffIfOobe) { in TEST_F() argument
1354 base::Bind(&UpdateAttempterTest::StagingOffIfOobeStart, in TEST_F()
1359 void UpdateAttempterTest::StagingOffIfOobeStart() { in StagingOffIfOobeStart()
1374 TEST_F(UpdateAttempterTest, ReportDailyMetrics) { in TEST_F() argument
1437 TEST_F(UpdateAttempterTest, BootTimeInUpdateMarkerFile) { in TEST_F() argument
1454 TEST_F(UpdateAttempterTest, AnyUpdateSourceAllowedUnofficial) { in TEST_F() argument
1459 TEST_F(UpdateAttempterTest, AnyUpdateSourceAllowedOfficialDevmode) { in TEST_F() argument
1465 TEST_F(UpdateAttempterTest, AnyUpdateSourceDisallowedOfficialNormal) { in TEST_F() argument
1473 TEST_F(UpdateAttempterTest, CheckForInstallNotIdleFails) { in TEST_F() argument
1482 TEST_F(UpdateAttempterTest, CheckForUpdateNotIdleFails) { in TEST_F() argument
1496 TEST_F(UpdateAttempterTest, CheckForUpdateOfficalBuildClearsSource) { in TEST_F() argument
1504 TEST_F(UpdateAttempterTest, CheckForUpdateUnofficialBuildChangesSource) { in TEST_F() argument
1516 TEST_F(UpdateAttempterTest, CheckForUpdateOfficialBuildScheduledAUTest) { in TEST_F() argument
1527 TEST_F(UpdateAttempterTest, CheckForUpdateUnofficialBuildScheduledAUTest) { in TEST_F() argument
1542 TEST_F(UpdateAttempterTest, CheckForUpdateOfficialBuildAUTest) { in TEST_F() argument
1553 TEST_F(UpdateAttempterTest, CheckForUpdateUnofficialBuildAUTest) { in TEST_F() argument
1568 TEST_F(UpdateAttempterTest, in TEST_F() argument
1582 TEST_F(UpdateAttempterTest, in TEST_F() argument
1600 TEST_F(UpdateAttempterTest, CheckForUpdateNonInteractiveOfficialBuildAUTest) { in TEST_F() argument
1613 TEST_F(UpdateAttempterTest, CheckForUpdateNonInteractiveUnofficialBuildAUTest) { in TEST_F() argument
1630 TEST_F(UpdateAttempterTest, CheckForUpdateMissingForcedCallback1) { in TEST_F() argument
1642 TEST_F(UpdateAttempterTest, CheckForUpdateMissingForcedCallback2) { in TEST_F() argument
1658 TEST_F(UpdateAttempterTest, CheckForInstallTest) { in TEST_F() argument
1671 TEST_F(UpdateAttempterTest, InstallSetsStatusIdle) { in TEST_F() argument
1682 TEST_F(UpdateAttempterTest, RollbackAfterInstall) { in TEST_F() argument
1688 TEST_F(UpdateAttempterTest, UpdateAfterInstall) { in TEST_F() argument
1694 TEST_F(UpdateAttempterTest, TargetVersionPrefixSetAndReset) { in TEST_F() argument
1706 TEST_F(UpdateAttempterTest, RollbackAllowedSetAndReset) { in TEST_F() argument
1734 TEST_F(UpdateAttempterTest, UpdateDeferredByPolicyTest) { in TEST_F() argument
1777 TEST_F(UpdateAttempterTest, UpdateIsNotRunningWhenUpdateAvailable) { in TEST_F() argument
1785 TEST_F(UpdateAttempterTest, UpdateAttemptFlagsCachedAtUpdateStart) { in TEST_F() argument
1795 TEST_F(UpdateAttempterTest, RollbackNotAllowed) { in TEST_F() argument
1802 TEST_F(UpdateAttempterTest, RollbackAllowed) { in TEST_F() argument
1809 TEST_F(UpdateAttempterTest, InteractiveUpdateUsesPassedRestrictions) { in TEST_F() argument
1817 TEST_F(UpdateAttempterTest, NonInteractiveUpdateUsesSetRestrictions) { in TEST_F() argument
1830 void UpdateAttempterTest::ResetRollbackHappenedStart(bool is_consumer, in ResetRollbackHappenedStart()
1852 TEST_F(UpdateAttempterTest, ResetRollbackHappenedOobe) { in TEST_F() argument
1854 base::Bind(&UpdateAttempterTest::ResetRollbackHappenedStart, in TEST_F()
1862 TEST_F(UpdateAttempterTest, ResetRollbackHappenedConsumer) { in TEST_F() argument
1864 base::Bind(&UpdateAttempterTest::ResetRollbackHappenedStart, in TEST_F()
1872 TEST_F(UpdateAttempterTest, ResetRollbackHappenedEnterprise) { in TEST_F() argument
1874 base::Bind(&UpdateAttempterTest::ResetRollbackHappenedStart, in TEST_F()
1882 TEST_F(UpdateAttempterTest, SetRollbackHappenedRollback) { in TEST_F() argument
1892 TEST_F(UpdateAttempterTest, SetRollbackHappenedNotRollback) { in TEST_F() argument
1902 TEST_F(UpdateAttempterTest, RollbackMetricsRollbackSuccess) { in TEST_F() argument
1913 TEST_F(UpdateAttempterTest, RollbackMetricsNotRollbackSuccess) { in TEST_F() argument
1924 TEST_F(UpdateAttempterTest, RollbackMetricsRollbackFailure) { in TEST_F() argument
1937 TEST_F(UpdateAttempterTest, RollbackMetricsNotRollbackFailure) { in TEST_F() argument
1950 TEST_F(UpdateAttempterTest, TimeToUpdateAppliedMetricFailure) { in TEST_F() argument
1957 TEST_F(UpdateAttempterTest, TimeToUpdateAppliedOnNonEnterprise) { in TEST_F() argument
1970 TEST_F(UpdateAttempterTest, in TEST_F() argument
2000 TEST_F(UpdateAttempterTest, in TEST_F() argument
2030 TEST_F(UpdateAttempterTest, ProcessingDoneUpdated) { in TEST_F() argument
2042 TEST_F(UpdateAttempterTest, ProcessingDoneUpdatedDlcFilter) { in TEST_F() argument
2059 TEST_F(UpdateAttempterTest, ProcessingDoneInstalled) { in TEST_F() argument
2071 TEST_F(UpdateAttempterTest, ProcessingDoneInstalledDlcFilter) { in TEST_F() argument
2088 TEST_F(UpdateAttempterTest, ProcessingDoneInstallReportingError) { in TEST_F() argument
2101 TEST_F(UpdateAttempterTest, ProcessingDoneNoUpdate) { in TEST_F() argument
2113 TEST_F(UpdateAttempterTest, ProcessingDoneNoInstall) { in TEST_F() argument
2126 TEST_F(UpdateAttempterTest, ProcessingDoneUpdateError) { in TEST_F() argument
2149 TEST_F(UpdateAttempterTest, ProcessingDoneInstallError) { in TEST_F() argument
2173 void UpdateAttempterTest::UpdateToQuickFixBuildStart(bool set_token) { in UpdateToQuickFixBuildStart()
2195 TEST_F(UpdateAttempterTest, in TEST_F() argument
2198 base::Bind(&UpdateAttempterTest::UpdateToQuickFixBuildStart, in TEST_F()
2204 TEST_F(UpdateAttempterTest, EmptyQuickFixToken) { in TEST_F() argument
2206 base::Bind(&UpdateAttempterTest::UpdateToQuickFixBuildStart, in TEST_F()
2212 TEST_F(UpdateAttempterTest, ScheduleUpdateSpamHandlerTest) { in TEST_F() argument
2228 void UpdateAttempterTest::TestOnUpdateScheduled() { in TestOnUpdateScheduled()
2244 TEST_F(UpdateAttempterTest, OnUpdatesScheduledFailed) { in TEST_F() argument
2253 TEST_F(UpdateAttempterTest, OnUpdatesScheduledAskMeAgainLater) { in TEST_F() argument
2263 TEST_F(UpdateAttempterTest, OnUpdatesScheduledContinue) { in TEST_F() argument
2273 TEST_F(UpdateAttempterTest, OnUpdatesScheduledSucceededButUpdateDisabledFails) { in TEST_F() argument
2284 TEST_F(UpdateAttempterTest, OnUpdatesScheduledSucceeded) { in TEST_F() argument
2297 TEST_F(UpdateAttempterTest, IsEnterpriseRollbackInGetStatusDefault) { in TEST_F() argument
2303 TEST_F(UpdateAttempterTest, IsEnterpriseRollbackInGetStatusFalse) { in TEST_F() argument
2312 TEST_F(UpdateAttempterTest, IsEnterpriseRollbackInGetStatusTrue) { in TEST_F() argument
2321 TEST_F(UpdateAttempterTest, PowerwashInGetStatusDefault) { in TEST_F() argument
2327 TEST_F(UpdateAttempterTest, PowerwashInGetStatusTrueBecausePowerwashRequired) { in TEST_F() argument
2336 TEST_F(UpdateAttempterTest, PowerwashInGetStatusTrueBecauseRollback) { in TEST_F() argument
2345 TEST_F(UpdateAttempterTest, FutureEolTest) { in TEST_F() argument
2357 TEST_F(UpdateAttempterTest, PastEolTest) { in TEST_F() argument
2369 TEST_F(UpdateAttempterTest, FailedEolTest) { in TEST_F() argument
2379 TEST_F(UpdateAttempterTest, MissingEolTest) { in TEST_F() argument
2387 TEST_F(UpdateAttempterTest, CalculateDlcParamsInstallTest) { in TEST_F() argument
2411 TEST_F(UpdateAttempterTest, CalculateDlcParamsNoPrefFilesTest) { in TEST_F() argument
2434 TEST_F(UpdateAttempterTest, CalculateDlcParamsNonParseableValuesTest) { in TEST_F() argument
2467 TEST_F(UpdateAttempterTest, CalculateDlcParamsValidValuesTest) { in TEST_F() argument
2501 TEST_F(UpdateAttempterTest, CalculateDlcParamsRemoveStaleMetadata) { in TEST_F() argument
2531 TEST_F(UpdateAttempterTest, SetDlcActiveValue) { in TEST_F() argument
2544 TEST_F(UpdateAttempterTest, SetDlcInactive) { in TEST_F() argument
2562 TEST_F(UpdateAttempterTest, GetSuccessfulDlcIds) { in TEST_F() argument