HomeSort by relevance Sort by last modified time
    Searched refs:OmahaEvent (Results 1 - 6 of 6) sorted by null

  /system/update_engine/
omaha_request_action.h 57 struct OmahaEvent {
78 OmahaEvent()
82 explicit OmahaEvent(Type in_type)
86 OmahaEvent(Type in_type, Result in_result, ErrorCode in_error_code)
140 // Takes ownership of the passed in OmahaEvent. If |event| is null,
145 // OmahaRequestAction(..., new OmahaEvent(...), new WhateverHttpFetcher);
149 OmahaEvent* event,
307 // Pointer to the OmahaEvent info. This is an UpdateCheck request if null.
308 std::unique_ptr<OmahaEvent> event_;
update_attempter.cc 601 new OmahaEvent(OmahaEvent::kTypeUpdateDownloadStarted),
621 new OmahaEvent(OmahaEvent::kTypeUpdateDownloadFinished),
629 new OmahaEvent(OmahaEvent::kTypeUpdateComplete),
    [all...]
omaha_request_action_unittest.cc 422 OmahaEvent* event,
    [all...]
update_attempter_unittest.cc 426 attempter_.error_event_.reset(new OmahaEvent(OmahaEvent::kTypeUpdateComplete,
427 OmahaEvent::kResultError,
631 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type);
632 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result);
648 EXPECT_EQ(OmahaEvent::kTypeUpdateComplete, attempter_.error_event_->type);
649 EXPECT_EQ(OmahaEvent::kResultError, attempter_.error_event_->result);
    [all...]
omaha_request_action.cc 116 string GetAppBody(const OmahaEvent* event,
152 OmahaEvent::kTypeRebootedAfterUpdate,
153 OmahaEvent::kResultSuccess,
163 if (event->result != OmahaEvent::kResultSuccess) {
225 string GetAppXml(const OmahaEvent* event,
353 string GetRequestXml(const OmahaEvent* event,
618 OmahaEvent* event,
    [all...]
update_attempter.h 432 std::unique_ptr<OmahaEvent> error_event_;

Completed in 88 milliseconds