Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter_unittest.cc1984 auto dlc_1 = "dlc_1", dlc_2 = "dlc_2"; in TEST_F() local
1986 {dlc_2, {.name = dlc_2}}}; in TEST_F()
1990 pd_params_.args_to_update_completed = {dlc_2}; in TEST_F()
2014 auto dlc_1 = "dlc_1", dlc_2 = "dlc_2"; in TEST_F() local
2016 {dlc_2, {.name = dlc_2}}}; in TEST_F()
2020 pd_params_.args_to_install_completed = {dlc_2}; in TEST_F()
2441 auto dlc_1 = "1", dlc_2 = "2", dlc_3 = "3"; in TEST_F() local
2444 {dlc_2, {.name = dlc_2}}, in TEST_F()
2446 EXPECT_THAT(attempter_.GetSuccessfulDlcIds(), ElementsAre(dlc_2)); in TEST_F()