Home | History | Annotate | Download | only in update_engine

Lines Matching refs:error_event_

222   ASSERT_EQ(nullptr, attempter_.error_event_.get());
232 ASSERT_NE(nullptr, attempter_.error_event_.get());
250 ASSERT_TRUE(attempter_.error_event_.get() == nullptr);
356 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete,
559 ASSERT_NE(nullptr, attempter_.error_event_.get());
560 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type);
561 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result);
565 attempter_.error_event_->error_code);
576 ASSERT_NE(nullptr, attempter_.error_event_.get());
577 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type);
578 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result);
584 attempter_.error_event_->error_code);