Home
last modified time | relevance | path

Searched refs:OnReadErrorCallback (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dfile_fetcher.cc131 base::Bind(&FileFetcher::OnReadErrorCallback, base::Unretained(this)), in ScheduleRead()
157 void FileFetcher::OnReadErrorCallback(const brillo::Error* error) { in OnReadErrorCallback() function in chromeos_update_engine::FileFetcher
Dfile_fetcher.h94 void OnReadErrorCallback(const brillo::Error* error);
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h96 void OnReadErrorCallback(const brillo::Error* error);
Dfilesystem_verifier_action.cc198 base::Bind(&FilesystemVerifierAction::OnReadErrorCallback, in ScheduleRead()
252 void FilesystemVerifierAction::OnReadErrorCallback(const brillo::Error* error) { in OnReadErrorCallback() function in chromeos_update_engine::FilesystemVerifierAction