OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuspendProcessing
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
action_processor.h
60
//
SuspendProcessing
() called on it, and it should suspend operations until
62
// no new actions will be started. Calling
SuspendProcessing
while the
64
void
SuspendProcessing
();
action_processor_unittest.cc
201
action_processor_.
SuspendProcessing
();
203
action_processor_.
SuspendProcessing
();
229
action_processor_.
SuspendProcessing
();
252
action_processor_.
SuspendProcessing
();
action_processor.cc
71
void ActionProcessor::
SuspendProcessing
() {
75
LOG(WARNING) << "Called
SuspendProcessing
while not processing.";
/system/update_engine/
update_attempter_android.cc
230
processor_->
SuspendProcessing
();
Completed in 267 milliseconds