OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Unpause
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
file_fetcher.cc
162
void FileFetcher::
Unpause
() {
mock_http_fetcher.cc
133
void MockHttpFetcher::
Unpause
() {
134
CHECK(paused_) << "You must pause before
unpause
.";
http_fetcher_unittest.cc
576
void
Unpause
() {
579
fetcher_->
Unpause
();
588
delegate->
Unpause
();
638
fetcher->
Unpause
();
[
all
...]
/system/update_engine/
libcurl_http_fetcher.cc
304
// If we are paused, we delay these two operations until
Unpause
is called.
506
void LibcurlHttpFetcher::
Unpause
() {
Completed in 74 milliseconds