Home
last modified time | relevance | path

Searched defs:system_state (Results 1 – 22 of 22) sorted by relevance

/system/update_engine/update_manager/
Dreal_updater_provider.cc53 SystemState* system_state) in UpdaterVariableBase()
58 inline SystemState* system_state() const { return system_state_; } in system_state() function in chromeos_update_manager::UpdaterVariableBase
67 GetStatusHelper(SystemState* system_state, string* errmsg) { in GetStatusHelper()
99 LastCheckedTimeVariable(const string& name, SystemState* system_state) in LastCheckedTimeVariable()
118 ProgressVariable(const string& name, SystemState* system_state) in ProgressVariable()
144 StageVariable(const string& name, SystemState* system_state) in StageVariable()
191 NewVersionVariable(const string& name, SystemState* system_state) in NewVersionVariable()
209 PayloadSizeVariable(const string& name, SystemState* system_state) in PayloadSizeVariable()
233 UpdateCompletedTimeVariable(const string& name, SystemState* system_state) in UpdateCompletedTimeVariable()
263 CurrChannelVariable(const string& name, SystemState* system_state) in CurrChannelVariable()
[all …]
Dstate_factory.cc50 chromeos_update_engine::SystemState* system_state) { in DefaultStateFactory()
/system/update_engine/
Dmock_payload_state.h31 bool Initialize(SystemState* system_state) { return true; } in Initialize()
Dimage_properties_chromeos.cc89 ImageProperties LoadImageProperties(SystemState* system_state) { in LoadImageProperties()
127 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) { in LoadMutableImageProperties()
140 bool StoreMutableImageProperties(SystemState* system_state, in StoreMutableImageProperties()
Dbinder_service_brillo.h40 explicit BinderUpdateEngineBrilloService(SystemState* system_state) in BinderUpdateEngineBrilloService()
Dimage_properties_android.cc171 ImageProperties LoadImageProperties(SystemState* system_state) { in LoadImageProperties()
221 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) { in LoadMutableImageProperties()
231 bool StoreMutableImageProperties(SystemState* system_state, in StoreMutableImageProperties()
Dconnection_manager.cc45 SystemState* system_state) { in CreateConnectionManager()
52 SystemState* system_state) in ConnectionManager()
Dmock_omaha_request_params.h30 explicit MockOmahaRequestParams(SystemState* system_state) in MockOmahaRequestParams()
Dconnection_manager_android.cc25 SystemState* system_state) { in CreateConnectionManager()
Dmetrics_utils.cc286 bool WallclockDurationHelper(SystemState* system_state, in WallclockDurationHelper()
312 bool MonotonicDurationHelper(SystemState* system_state, in MonotonicDurationHelper()
Domaha_response_handler_action.cc45 SystemState* system_state) in OmahaResponseHandlerAction()
Dmetrics_reporter_stub.h44 SystemState* system_state, in ReportUpdateCheckMetrics()
49 void ReportUpdateAttemptMetrics(SystemState* system_state, in ReportUpdateAttemptMetrics()
Dmetrics_reporter_android.h44 SystemState* system_state, in ReportUpdateCheckMetrics()
Ddbus_service.cc36 DBusUpdateEngineService::DBusUpdateEngineService(SystemState* system_state) in DBusUpdateEngineService()
199 UpdateEngineAdaptor::UpdateEngineAdaptor(SystemState* system_state) in UpdateEngineAdaptor()
Domaha_request_action.cc279 SystemState* system_state) { in GetAppXml()
414 SystemState* system_state) { in GetRequestXml()
692 SystemState* system_state, in OmahaRequestAction()
761 int OmahaRequestAction::GetInstallDate(SystemState* system_state) { in GetInstallDate()
1643 bool OmahaRequestAction::HasInstallDate(SystemState* system_state) { in HasInstallDate()
1653 SystemState* system_state, in PersistInstallDate()
Dmetrics_reporter_omaha.cc163 SystemState* system_state, in ReportUpdateCheckMetrics()
255 SystemState* system_state, in ReportUpdateAttemptMetrics()
Dcommon_service.cc73 UpdateEngineService::UpdateEngineService(SystemState* system_state) in UpdateEngineService()
Domaha_request_params.h47 explicit OmahaRequestParams(SystemState* system_state) in OmahaRequestParams()
Dupdate_attempter.cc120 UpdateAttempter::UpdateAttempter(SystemState* system_state, in UpdateAttempter()
Dpayload_state.cc78 bool PayloadState::Initialize(SystemState* system_state) { in Initialize()
Dupdate_attempter_unittest.cc98 explicit UpdateAttempterUnderTest(SystemState* system_state) in UpdateAttempterUnderTest()
/system/update_engine/payload_consumer/
Ddownload_action.cc45 SystemState* system_state, in DownloadAction()