Home
last modified time | relevance | path

Searched refs:cfu_params_ (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc351 CheckForUpdateTestParams cfu_params_; member in chromeos_update_engine::UpdateAttempterTest
365 attempter_.status_ = cfu_params_.status; in TestCheckForUpdate()
367 cfu_params_.is_official_build); in TestCheckForUpdate()
369 cfu_params_.are_dev_features_enabled); in TestCheckForUpdate()
373 cfu_params_.expected_result, in TestCheckForUpdate()
375 cfu_params_.app_version, cfu_params_.omaha_url, cfu_params_.flags)); in TestCheckForUpdate()
378 EXPECT_EQ(cfu_params_.expected_forced_app_version, in TestCheckForUpdate()
380 EXPECT_EQ(cfu_params_.expected_forced_omaha_url, in TestCheckForUpdate()
382 EXPECT_EQ(cfu_params_.should_schedule_updates_be_called, in TestCheckForUpdate()
1485 cfu_params_.status = status; in TEST_F()
[all …]