Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc48 SystemState* system_state) in UpdaterVariableBase()
53 inline SystemState* system_state() const { return system_state_; } in system_state() function in chromeos_update_manager::UpdaterVariableBase
62 GetStatusHelper(SystemState* system_state, string* errmsg) { in GetStatusHelper()
89 LastCheckedTimeVariable(const string& name, SystemState* system_state) in LastCheckedTimeVariable()
108 ProgressVariable(const string& name, SystemState* system_state) in ProgressVariable()
134 StageVariable(const string& name, SystemState* system_state) in StageVariable()
183 NewVersionVariable(const string& name, SystemState* system_state) in NewVersionVariable()
201 PayloadSizeVariable(const string& name, SystemState* system_state) in PayloadSizeVariable()
231 UpdateCompletedTimeVariable(const string& name, SystemState* system_state) in UpdateCompletedTimeVariable()
261 CurrChannelVariable(const string& name, SystemState* system_state) in CurrChannelVariable()
[all …]
Dstate_factory.cc51 chromeos_update_engine::SystemState* system_state) { in DefaultStateFactory()
/system/update_engine/
Dmetrics.cc117 void ReportDailyMetrics(SystemState *system_state, in ReportDailyMetrics()
130 void ReportUpdateCheckMetrics(SystemState *system_state, in ReportUpdateCheckMetrics()
193 SystemState *system_state) { in ReportAbnormallyTerminatedUpdateAttemptMetrics()
207 SystemState *system_state, in ReportUpdateAttemptMetrics()
362 SystemState *system_state, in ReportSuccessfulUpdateMetrics()
489 void ReportRollbackMetrics(SystemState *system_state, in ReportRollbackMetrics()
503 void ReportCertificateCheckMetrics(SystemState* system_state, in ReportCertificateCheckMetrics()
Domaha_response_handler_action.cc39 SystemState* system_state) in OmahaResponseHandlerAction()
44 SystemState* system_state, const string& deadline_file) in OmahaResponseHandlerAction()
Dimage_properties_android.cc65 ImageProperties LoadImageProperties(SystemState* system_state) { in LoadImageProperties()
105 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) { in LoadMutableImageProperties()
117 bool StoreMutableImageProperties(SystemState* system_state, in StoreMutableImageProperties()
Dimage_properties_chromeos.cc88 ImageProperties LoadImageProperties(SystemState* system_state) { in LoadImageProperties()
124 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) { in LoadMutableImageProperties()
137 bool StoreMutableImageProperties(SystemState* system_state, in StoreMutableImageProperties()
Dmock_payload_state.h31 bool Initialize(SystemState* system_state) { in Initialize()
Dmetrics_utils.cc266 bool WallclockDurationHelper(SystemState* system_state, in WallclockDurationHelper()
292 bool MonotonicDurationHelper(SystemState* system_state, in MonotonicDurationHelper()
Dconnection_manager.cc43 SystemState* system_state) { in CreateConnectionManager()
50 SystemState* system_state) in ConnectionManager()
Dbinder_service_brillo.h40 explicit BinderUpdateEngineBrilloService(SystemState* system_state) in BinderUpdateEngineBrilloService()
Dconnection_manager_android.cc23 SystemState* system_state) { in CreateConnectionManager()
Dmock_omaha_request_params.h30 explicit MockOmahaRequestParams(SystemState* system_state) in MockOmahaRequestParams()
Domaha_request_action.cc216 SystemState* system_state) { in GetAppXml()
307 SystemState* system_state) { in GetRequestXml()
521 SystemState* system_state, in OmahaRequestAction()
583 int OmahaRequestAction::GetInstallDate(SystemState* system_state) { in GetInstallDate()
1380 bool OmahaRequestAction::HasInstallDate(SystemState *system_state) { in HasInstallDate()
1390 SystemState *system_state, in PersistInstallDate()
Ddbus_service.cc29 DBusUpdateEngineService::DBusUpdateEngineService(SystemState* system_state) in DBusUpdateEngineService()
156 UpdateEngineAdaptor::UpdateEngineAdaptor(SystemState* system_state) in UpdateEngineAdaptor()
Domaha_request_params.h46 explicit OmahaRequestParams(SystemState* system_state) in OmahaRequestParams()
57 OmahaRequestParams(SystemState* system_state, in OmahaRequestParams()
Dcommon_service.cc68 UpdateEngineService::UpdateEngineService(SystemState* system_state) in UpdateEngineService()
Dupdate_attempter.cc122 UpdateAttempter::UpdateAttempter(SystemState* system_state, in UpdateAttempter()
Dpayload_state.cc72 bool PayloadState::Initialize(SystemState* system_state) { in Initialize()
Dupdate_attempter_unittest.cc84 UpdateAttempterUnderTest(SystemState* system_state, in UpdateAttempterUnderTest()
/system/update_engine/payload_consumer/
Ddownload_action.cc45 SystemState* system_state, in DownloadAction()