Home
last modified time | relevance | path

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

12

/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;
Dmock_libcurl_http_fetcher.h29 HardwareInterface* hardware) in MockLibcurlHttpFetcher()
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_;
Ddaemon_state_android.h60 std::unique_ptr<HardwareInterface> hardware_;
Dupdate_attempter_android.h60 HardwareInterface* hardware_);
206 HardwareInterface* hardware_;
Dlibcurl_http_fetcher.h86 HardwareInterface* hardware);
244 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.cc151 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); in ApplyUpdatePayload()
Dhardware_chromeos.cc114 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
Dlibcurl_http_fetcher.cc97 HardwareInterface* hardware) in LibcurlHttpFetcher()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h43 HardwareInterface* hardware) in PostinstallRunnerAction()
127 HardwareInterface* hardware_;
Ddownload_action.h78 HardwareInterface* hardware,
147 HardwareInterface* hardware_;
Ddelta_performer.h46 class HardwareInterface; variable
70 HardwareInterface* hardware, in DeltaPerformer()
318 HardwareInterface* hardware_;
Ddownload_action.cc44 HardwareInterface* hardware, in DownloadAction()

12