Searched refs:kTypeUpdateComplete (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/ |
D | omaha_request_builder_xml.h | 57 kTypeUpdateComplete = 3, enumerator
|
D | update_attempter_unittest.cc | 747 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()
|
D | update_attempter.cc | 825 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in BuildUpdateActions() 1605 new OmahaEvent(OmahaEvent::kTypeUpdateComplete, event_result, code)); in CreatePendingErrorEvent()
|
D | omaha_request_action_unittest.cc | 1652 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in TEST_F()
|