Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Domaha_response.h55 bool can_exclude = false; member
H A Domaha_request_action.cc599 bool can_exclude, in ParsePackage() argument
630 out_package.can_exclude = can_exclude; in ParsePackage()
683 if (!package_it->can_exclude) { in ProcessExclusions()
837 bool can_exclude = !params->is_install() && params->IsDlcAppId(app.id); in ParseResponse() local
838 if (!ParsePackage(&app, output_object, can_exclude, completer)) in ParseResponse()
H A Dpayload_state_unittest.cc1643 .can_exclude = false}); in TEST_F()
1664 .can_exclude = true}); in TEST_F()
1687 .can_exclude = false}); in TEST_F()
1695 .can_exclude = true}); in TEST_F()
1730 .can_exclude = true}); in TEST_F()
H A Domaha_request_action_unittest.cc3168 EXPECT_FALSE(packages[0].can_exclude); in TEST_F()
3169 EXPECT_TRUE(packages[1].can_exclude); in TEST_F()
3185 EXPECT_FALSE(packages[0].can_exclude); in TEST_F()
3186 EXPECT_FALSE(packages[1].can_exclude); in TEST_F()
H A Dpayload_state.cc521 if (!package.can_exclude) { in ExcludeCurrentPayload()