Home
last modified time | relevance | path

Searched refs:progress_ (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dparcelable_update_engine_status_unittest.cc51 EXPECT_EQ(ue_status.progress, parcelable_status.progress_); in TEST()
87 EXPECT_EQ(source_status.progress_, target_status.progress_); in TEST()
Dparcelable_update_engine_status.cc32 progress_(status.progress), in ParcelableUpdateEngineStatus()
52 status = parcel->writeDouble(progress_); in writeToParcel()
93 status = parcel->readDouble(&progress_); in readFromParcel()
Dsideload_main.cc91 if (status_ != status || fabs(progress - progress_) > 0.005) { in SendStatusUpdate()
94 progress_ = progress; in SendStatusUpdate()
130 double progress_{-1.}; member in chromeos_update_engine::__anone72923c00111::SideloadDaemonState
Dparcelable_update_engine_status.h47 double progress_; variable
/system/gsid/
Dgsi_service.cpp79 progress_ = {}; in GsiService()
150 progress_.step = step; in StartAsyncOperation()
151 progress_.status = STATUS_WORKING; in StartAsyncOperation()
152 progress_.bytes_processed = 0; in StartAsyncOperation()
153 progress_.total_bytes = total_bytes; in StartAsyncOperation()
159 progress_.status = status; in UpdateProgress()
161 progress_.bytes_processed = progress_.total_bytes; in UpdateProgress()
163 progress_.bytes_processed = bytes_processed; in UpdateProgress()
171 *_aidl_return = progress_; in getInstallProgress()
Dgsi_service.h157 GsiProgress progress_; variable
/system/update_engine/client_library/
Dclient_binder.cc78 *out_progress = status.progress_; in GetStatus()
164 status.progress_, in HandleStatusUpdate()