Searched refs:HardwareInterface (Results 1 – 19 of 19) sorted by relevance
36 class HardwareInterface {38 virtual ~HardwareInterface() {} in ~HardwareInterface()
47 class HardwareInterface; variable82 virtual HardwareInterface* hardware() = 0;
78 HardwareInterface* hardware,127 HardwareInterface* hardware_;
29 std::unique_ptr<HardwareInterface> CreateHardware();
29 class MockHardware : public HardwareInterface {
33 class FakeHardware : public HardwareInterface {
44 HardwareInterface* hardware);134 HardwareInterface* hardware_;
46 class HardwareInterface; variable70 HardwareInterface* hardware,333 HardwareInterface* hardware_;
85 BootControlInterface* boot_control, HardwareInterface* hardware) in PostinstallRunnerAction()
28 MockLibcurlHttpFetcher(HardwareInterface* hardware) in MockLibcurlHttpFetcher()
85 explicit LibcurlHttpFetcher(HardwareInterface* hardware);239 HardwareInterface* hardware_;
41 HardwareInterface* hardware, in DownloadAction()
96 LibcurlHttpFetcher::LibcurlHttpFetcher(HardwareInterface* hardware) in LibcurlHttpFetcher()
60 std::unique_ptr<HardwareInterface> hardware_;
68 HardwareInterface* hardware_,250 HardwareInterface* hardware_;
33 class HardwareAndroid : public HardwareInterface {
151 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); in ApplyUpdatePayload()
119 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
164 HardwareInterface* hardware, in UpdateAttempterAndroid()