OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateAttempterAndroid
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
update_attempter_android.cc
79
UpdateAttempterAndroid
::
UpdateAttempterAndroid
(
92
UpdateAttempterAndroid
::~
UpdateAttempterAndroid
() {
98
void
UpdateAttempterAndroid
::Init() {
107
bool
UpdateAttempterAndroid
::ApplyPayload(
227
bool
UpdateAttempterAndroid
::SuspendUpdate(brillo::ErrorPtr* error) {
234
bool
UpdateAttempterAndroid
::ResumeUpdate(brillo::ErrorPtr* error) {
241
bool
UpdateAttempterAndroid
::CancelUpdate(brillo::ErrorPtr* error) {
248
bool
UpdateAttempterAndroid
::ResetStatus(brillo::ErrorPtr* error)
[
all
...]
update_attempter_android.h
42
class
UpdateAttempterAndroid
50
UpdateAttempterAndroid
(DaemonStateInterface* daemon_state,
54
~
UpdateAttempterAndroid
() override;
165
DISALLOW_COPY_AND_ASSIGN(
UpdateAttempterAndroid
);
daemon_state_android.h
66
std::unique_ptr<
UpdateAttempterAndroid
> update_attempter_;
daemon_state_android.cc
67
update_attempter_.reset(new
UpdateAttempterAndroid
(
sideload_main.cc
174
UpdateAttempterAndroid
update_attempter(
Completed in 150 milliseconds