Home
last modified time | relevance | path

Searched refs:chromeos_update_engine (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/system/update_engine/update_manager/
Dreal_shill_provider.h40 RealShillProvider(chromeos_update_engine::ShillProxyInterface* shill_proxy, in RealShillProvider()
41 chromeos_update_engine::ClockInterface* clock) in RealShillProvider()
51 Variable<chromeos_update_engine::ConnectionType>* var_conn_type() override { in var_conn_type()
55 Variable<chromeos_update_engine::ConnectionTethering>* var_conn_tethering() in var_conn_tethering()
82 std::unique_ptr<chromeos_update_engine::ShillProxyInterface> shill_proxy_;
85 chromeos_update_engine::ClockInterface* const clock_;
89 AsyncCopyVariable<chromeos_update_engine::ConnectionType> var_conn_type_{
91 AsyncCopyVariable<chromeos_update_engine::ConnectionTethering>
Dfake_shill_provider.h32 FakeVariable<chromeos_update_engine::ConnectionType>* var_conn_type() in var_conn_type()
37 FakeVariable<chromeos_update_engine::ConnectionTethering>*
48 FakeVariable<chromeos_update_engine::ConnectionType> var_conn_type_{
50 FakeVariable<chromeos_update_engine::ConnectionTethering> var_conn_tethering_{
Dreal_system_provider.h39 chromeos_update_engine::HardwareInterface* hardware, in RealSystemProvider()
40 chromeos_update_engine::BootControlInterface* boot_control, in RealSystemProvider()
85 chromeos_update_engine::HardwareInterface* const hardware_;
86 chromeos_update_engine::BootControlInterface* const boot_control_;
Dstate_factory.cc50 chromeos_update_engine::SystemState* system_state) { in DefaultStateFactory()
51 chromeos_update_engine::ClockInterface* const clock = system_state->clock(); in DefaultStateFactory()
56 chromeos_update_engine::DBusConnection::Get()->GetDBus(); in DefaultStateFactory()
67 new RealShillProvider(new chromeos_update_engine::ShillProxy(), clock)); in DefaultStateFactory()
Ddefault_policy.h63 explicit DefaultPolicy(chromeos_update_engine::ClockInterface* clock);
77 chromeos_update_engine::ErrorCode* result,
78 chromeos_update_engine::InstallPlan* install_plan) const override;
108 chromeos_update_engine::ClockInterface* clock_;
Dreal_config_provider.h32 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider()
45 chromeos_update_engine::HardwareInterface* hardware_;
Dshill_provider.h38 virtual Variable<chromeos_update_engine::ConnectionType>* var_conn_type() = 0;
42 virtual Variable<chromeos_update_engine::ConnectionTethering>*
Dapi_restricted_downloads_policy_impl.h37 chromeos_update_engine::ErrorCode* result,
38 chromeos_update_engine::InstallPlan* install_plan) const override;
Dupdate_time_restrictions_policy_impl.h47 chromeos_update_engine::ErrorCode* result,
48 chromeos_update_engine::InstallPlan* install_plan) const override;
Dapi_restricted_downloads_policy_impl.cc19 using chromeos_update_engine::ErrorCode;
31 chromeos_update_engine::InstallPlan* install_plan) const { in UpdateCanBeApplied()
Dboxed_value.cc34 using chromeos_update_engine::ConnectionTethering;
35 using chromeos_update_engine::ConnectionType;
36 using chromeos_update_engine::connection_utils::StringForConnectionType;
110 return chromeos_update_engine::utils::ToString(*val); in ValuePrinter()
116 return chromeos_update_engine::utils::FormatTimeDelta(*val); in ValuePrinter()
Dinteractive_update_policy_impl.h44 chromeos_update_engine::ErrorCode* result,
45 chromeos_update_engine::InstallPlan* install_plan) const override;
Dreal_time_provider.h32 explicit RealTimeProvider(chromeos_update_engine::ClockInterface* clock) in RealTimeProvider()
48 chromeos_update_engine::ClockInterface* const clock_;
Dstaging_utils.cc33 using chromeos_update_engine::kPrefsWallClockStagingWaitPeriod;
34 using chromeos_update_engine::PrefsInterface;
35 using chromeos_update_engine::SystemState;
Dreal_updater_provider.cc38 using chromeos_update_engine::OmahaRequestParams;
39 using chromeos_update_engine::SystemState;
81 return chromeos_update_engine::UpdateStatusToString( in update_status()
246 chromeos_update_engine::ClockInterface* clock = system_state()->clock(); in GetValue()
305 public chromeos_update_engine::PrefsInterface::ObserverInterface {
308 chromeos_update_engine::PrefsInterface* prefs, in BooleanPrefVariable()
333 chromeos_update_engine::PrefsInterface* prefs_;
461 chromeos_update_engine::kPrefsP2PEnabled, in RealUpdaterProvider()
466 chromeos_update_engine::kPrefsUpdateOverCellularPermission, in RealUpdaterProvider()
Ddefault_policy.cc19 using chromeos_update_engine::ErrorCode;
20 using chromeos_update_engine::InstallPlan;
34 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock) in DefaultPolicy()
Devaluation_context.h69 chromeos_update_engine::ClockInterface* clock,
73 EvaluationContext(chromeos_update_engine::ClockInterface* clock, in EvaluationContext()
178 chromeos_update_engine::ClockInterface* const clock_;
Dreal_updater_provider_unittest.cc35 using chromeos_update_engine::FakeClock;
36 using chromeos_update_engine::FakePrefs;
37 using chromeos_update_engine::FakeSystemState;
38 using chromeos_update_engine::OmahaRequestParams;
368 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false); in TEST_F()
373 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true); in TEST_F()
379 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false); in TEST_F()
381 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true); in TEST_F()
383 fake_prefs_.Delete(chromeos_update_engine::kPrefsP2PEnabled); in TEST_F()
393 chromeos_update_engine::kPrefsUpdateOverCellularPermission, true); in TEST_F()
/system/update_engine/
Domaha_request_action_fuzzer.cc34 chromeos_update_engine::FakeSystemState fake_system_state; in LLVMFuzzerTestOneInput()
36 std::make_unique<chromeos_update_engine::OmahaRequestAction>( in LLVMFuzzerTestOneInput()
39 std::make_unique<chromeos_update_engine::MockHttpFetcher>( in LLVMFuzzerTestOneInput()
43 std::make_unique<chromeos_update_engine::ObjectCollectorAction< in LLVMFuzzerTestOneInput()
44 chromeos_update_engine::OmahaResponse>>(); in LLVMFuzzerTestOneInput()
46 chromeos_update_engine::ActionProcessor action_processor; in LLVMFuzzerTestOneInput()
Dtestrunner.cc36 chromeos_update_engine::XzCompressInit(); in main()
42 chromeos_update_engine::Terminator::Init(2); in main()
Dmain.cc42 namespace chromeos_update_engine { namespace
167 chromeos_update_engine::Terminator::Init(); in main()
177 chromeos_update_engine::SetupLogging(log_to_system, log_to_file); in main()
193 chromeos_update_engine::UpdateEngineDaemon update_engine_daemon; in main()
196 chromeos_update_engine::Subprocess::Get().FlushBufferedLogsAtExit(); in main()
Dsideload_main.cc46 namespace chromeos_update_engine { namespace
197 chromeos_update_engine::Terminator::Init(); in main()
198 chromeos_update_engine::SetupLogging(); in main()
209 if (!chromeos_update_engine::ApplyUpdatePayload( in main()
/system/update_engine/common/
Daction_pipe_unittest.cc25 namespace chromeos_update_engine { namespace
27 using chromeos_update_engine::ActionPipe;
Daction_unittest.cc28 namespace chromeos_update_engine { namespace
30 using chromeos_update_engine::ActionPipe;
/system/update_engine/payload_generator/
Dblob_file_writer_unittest.cc26 using chromeos_update_engine::test_utils::FillWithData;
29 namespace chromeos_update_engine { namespace

12345678910>>...17