Searched refs:kTypeUpdateComplete (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/cros/ |
D | omaha_request_builder_xml_unittest.cc | 299 OmahaEvent event(OmahaEvent::kTypeUpdateComplete); in TEST_F() 322 OmahaEvent event(OmahaEvent::kTypeUpdateComplete); in TEST_F() 350 OmahaEvent event(OmahaEvent::kTypeUpdateComplete); in TEST_F()
|
D | omaha_request_builder_xml.h | 56 kTypeUpdateComplete = 3, enumerator
|
D | update_attempter_unittest.cc | 710 OmahaEvent::kTypeUpdateComplete, OmahaEvent::kResultError, err)); in TEST_F() 899 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F() 914 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F() 1706 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type); in TEST_F() 2070 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F() 2094 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete, in TEST_F()
|
D | update_attempter.cc | 786 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in BuildUpdateActions() 1560 new OmahaEvent(OmahaEvent::kTypeUpdateComplete, event_result, code)); in CreatePendingErrorEvent()
|
D | omaha_request_action_unittest.cc | 1755 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in TEST_F()
|