Searched refs:omaha_request_params_ (Results 1 – 3 of 3) sorted by relevance
152 omaha_request_params_ = system_state_->request_params(); in Init()379 omaha_request_params_->set_target_version_prefix(target_version_prefix); in CalculateUpdateParams()396 if (!omaha_request_params_->Init(app_version, in CalculateUpdateParams()411 if (!omaha_request_params_->SetTargetChannel(target_channel, false, in CalculateUpdateParams()423 omaha_request_params_->UpdateDownloadChannel(); in CalculateUpdateParams()427 << omaha_request_params_->target_version_prefix() in CalculateUpdateParams()432 << omaha_request_params_->wall_clock_based_wait_enabled() in CalculateUpdateParams()434 << omaha_request_params_->update_check_count_wait_enabled() in CalculateUpdateParams()436 omaha_request_params_->waiting_period().InSeconds()); in CalculateUpdateParams()498 if (omaha_request_params_->waiting_period().InSeconds() == 0) { in CalculateScatteringParams()[all …]
305 attempter_.omaha_request_params_->set_delta_okay(true); in TEST_F()309 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()315 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()321 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()324 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()808 attempter_.omaha_request_params_->update_check_count_wait_enabled()); in DecrementUpdateCheckCountTestStart()863 attempter_.omaha_request_params_->wall_clock_based_wait_enabled()); in NoScatteringDoneDuringManualUpdateTestStart()865 EXPECT_EQ(0, attempter_.omaha_request_params_->waiting_period().InSeconds()); in NoScatteringDoneDuringManualUpdateTestStart()867 attempter_.omaha_request_params_->update_check_count_wait_enabled()); in NoScatteringDoneDuringManualUpdateTestStart()
459 OmahaRequestParams* omaha_request_params_ = nullptr; variable