/system/update_engine/ |
D | daemon_state_android.cc | 37 hardware_ = hardware::CreateHardware(); in Initialize() 38 if (!hardware_) { in Initialize() 43 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize() 44 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; in Initialize() 50 if (!hardware_->GetNonVolatileDirectory(&non_volatile_path)) { in Initialize() 68 this, prefs_.get(), boot_control_.get(), hardware_.get())); in Initialize()
|
D | real_system_state.cc | 65 hardware_ = hardware::CreateHardware(); in Initialize() 66 if (!hardware_) { in Initialize() 71 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize() 72 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; in Initialize() 83 if (!hardware_->GetNonVolatileDirectory(&non_volatile_path)) { in Initialize() 95 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) { in Initialize()
|
D | fake_system_state.h | 68 inline HardwareInterface* hardware() override { return hardware_; } in hardware() 126 hardware_ = hardware ? hardware : &fake_hardware_; in set_hardware() 190 CHECK(hardware_ == &fake_hardware_); in fake_hardware() 255 HardwareInterface* hardware_; variable
|
D | update_attempter_android.h | 54 HardwareInterface* hardware_); 130 HardwareInterface* hardware_; variable
|
D | real_system_state.h | 92 inline HardwareInterface* hardware() override { return hardware_.get(); } in hardware() 155 std::unique_ptr<HardwareInterface> hardware_; variable
|
D | update_attempter_android.cc | 87 hardware_(hardware), in UpdateAttempterAndroid() 163 install_plan_.hash_checks_mandatory = hardware_->IsOfficialBuild(); in ApplyPayload() 445 new LibcurlHttpFetcher(&proxy_resolver_, hardware_); in BuildUpdateActions() 453 hardware_, in BuildUpdateActions() 461 new PostinstallRunnerAction(boot_control_, hardware_)); in BuildUpdateActions()
|
D | fake_system_state.cc | 29 hardware_(&fake_hardware_), in FakeSystemState()
|
D | daemon_state_android.h | 60 std::unique_ptr<HardwareInterface> hardware_; variable
|
D | libcurl_http_fetcher.cc | 49 : HttpFetcher(proxy_resolver), hardware_(hardware) { in LibcurlHttpFetcher() 52 if (!hardware_->IsOfficialBuild()) in LibcurlHttpFetcher() 54 if (!hardware_->IsOOBEComplete(nullptr)) in LibcurlHttpFetcher() 209 if (hardware_->IsOfficialBuild()) { in ResumeTransfer()
|
D | libcurl_http_fetcher.h | 181 HardwareInterface* hardware_; variable
|
/system/update_engine/update_manager/ |
D | real_system_provider.cc | 41 hardware_->IsNormalBootMode())); in Init() 45 hardware_->IsOfficialBuild())); in Init() 51 base::Unretained(hardware_), nullptr))); in Init()
|
D | real_config_provider.h | 34 : hardware_(hardware) {} in RealConfigProvider() 55 chromeos_update_engine::HardwareInterface* hardware_; variable
|
D | real_system_provider.h | 35 : hardware_(hardware), boot_control_(boot_control) {} in RealSystemProvider() 62 chromeos_update_engine::HardwareInterface* hardware_; variable
|
D | real_config_provider.cc | 43 if (hardware_->IsNormalBootMode()) { in Init()
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.h | 42 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction() 128 HardwareInterface* hardware_; variable
|
D | delta_performer.h | 84 hardware_(hardware), in DeltaPerformer() 303 HardwareInterface* hardware_; variable
|
D | download_action.cc | 48 hardware_(hardware), in DownloadAction() 189 prefs_, boot_control_, hardware_, delegate_, &install_plan_)); in PerformAction()
|
D | download_action.h | 140 HardwareInterface* hardware_; variable
|
D | postinstall_runner_action.cc | 59 if (hardware_->SchedulePowerwash()) { in PerformAction() 336 hardware_->CancelPowerwash(); in CompletePostinstall()
|
D | delta_performer.cc | 1343 if (hardware_->IsOfficialBuild() || in GetPublicKeyFromResponse()
|