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.h53 kFlagRestrictDownload = (1 << 1), enumerator
/system/update_engine/
Dcommon_service.cc84 << ((flags & UpdateAttemptFlags::kFlagRestrictDownload) ? "yes" in SetUpdateAttemptFlags()
97 bool restrict_downloads = (flags & UpdateAttemptFlags::kFlagRestrictDownload); in AttemptUpdate()
Dupdate_attempter_unittest.cc1325 attempter_.SetUpdateAttemptFlags(UpdateAttemptFlags::kFlagRestrictDownload); in TEST_F()
1330 EXPECT_EQ(UpdateAttemptFlags::kFlagRestrictDownload, in TEST_F()
1349 attempter_.SetUpdateAttemptFlags(UpdateAttemptFlags::kFlagRestrictDownload); in TEST_F()
1364 UpdateAttemptFlags::kFlagRestrictDownload); in TEST_F()
/system/update_engine/update_manager/
Dreal_updater_provider.cc431 if (attempt_flags & UpdateAttemptFlags::kFlagRestrictDownload) { in GetValue()
Dreal_updater_provider_unittest.cc435 .WillRepeatedly(Return(UpdateAttemptFlags::kFlagRestrictDownload | in TEST_F()