Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_builder_xml_unittest.cc299 OmahaEvent event(OmahaEvent::kTypeUpdateComplete); in TEST_F()
322 OmahaEvent event(OmahaEvent::kTypeUpdateComplete); in TEST_F()
350 OmahaEvent event(OmahaEvent::kTypeUpdateComplete); in TEST_F()
Domaha_request_builder_xml.h56 kTypeUpdateComplete = 3, enumerator
Dupdate_attempter_unittest.cc710 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()
Dupdate_attempter.cc786 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in BuildUpdateActions()
1560 new OmahaEvent(OmahaEvent::kTypeUpdateComplete, event_result, code)); in CreatePendingErrorEvent()
Domaha_request_action_unittest.cc1755 new OmahaEvent(OmahaEvent::kTypeUpdateComplete), in TEST_F()