OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateAttempter
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
update_attempter.cc
84
const int
UpdateAttempter
::kMaxDeltaUpdateFailures = 3;
122
UpdateAttempter
::
UpdateAttempter
(
137
UpdateAttempter
::~
UpdateAttempter
() {
146
void
UpdateAttempter
::Init() {
148
// this is an aggregate of various objects (such as the
UpdateAttempter
),
164
void
UpdateAttempter
::ScheduleUpdates() {
172
&
UpdateAttempter
::OnUpdateScheduled, base::Unretained(this));
179
void
UpdateAttempter
::CertificateChecked(ServerToCheck server_to_check
[
all
...]
update_attempter.h
65
class
UpdateAttempter
: public ActionProcessorDelegate,
73
UpdateAttempter
(SystemState* system_state,
77
~
UpdateAttempter
() override;
503
DISALLOW_COPY_AND_ASSIGN(
UpdateAttempter
);
Completed in 606 milliseconds