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.h33 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider()
55 chromeos_update_engine::HardwareInterface* hardware_;
Dreal_system_provider.h33 chromeos_update_engine::HardwareInterface* hardware, in RealSystemProvider()
62 chromeos_update_engine::HardwareInterface* hardware_;
Dreal_system_provider.cc50 base::Bind(&chromeos_update_engine::HardwareInterface::IsOOBEComplete, in Init()
/system/update_engine/common/
Dhardware_interface.h32 class HardwareInterface {
34 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.h48 class HardwareInterface; variable
82 virtual HardwareInterface* hardware() = 0;
Dfake_system_state.h68 inline HardwareInterface* hardware() override { return hardware_; } in hardware()
125 inline void set_hardware(HardwareInterface* hardware) { in set_hardware()
255 HardwareInterface* hardware_;
Dupdate_attempter_android.h54 HardwareInterface* hardware_);
130 HardwareInterface* hardware_;
Dreal_system_state.h92 inline HardwareInterface* hardware() override { return hardware_.get(); } in hardware()
155 std::unique_ptr<HardwareInterface> hardware_;
Dlibcurl_http_fetcher.h43 HardwareInterface* hardware);
181 HardwareInterface* hardware_;
Dhardware_android.h31 class HardwareAndroid final : public HardwareInterface {
Dhardware_chromeos.h32 class HardwareChromeOS final : public HardwareInterface {
Ddaemon_state_android.h60 std::unique_ptr<HardwareInterface> hardware_;
Dhardware_android.cc87 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
Dhardware_chromeos.cc66 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
Dimage_properties_chromeos.cc99 HardwareInterface* const hardware = system_state->hardware(); in LoadImageProperties()
Dsideload_main.cc171 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); in ApplyUpdatePayload()
Dupdate_attempter_android.cc83 HardwareInterface* hardware) in UpdateAttempterAndroid()
Dlibcurl_http_fetcher.cc48 HardwareInterface* hardware) in LibcurlHttpFetcher()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h41 HardwareInterface* hardware) in PostinstallRunnerAction()
128 HardwareInterface* hardware_;
Ddownload_action.h78 HardwareInterface* hardware,
140 HardwareInterface* hardware_;
Ddelta_performer.h41 class HardwareInterface; variable
79 HardwareInterface* hardware, in DeltaPerformer()
303 HardwareInterface* hardware_;
Ddownload_action.cc43 HardwareInterface* hardware, in DownloadAction()