Lines Matching refs:OmahaEvent
746 attempter_.error_event_.reset(new OmahaEvent( in TEST_F()
747 OmahaEvent::kTypeUpdateComplete, OmahaEvent::kResultError, err)); in TEST_F()
936 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
937 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
951 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
952 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
1758 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
1759 EXPECT_EQ(OmahaEvent::kResultUpdateDeferred, attempter_.error_event_->result); in TEST_F()
2131 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
2132 OmahaEvent::kResultError, in TEST_F()
2155 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
2156 OmahaEvent::kResultError, in TEST_F()