HomeSort by relevance Sort by last modified time
    Searched refs:OnReadErrorCallback (Results 1 - 4 of 4) sorted by null

  /system/update_engine/payload_consumer/
filesystem_verifier_action.h 76 // fails, calling OnReadDoneCallback() and OnReadErrorCallback() respectively.
78 void OnReadErrorCallback(const brillo::Error* error);
filesystem_verifier_action.cc 146 base::Bind(&FilesystemVerifierAction::OnReadErrorCallback,
185 void FilesystemVerifierAction::OnReadErrorCallback(
  /system/update_engine/common/
file_fetcher.cc 122 base::Bind(&FileFetcher::OnReadErrorCallback, base::Unretained(this)),
147 void FileFetcher::OnReadErrorCallback(const brillo::Error* error) {
file_fetcher.h 86 // fails, calling OnReadDoneCallback() and OnReadErrorCallback() respectively.
88 void OnReadErrorCallback(const brillo::Error* error);

Completed in 188 milliseconds