Home | History | Annotate | Download | only in update_engine

Lines Matching refs:UpdateAttempterTest

111 class UpdateAttempterTest : public ::testing::Test {
113 UpdateAttempterTest()
134 CHECK(utils::MakeTempDirectory("UpdateAttempterTest-XXXXXX", &test_dir_));
218 void UpdateAttempterTest::ScheduleQuitMainLoop() {
222 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) {
233 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) {
243 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) {
261 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) {
273 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) {
304 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest) {
327 TEST_F(UpdateAttempterTest, MarkDeltaUpdateFailureTest) {
345 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest) {
361 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionTest) {
397 void UpdateAttempterTest::UpdateTestStart() {
419 base::Bind(&UpdateAttempterTest::UpdateTestVerify,
423 void UpdateAttempterTest::UpdateTestVerify() {
441 void UpdateAttempterTest::RollbackTestStart(
489 base::Bind(&UpdateAttempterTest::RollbackTestVerify,
497 void UpdateAttempterTest::RollbackTestVerify() {
516 TEST_F(UpdateAttempterTest, UpdateTest) {
521 TEST_F(UpdateAttempterTest, RollbackTest) {
523 base::Bind(&UpdateAttempterTest::RollbackTestStart,
529 TEST_F(UpdateAttempterTest, InvalidSlotRollbackTest) {
531 base::Bind(&UpdateAttempterTest::RollbackTestStart,
537 TEST_F(UpdateAttempterTest, EnterpriseRollbackTest) {
539 base::Bind(&UpdateAttempterTest::RollbackTestStart,
545 void UpdateAttempterTest::PingOmahaTestStart() {
554 TEST_F(UpdateAttempterTest, PingOmahaTest) {
561 base::Bind(&UpdateAttempterTest::PingOmahaTestStart,
568 TEST_F(UpdateAttempterTest, CreatePendingErrorEventTest) {
581 TEST_F(UpdateAttempterTest, CreatePendingErrorEventResumedTest) {
600 TEST_F(UpdateAttempterTest, P2PNotStartedAtStartupWhenNotEnabled) {
608 TEST_F(UpdateAttempterTest, P2PNotStartedAtStartupWhenEnabledButNotSharing) {
616 TEST_F(UpdateAttempterTest, P2PStartedAtStartupWhenEnabledAndSharing) {
625 TEST_F(UpdateAttempterTest, P2PNotEnabled) {
627 base::Bind(&UpdateAttempterTest::P2PNotEnabledStart,
632 void UpdateAttempterTest::P2PNotEnabledStart() {
645 TEST_F(UpdateAttempterTest, P2PEnabledStartingFails) {
647 base::Bind(&UpdateAttempterTest::P2PEnabledStartingFailsStart,
652 void UpdateAttempterTest::P2PEnabledStartingFailsStart() {
667 TEST_F(UpdateAttempterTest, P2PEnabledHousekeepingFails) {
670 base::Bind(&UpdateAttempterTest::P2PEnabledHousekeepingFailsStart,
675 void UpdateAttempterTest::P2PEnabledHousekeepingFailsStart() {
690 TEST_F(UpdateAttempterTest, P2PEnabled) {
692 base::Bind(&UpdateAttempterTest::P2PEnabledStart,
697 void UpdateAttempterTest::P2PEnabledStart() {
712 TEST_F(UpdateAttempterTest, P2PEnabledInteractive) {
714 base::Bind(&UpdateAttempterTest::P2PEnabledInteractiveStart,
719 void UpdateAttempterTest::P2PEnabledInteractiveStart() {
735 TEST_F(UpdateAttempterTest, ReadScatterFactorFromPolicy) {
738 base::Bind(&UpdateAttempterTest::ReadScatterFactorFromPolicyTestStart,
745 void UpdateAttempterTest::ReadScatterFactorFromPolicyTestStart() {
765 TEST_F(UpdateAttempterTest, DecrementUpdateCheckCountTest) {
768 base::Bind(&UpdateAttempterTest::DecrementUpdateCheckCountTestStart,
773 void UpdateAttempterTest::DecrementUpdateCheckCountTestStart() {
821 TEST_F(UpdateAttempterTest, NoScatteringDoneDuringManualUpdateTestStart) {
823 &UpdateAttempterTest::NoScatteringDoneDuringManualUpdateTestStart,
828 void UpdateAttempterTest::NoScatteringDoneDuringManualUpdateTestStart() {
874 TEST_F(UpdateAttempterTest, ReportDailyMetrics) {
937 TEST_F(UpdateAttempterTest, BootTimeInUpdateMarkerFile) {
957 TEST_F(UpdateAttempterTest, AnyUpdateSourceAllowedUnofficial) {
962 TEST_F(UpdateAttempterTest, AnyUpdateSourceAllowedOfficialDevmode) {
970 TEST_F(UpdateAttempterTest, AnyUpdateSourceDisallowedOfficialNormal) {
978 TEST_F(UpdateAttempterTest, AnyUpdateSourceDisallowedDebugdDisabled) {
988 TEST_F(UpdateAttempterTest, AnyUpdateSourceDisallowedDebugdFailure) {
996 TEST_F(UpdateAttempterTest, CheckForUpdateAUTest) {
1003 TEST_F(UpdateAttempterTest, CheckForUpdateScheduledAUTest) {