/system/update_engine/update_manager/ |
D | real_shill_provider.h | 40 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>
|
D | fake_shill_provider.h | 32 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_{
|
D | real_system_provider.h | 39 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_;
|
D | state_factory.cc | 50 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()
|
D | default_policy.h | 63 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_;
|
D | real_config_provider.h | 32 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider() 45 chromeos_update_engine::HardwareInterface* hardware_;
|
D | shill_provider.h | 38 virtual Variable<chromeos_update_engine::ConnectionType>* var_conn_type() = 0; 42 virtual Variable<chromeos_update_engine::ConnectionTethering>*
|
D | api_restricted_downloads_policy_impl.h | 37 chromeos_update_engine::ErrorCode* result, 38 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | update_time_restrictions_policy_impl.h | 47 chromeos_update_engine::ErrorCode* result, 48 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | api_restricted_downloads_policy_impl.cc | 19 using chromeos_update_engine::ErrorCode; 31 chromeos_update_engine::InstallPlan* install_plan) const { in UpdateCanBeApplied()
|
D | boxed_value.cc | 34 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()
|
D | interactive_update_policy_impl.h | 44 chromeos_update_engine::ErrorCode* result, 45 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | real_time_provider.h | 32 explicit RealTimeProvider(chromeos_update_engine::ClockInterface* clock) in RealTimeProvider() 48 chromeos_update_engine::ClockInterface* const clock_;
|
D | staging_utils.cc | 33 using chromeos_update_engine::kPrefsWallClockStagingWaitPeriod; 34 using chromeos_update_engine::PrefsInterface; 35 using chromeos_update_engine::SystemState;
|
D | real_updater_provider.cc | 38 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()
|
D | default_policy.cc | 19 using chromeos_update_engine::ErrorCode; 20 using chromeos_update_engine::InstallPlan; 34 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock) in DefaultPolicy()
|
D | evaluation_context.h | 69 chromeos_update_engine::ClockInterface* clock, 73 EvaluationContext(chromeos_update_engine::ClockInterface* clock, in EvaluationContext() 178 chromeos_update_engine::ClockInterface* const clock_;
|
D | real_updater_provider_unittest.cc | 35 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/ |
D | omaha_request_action_fuzzer.cc | 34 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()
|
D | testrunner.cc | 36 chromeos_update_engine::XzCompressInit(); in main() 42 chromeos_update_engine::Terminator::Init(2); in main()
|
D | main.cc | 42 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()
|
D | sideload_main.cc | 46 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/ |
D | action_pipe_unittest.cc | 25 namespace chromeos_update_engine { namespace 27 using chromeos_update_engine::ActionPipe;
|
D | action_unittest.cc | 28 namespace chromeos_update_engine { namespace 30 using chromeos_update_engine::ActionPipe;
|
/system/update_engine/payload_generator/ |
D | blob_file_writer_unittest.cc | 26 using chromeos_update_engine::test_utils::FillWithData; 29 namespace chromeos_update_engine { namespace
|