Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc2045 auto dlc_1 = "dlc_1", dlc_2 = "dlc_2"; in TEST_F() local
2047 {dlc_2, {.name = dlc_2}}}; in TEST_F()
2051 pd_params_.args_to_update_completed = {dlc_2}; in TEST_F()
2075 auto dlc_1 = "dlc_1", dlc_2 = "dlc_2"; in TEST_F() local
2077 {dlc_2, {.name = dlc_2}}}; in TEST_F()
2081 pd_params_.args_to_install_completed = {dlc_2}; in TEST_F()
2563 auto dlc_1 = "1", dlc_2 = "2", dlc_3 = "3"; in TEST_F() local
2566 {dlc_2, {.name = dlc_2}}, in TEST_F()
2568 EXPECT_THAT(attempter_.GetSuccessfulDlcIds(), ElementsAre(dlc_2)); in TEST_F()