Home
last modified time | relevance | path

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

/system/update_engine/client_library/include/update_engine/
Dupdate_status.h44 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.cc58 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdateWithFlags()
Dcommon_service.cc94 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate()
Dupdate_attempter.cc765 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in CheckForUpdate()
Dupdate_attempter_unittest.cc1136 UpdateAttemptFlags::kFlagNonInteractive | in TEST_F()
/system/update_engine/client_library/
Dclient_dbus.cc54 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdate()
Dclient_binder.cc56 at_user_request ? 0 : UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdate()
/system/update_engine/update_manager/
Dreal_updater_provider_unittest.cc437 UpdateAttemptFlags::kFlagNonInteractive)); in TEST_F()