Home
last modified time | relevance | path

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

/system/update_engine/client_library/include/update_engine/
Dupdate_status.h68 kFlagRestrictDownload = (1 << 1), enumerator
/system/update_engine/cros/
Dcommon_service.cc79 << ((flags & UpdateAttemptFlags::kFlagRestrictDownload) ? "yes" in SetUpdateAttemptFlags()
92 bool restrict_downloads = (flags & UpdateAttemptFlags::kFlagRestrictDownload); in AttemptUpdate()
Dupdate_attempter_unittest.cc1734 attempter_.SetUpdateAttemptFlags(UpdateAttemptFlags::kFlagRestrictDownload); in TEST_F()
1739 EXPECT_EQ(UpdateAttemptFlags::kFlagRestrictDownload, in TEST_F()
1758 attempter_.SetUpdateAttemptFlags(UpdateAttemptFlags::kFlagRestrictDownload); in TEST_F()
1773 UpdateAttemptFlags::kFlagRestrictDownload); in TEST_F()
/system/update_engine/update_manager/
Dreal_updater_provider.cc423 if (attempt_flags & UpdateAttemptFlags::kFlagRestrictDownload) { in GetValue()
Dreal_updater_provider_unittest.cc435 .WillRepeatedly(Return(UpdateAttemptFlags::kFlagRestrictDownload | in TEST_F()