Home
last modified time | relevance | path

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

/system/update_engine/client_library/include/update_engine/
Dupdate_status.h66 kFlagNonInteractive = (1 << 0), enumerator
/system/update_engine/
Dcommon_service_unittest.cc62 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kFlagNonInteractive)) in TEST_F()
71 UpdateAttemptFlags::kFlagNonInteractive, in TEST_F()
Ddbus_service.cc80 interactive ? 0 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdateWithFlags()
Dcommon_service.cc92 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate()
Dupdate_attempter_unittest.cc1573 cfu_params_.flags = UpdateAttemptFlags::kFlagNonInteractive; in TEST_F()
1587 cfu_params_.flags = UpdateAttemptFlags::kFlagNonInteractive; in TEST_F()
1604 cfu_params_.flags = UpdateAttemptFlags::kFlagNonInteractive; in TEST_F()
1617 cfu_params_.flags = UpdateAttemptFlags::kFlagNonInteractive; in TEST_F()
1824 UpdateAttemptFlags::kFlagNonInteractive | in TEST_F()
Dupdate_attempter.cc957 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in CheckForUpdate()
/system/update_engine/client_library/
Dclient_dbus.cc84 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdate()
/system/update_engine/update_manager/
Dreal_updater_provider_unittest.cc436 UpdateAttemptFlags::kFlagNonInteractive)); in TEST_F()