OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unpause
(Results
1 - 10
of
10
) sorted by null
/system/update_engine/common/
multi_range_http_fetcher.h
90
void
Unpause
() override { base_fetcher_->
Unpause
(); }
file_fetcher.h
66
void
Unpause
() override;
mock_http_fetcher.h
37
// and
Unpause
. For the other chunks of data, a callback is put on the run
98
void
Unpause
() override;
file_fetcher.cc
162
void FileFetcher::
Unpause
() {
http_fetcher.h
109
// Used to
unpause
an HttpFetcher and let the bytes stream in again.
111
//
Unpause
() returns
112
virtual void
Unpause
() = 0;
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.h
68
void
Unpause
() override;
208
// Whether we should restart the transfer once
Unpause
() is called. This can
libcurl_http_fetcher.cc
304
// If we are paused, we delay these two operations until
Unpause
is called.
506
void LibcurlHttpFetcher::
Unpause
() {
/system/update_engine/payload_consumer/
download_action.cc
240
http_fetcher_->
Unpause
();
Completed in 411 milliseconds