HomeSort by relevance Sort by last modified time
    Searched refs:omaha_request_params_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter.cc 151 omaha_request_params_ = system_state_->request_params();
373 omaha_request_params_->set_target_version_prefix(target_version_prefix);
390 if (!omaha_request_params_->Init(app_version,
405 if (!omaha_request_params_->SetTargetChannel(target_channel, false,
415 omaha_request_params_->UpdateDownloadChannel();
419 << omaha_request_params_->target_version_prefix()
424 << omaha_request_params_->wall_clock_based_wait_enabled()
426 << omaha_request_params_->update_check_count_wait_enabled()
428 omaha_request_params_->waiting_period().InSeconds());
488 // (omaha_request_params_->waiting_period will be zero in this case)
    [all...]
update_attempter_unittest.cc 294 attempter_.omaha_request_params_->set_delta_okay(true);
298 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay());
304 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay());
310 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay());
313 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay());
795 attempter_.omaha_request_params_->update_check_count_wait_enabled());
    [all...]
update_attempter.h 365 // on the |omaha_request_params_| object.
444 OmahaRequestParams* omaha_request_params_ = nullptr; member in class:chromeos_update_engine::UpdateAttempter

Completed in 367 milliseconds