Home
last modified time | relevance | path

Searched refs:UpdateProgress (Results 1 – 9 of 9) sorted by relevance

/system/gsid/
Dpartition_installer.cpp108 service_->UpdateProgress(IGsiService::STATUS_NO_OPERATION, 0); in StartInstall()
171 service_->UpdateProgress(IGsiService::STATUS_COMPLETE, 0); in Preallocate()
177 service_->UpdateProgress(IGsiService::STATUS_WORKING, bytes); in CreateImage()
226 service_->UpdateProgress(IGsiService::STATUS_WORKING, size_ - remaining); in CommitGsiChunk()
230 service_->UpdateProgress(IGsiService::STATUS_COMPLETE, size_); in CommitGsiChunk()
Dgsi_service.h74 void UpdateProgress(int status, int64_t bytes_processed);
Dgsi_tool.cpp112 if (!UpdateProgress()) { in Worker()
119 bool UpdateProgress() { in UpdateProgress() function in ProgressBar
Dgsi_service.cpp208 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress() function in android::gsi::GsiService
/system/core/adb/client/
Dbugreport.h45 virtual void UpdateProgress(const std::string& file_name, int progress_percentage);
Dbugreport.cpp160 br_->UpdateProgress(line_message_, progress_percentage); in ProcessLine()
274 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) { in UpdateProgress() function in Bugreport
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc81 UpdateProgress(1.0); in Cleanup()
85 void FilesystemVerifierAction::UpdateProgress(double progress) { in UpdateProgress() function in chromeos_update_engine::FilesystemVerifierAction
231 UpdateProgress( in OnReadDoneCallback()
Dfilesystem_verifier_action.h108 void UpdateProgress(double progress);
/system/core/adb/
Dbugreport_test.cpp125 MOCK_METHOD2(UpdateProgress, void(const std::string&, int));
144 EXPECT_CALL(br_, UpdateProgress(StrEq("generating " + file), progress_percentage)); in ExpectProgress()