/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 48 SystemState* system_state) in UpdaterVariableBase() argument 49 : Variable<T>(name, mode), system_state_(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() argument 63 is_success_ = system_state->update_attempter()->GetStatus( in GetStatusHelper() 89 LastCheckedTimeVariable(const string& name, SystemState* system_state) in LastCheckedTimeVariable() argument 90 : UpdaterVariableBase<Time>(name, kVariableModePoll, system_state) {} in LastCheckedTimeVariable() 94 GetStatusHelper raw(system_state(), errmsg); in GetValue() 108 ProgressVariable(const string& name, SystemState* system_state) in ProgressVariable() argument 109 : UpdaterVariableBase<double>(name, kVariableModePoll, system_state) {} in ProgressVariable() [all …]
|
D | state_factory.cc | 51 chromeos_update_engine::SystemState* system_state) { in DefaultStateFactory() argument 52 chromeos_update_engine::ClockInterface* const clock = system_state->clock(); in DefaultStateFactory() 54 new RealConfigProvider(system_state->hardware())); in DefaultStateFactory() 75 system_state->hardware(), system_state->boot_control(), libcros_proxy)); in DefaultStateFactory() 78 new RealUpdaterProvider(system_state)); in DefaultStateFactory()
|
D | state_factory.h | 39 chromeos_update_engine::SystemState* system_state);
|
/system/update_engine/ |
D | metrics.cc | 117 void ReportDailyMetrics(SystemState *system_state, in ReportDailyMetrics() argument 122 system_state->metrics_lib()->SendToUMA( in ReportDailyMetrics() 130 void ReportUpdateCheckMetrics(SystemState *system_state, in ReportUpdateCheckMetrics() argument 143 system_state->metrics_lib()->SendEnumToUMA(metric, value, max_value); in ReportUpdateCheckMetrics() 150 system_state->metrics_lib()->SendEnumToUMA(metric, value, max_value); in ReportUpdateCheckMetrics() 156 system_state->metrics_lib()->SendSparseToUMA(metric, value); in ReportUpdateCheckMetrics() 161 system_state, in ReportUpdateCheckMetrics() 167 system_state->metrics_lib()->SendToUMA( in ReportUpdateCheckMetrics() 177 if (metrics_utils::MonotonicDurationHelper(system_state, in ReportUpdateCheckMetrics() 183 system_state->metrics_lib()->SendToUMA( in ReportUpdateCheckMetrics() [all …]
|
D | image_properties_android.cc | 75 ImageProperties LoadImageProperties(SystemState* system_state) { in LoadImageProperties() argument 116 std::to_string(system_state->boot_control()->GetCurrentSlot()); in LoadImageProperties() 118 if (!system_state->prefs()->Exists(current_channel_key) || in LoadImageProperties() 119 !system_state->prefs()->GetString(current_channel_key, ¤t_channel)) in LoadImageProperties() 129 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) { in LoadMutableImageProperties() argument 131 PrefsInterface* const prefs = system_state->prefs(); in LoadMutableImageProperties() 141 bool StoreMutableImageProperties(SystemState* system_state, in StoreMutableImageProperties() argument 143 PrefsInterface* const prefs = system_state->prefs(); in StoreMutableImageProperties()
|
D | metrics.h | 190 void ReportRollbackMetrics(SystemState *system_state, 197 void ReportDailyMetrics(SystemState *system_state, 223 void ReportUpdateCheckMetrics(SystemState *system_state, 257 SystemState *system_state, 274 void ReportAbnormallyTerminatedUpdateAttemptMetrics(SystemState *system_state); 297 SystemState *system_state, 313 void ReportCertificateCheckMetrics(SystemState* system_state,
|
D | image_properties.h | 77 ImageProperties LoadImageProperties(SystemState* system_state); 81 MutableImageProperties LoadMutableImageProperties(SystemState* system_state); 85 bool StoreMutableImageProperties(SystemState* system_state,
|
D | image_properties_chromeos.cc | 88 ImageProperties LoadImageProperties(SystemState* system_state) { in LoadImageProperties() argument 99 HardwareInterface* const hardware = system_state->hardware(); in LoadImageProperties() 124 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) { in LoadMutableImageProperties() argument 137 bool StoreMutableImageProperties(SystemState* system_state, in StoreMutableImageProperties() argument
|
D | metrics_utils.h | 51 bool WallclockDurationHelper(SystemState* system_state, 64 bool MonotonicDurationHelper(SystemState* system_state,
|
D | connection_manager.cc | 43 SystemState* system_state) { in CreateConnectionManager() argument 45 new ConnectionManager(new ShillProxy(), system_state)); in CreateConnectionManager() 50 SystemState* system_state) in ConnectionManager() argument 51 : shill_proxy_(shill_proxy), system_state_(system_state) {} in ConnectionManager()
|
D | metrics_utils.cc | 268 bool WallclockDurationHelper(SystemState* system_state, in WallclockDurationHelper() argument 273 Time now = system_state->clock()->GetWallclockTime(); in WallclockDurationHelper() 275 if (system_state->prefs()->GetInt64(state_variable_key, &stored_value)) { in WallclockDurationHelper() 286 if (!system_state->prefs()->SetInt64(state_variable_key, in WallclockDurationHelper() 294 bool MonotonicDurationHelper(SystemState* system_state, in MonotonicDurationHelper() argument 299 Time now = system_state->clock()->GetMonotonicTime(); in MonotonicDurationHelper()
|
D | omaha_response_handler_action.cc | 40 SystemState* system_state) in OmahaResponseHandlerAction() argument 41 : OmahaResponseHandlerAction(system_state, in OmahaResponseHandlerAction() 45 SystemState* system_state, const string& deadline_file) in OmahaResponseHandlerAction() argument 46 : system_state_(system_state), in OmahaResponseHandlerAction()
|
D | omaha_request_action.h | 148 OmahaRequestAction(SystemState* system_state, 196 static int GetInstallDate(SystemState* system_state); 207 static bool HasInstallDate(SystemState *system_state); 212 static bool PersistInstallDate(SystemState *system_state,
|
D | dbus_service.cc | 29 DBusUpdateEngineService::DBusUpdateEngineService(SystemState* system_state) in DBusUpdateEngineService() argument 30 : common_(new UpdateEngineService{system_state}) { in DBusUpdateEngineService() 156 UpdateEngineAdaptor::UpdateEngineAdaptor(SystemState* system_state) in UpdateEngineAdaptor() argument 159 dbus_service_(system_state), in UpdateEngineAdaptor()
|
D | omaha_request_action.cc | 222 SystemState* system_state) { in GetAppXml() argument 225 system_state->prefs()); in GetAppXml() 260 app_cohort_args += GetCohortArgXml(system_state->prefs(), in GetAppXml() 262 app_cohort_args += GetCohortArgXml(system_state->prefs(), in GetAppXml() 264 app_cohort_args += GetCohortArgXml(system_state->prefs(), in GetAppXml() 320 SystemState* system_state) { in GetRequestXml() argument 332 system_state); in GetRequestXml() 344 system_state); in GetRequestXml() 570 SystemState* system_state, in OmahaRequestAction() argument 574 : system_state_(system_state), in OmahaRequestAction() [all …]
|
D | omaha_response_handler_action.h | 45 explicit OmahaResponseHandlerAction(SystemState* system_state); 86 OmahaResponseHandlerAction(SystemState* system_state,
|
D | mock_omaha_request_params.h | 30 explicit MockOmahaRequestParams(SystemState* system_state) in MockOmahaRequestParams() argument 31 : OmahaRequestParams(system_state) { in MockOmahaRequestParams()
|
D | omaha_request_params.h | 46 explicit OmahaRequestParams(SystemState* system_state) in OmahaRequestParams() argument 47 : system_state_(system_state), in OmahaRequestParams() 57 OmahaRequestParams(SystemState* system_state, in OmahaRequestParams() argument 73 : system_state_(system_state), in OmahaRequestParams()
|
D | connection_manager_android.cc | 23 SystemState* system_state) { in CreateConnectionManager() argument
|
D | connection_manager_interface.h | 59 SystemState* system_state);
|
D | dbus_service.h | 39 explicit DBusUpdateEngineService(SystemState* system_state); 157 UpdateEngineAdaptor(SystemState* system_state);
|
D | binder_service_brillo.h | 40 explicit BinderUpdateEngineBrilloService(SystemState* system_state) in BinderUpdateEngineBrilloService() argument 41 : common_(new UpdateEngineService(system_state)) {} in BinderUpdateEngineBrilloService()
|
D | connection_manager.h | 38 SystemState* system_state);
|
D | mock_payload_state.h | 31 bool Initialize(SystemState* system_state) { in Initialize() argument
|
D | common_service.h | 44 explicit UpdateEngineService(SystemState* system_state);
|