HomeSort by relevance Sort by last modified time
    Searched refs:SystemState (Results 1 - 25 of 45) sorted by null

1 2

  /system/update_engine/
metrics_utils.h 25 class SystemState;
51 bool WallclockDurationHelper(SystemState* system_state,
64 bool MonotonicDurationHelper(SystemState* system_state,
image_properties.h 28 class SystemState;
65 ImageProperties LoadImageProperties(SystemState* system_state);
69 MutableImageProperties LoadMutableImageProperties(SystemState* system_state);
73 bool StoreMutableImageProperties(SystemState* system_state,
connection_manager.h 30 class SystemState;
44 SystemState* system_state);
66 SystemState* system_state_;
omaha_response_handler_action.h 45 explicit OmahaResponseHandlerAction(SystemState* system_state);
71 SystemState* system_state_;
86 OmahaResponseHandlerAction(SystemState* system_state,
metrics.h 28 class SystemState;
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,
system_state.h 42 // SystemState is the root class within the update engine. So we should avoid
63 class SystemState {
66 virtual ~SystemState() {}
image_properties_android.cc 59 ImageProperties LoadImageProperties(SystemState* system_state) {
90 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) {
102 bool StoreMutableImageProperties(SystemState* system_state,
omaha_request_action.h 147 OmahaRequestAction(SystemState* system_state,
195 static int GetInstallDate(SystemState* system_state);
206 static bool HasInstallDate(SystemState *system_state);
211 static bool PersistInstallDate(SystemState *system_state,
304 SystemState* system_state_;
image_properties_chromeos.cc 88 ImageProperties LoadImageProperties(SystemState* system_state) {
122 MutableImageProperties LoadMutableImageProperties(SystemState* system_state) {
135 bool StoreMutableImageProperties(SystemState* system_state,
common_service.h 44 explicit UpdateEngineService(SystemState* system_state);
135 SystemState* system_state_;
dbus_service.h 38 explicit DBusUpdateEngineService(SystemState* system_state);
146 UpdateEngineAdaptor(SystemState* system_state,
mock_omaha_request_params.h 30 explicit MockOmahaRequestParams(SystemState* system_state)
omaha_request_params.h 36 class SystemState;
46 explicit OmahaRequestParams(SystemState* system_state)
57 OmahaRequestParams(SystemState* system_state,
267 SystemState* system_state_;
metrics.cc 117 void ReportDailyMetrics(SystemState *system_state,
130 void ReportUpdateCheckMetrics(SystemState *system_state,
193 SystemState *system_state) {
207 SystemState *system_state,
362 SystemState *system_state,
489 void ReportRollbackMetrics(SystemState *system_state,
503 void ReportCertificateCheckMetrics(SystemState* system_state,
dbus_service.cc 28 DBusUpdateEngineService::DBusUpdateEngineService(SystemState* system_state)
140 UpdateEngineAdaptor::UpdateEngineAdaptor(SystemState* system_state,
omaha_response_handler_action.cc 39 SystemState* system_state)
44 SystemState* system_state, const string& deadline_file)
mock_payload_state.h 31 bool Initialize(SystemState* system_state) {
payload_state.h 32 class SystemState;
49 bool Initialize(SystemState* system_state);
424 SystemState* system_state_;
binder_service_brillo.h 39 explicit BinderUpdateEngineBrilloService(SystemState* system_state)
real_system_state.h 49 class RealSystemState : public SystemState, public DaemonStateInterface {
72 // SystemState overrides.
  /system/update_engine/update_manager/
state_factory.h 37 chromeos_update_engine::SystemState* system_state);
real_updater_provider.cc 37 using chromeos_update_engine::SystemState;
48 SystemState* system_state)
53 inline SystemState* system_state() const { return system_state_; }
56 SystemState* const system_state_;
62 GetStatusHelper(SystemState* system_state, string* errmsg) {
89 LastCheckedTimeVariable(const string& name, SystemState* system_state)
108 ProgressVariable(const string& name, SystemState* system_state)
134 StageVariable(const string& name, SystemState* system_state)
183 NewVersionVariable(const string& name, SystemState* system_state)
201 PayloadSizeVariable(const string& name, SystemState* system_state
    [all...]
real_updater_provider.h 38 chromeos_update_engine::SystemState* system_state);
101 chromeos_update_engine::SystemState* system_state_;
state_factory.cc 41 chromeos_update_engine::SystemState* system_state) {
  /system/update_engine/payload_consumer/
download_action.h 79 SystemState* system_state,
137 // SystemState required pointers.
143 SystemState* system_state_;

Completed in 1092 milliseconds

1 2