OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:download_action
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/payload_consumer/
download_action_unittest.cc
17
#include "update_engine/payload_consumer/
download_action
.h"
164
DownloadAction
download_action
(&prefs,
169
download_action
.SetTestFileWriter(&writer);
170
BondActions(&feeder_action, &
download_action
);
174
download_action
.set_delegate(&download_delegate);
189
processor.EnqueueAction(&
download_action
);
278
DownloadAction
download_action
(
284
download_action
.SetTestFileWriter(&writer);
287
download_action
.set_delegate(&download_delegate);
294
processor.EnqueueAction(&
download_action
);
[
all
...]
/system/update_engine/
update_attempter_android.cc
36
#include "update_engine/payload_consumer/
download_action
.h"
450
shared_ptr<DownloadAction>
download_action
(new DownloadAction(
463
download_action
->set_delegate(this);
464
download_action_ =
download_action
;
468
actions_.push_back(shared_ptr<AbstractAction>(
download_action
));
475
BondActions(install_plan_action.get(),
download_action
.get());
476
BondActions(
download_action
.get(), dst_filesystem_verifier_action.get());
update_attempter.cc
61
#include "update_engine/payload_consumer/
download_action
.h"
630
shared_ptr<DownloadAction>
download_action
(new DownloadAction(
656
download_action
->set_delegate(this);
658
download_action_ =
download_action
;
665
actions_.push_back(shared_ptr<AbstractAction>(
download_action
));
677
download_action
.get());
678
BondActions(
download_action
.get(),
1020
DownloadAction*
download_action
= static_cast<DownloadAction*>(action);
local
[
all
...]
update_attempter_unittest.cc
435
DownloadAction*
download_action
= static_cast<DownloadAction*>(action_4);
local
436
EXPECT_EQ(&attempter_,
download_action
->delegate());
[
all
...]
Android.mk
170
payload_consumer/
download_action
.cc \
[
all
...]
Completed in 3951 milliseconds