Lines Matching refs:OmahaEvent
709 attempter_.error_event_.reset(new OmahaEvent( in TEST_F()
710 OmahaEvent::kTypeUpdateComplete, OmahaEvent::kResultError, err)); in TEST_F()
899 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
900 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
914 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
915 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
1706 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
1707 EXPECT_EQ(OmahaEvent::kResultUpdateDeferred, attempter_.error_event_->result); in TEST_F()
2070 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
2071 OmahaEvent::kResultError, in TEST_F()
2094 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
2095 OmahaEvent::kResultError, in TEST_F()