Home | History | Annotate | Download | only in update_engine

Lines Matching full:interactive

257                              bool interactive) {
264 // Notify of the new update attempt, clearing prior interactive requests.
294 interactive)) {
298 BuildUpdateActions(interactive);
332 void UpdateAttempter::CalculateP2PParams(bool interactive) {
336 // Never use p2p for downloading in interactive checks unless the
348 // Allow p2p for sharing, even in interactive checks.
350 if (!interactive) {
351 LOG(INFO) << "Non-interactive check - allowing p2p for downloading";
355 << "since this update attempt is interactive.";
370 bool interactive) {
381 CalculateScatteringParams(interactive);
383 CalculateP2PParams(interactive);
398 interactive)) {
464 void UpdateAttempter::CalculateScatteringParams(bool interactive) {
480 } else if (interactive) {
481 LOG(INFO) << "Scattering disabled as this is an interactive update check";
596 void UpdateAttempter::BuildUpdateActions(bool interactive) {
604 // Try harder to connect to the network, esp when not interactive.
606 update_check_fetcher->set_no_network_max_retries(interactive ? 1 : 3);
791 bool interactive) {
808 interactive
817 forced_update_pending_callback_->Run(true, interactive);
887 << (params.is_interactive ? "interactive" : "periodic")
1097 "" /* app_version */, "" /* omaha_url */, true /* interactive */);