Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_builder_xml.h66 kResultError = 0, enumerator
73 result(kResultError), in OmahaEvent()
Domaha_request_builder_xml.cc205 event_result = OmahaEvent::Result::kResultError; in GetAppBody()
Dupdate_attempter_unittest.cc710 OmahaEvent::kTypeUpdateComplete, OmahaEvent::kResultError, err)); in TEST_F()
900 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
915 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result); in TEST_F()
2071 OmahaEvent::kResultError, in TEST_F()
2095 OmahaEvent::kResultError, in TEST_F()
Domaha_request_action_unittest.cc1730 OmahaEvent::kResultError, in TEST_F()
1738 OmahaEvent::kResultError, in TEST_F()
1851 EXPECT_EQ(OmahaEvent::kResultError, default_event.result); in TEST_F()
1860 OmahaEvent::kResultError, in TEST_F()
1863 EXPECT_EQ(OmahaEvent::kResultError, error_event.result); in TEST_F()
Dupdate_attempter.cc1549 event_result = OmahaEvent::kResultError; in CreatePendingErrorEvent()