Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_config_provider.h32 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider()
45 chromeos_update_engine::HardwareInterface* hardware_;
Dreal_system_provider.h39 chromeos_update_engine::HardwareInterface* hardware, in RealSystemProvider()
85 chromeos_update_engine::HardwareInterface* const hardware_;
Dreal_system_provider.cc106 base::Bind(&chromeos_update_engine::HardwareInterface::IsOOBEComplete, in Init()
/system/update_engine/common/
Dhardware_interface.h34 class HardwareInterface {
36 virtual ~HardwareInterface() {} in ~HardwareInterface()
Dhardware.h29 std::unique_ptr<HardwareInterface> CreateHardware();
Dfake_hardware.h30 class FakeHardware : public HardwareInterface {
Dmock_hardware.h29 class MockHardware : public HardwareInterface {
/system/update_engine/
Dsystem_state.h41 class HardwareInterface; variable
76 virtual HardwareInterface* hardware() = 0;
Dupdate_attempter_android.h56 HardwareInterface* hardware_);
164 HardwareInterface* hardware_;
Dreal_system_state.h94 inline HardwareInterface* hardware() override { return hardware_.get(); } in hardware()
161 std::unique_ptr<HardwareInterface> hardware_;
Dfake_system_state.h68 inline HardwareInterface* hardware() override { return hardware_; } in hardware()
125 inline void set_hardware(HardwareInterface* hardware) { in set_hardware()
260 HardwareInterface* hardware_;
Dlibcurl_http_fetcher.h43 HardwareInterface* hardware);
187 HardwareInterface* hardware_;
Ddaemon_state_android.h60 std::unique_ptr<HardwareInterface> hardware_;
Dhardware_android.h31 class HardwareAndroid final : public HardwareInterface {
Dhardware_chromeos.h34 class HardwareChromeOS final : public HardwareInterface {
Dhardware_android.cc54 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
Dimage_properties_chromeos.cc100 HardwareInterface* const hardware = system_state->hardware(); in LoadImageProperties()
Dsideload_main.cc162 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); in ApplyUpdatePayload()
Dhardware_chromeos.cc86 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
Dlibcurl_http_fetcher.cc99 HardwareInterface* hardware) in LibcurlHttpFetcher()
Dupdate_attempter_android.cc103 HardwareInterface* hardware) in UpdateAttempterAndroid()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h41 HardwareInterface* hardware) in PostinstallRunnerAction()
127 HardwareInterface* hardware_;
Ddownload_action.h78 HardwareInterface* hardware,
146 HardwareInterface* hardware_;
Ddelta_performer.h43 class HardwareInterface; variable
67 HardwareInterface* hardware, in DeltaPerformer()
285 HardwareInterface* hardware_;
Ddownload_action.cc44 HardwareInterface* hardware, in DownloadAction()