Home
last modified time | relevance | path

Searched refs:kTypeUpdateComplete (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Domaha_request_builder_xml.h57 kTypeUpdateComplete = 3, enumerator
Dupdate_attempter_unittest.cc747 OmahaEvent::kTypeUpdateComplete, OmahaEvent::kResultError, err)); in TEST_F()
936 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
951 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
1758 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F()
2131 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
2155 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
Dupdate_attempter.cc825 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in BuildUpdateActions()
1605 new OmahaEvent(OmahaEvent::kTypeUpdateComplete, event_result, code)); in CreatePendingErrorEvent()
Domaha_request_action_unittest.cc1652 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in TEST_F()