HomeSort by relevance Sort by last modified time
    Searched defs:Unpause (Results 1 - 3 of 3) sorted by null

  /system/update_engine/common/
mock_http_fetcher.cc 133 void MockHttpFetcher::Unpause() {
134 CHECK(paused_) << "You must pause before unpause.";
libcurl_http_fetcher.cc 304 // If we are paused, we delay these two operations until Unpause is called.
506 void LibcurlHttpFetcher::Unpause() {
http_fetcher_unittest.cc 529 void Unpause() {
532 fetcher_->Unpause();
541 delegate->Unpause();
591 fetcher->Unpause();
    [all...]

Completed in 421 milliseconds