/system/update_engine/update_manager/ |
D | interactive_update_policy_impl.cc | 30 bool interactive; in UpdateCheckAllowed() local 32 ec, state->updater_provider(), &interactive)) { in UpdateCheckAllowed() 33 result->interactive = interactive; in UpdateCheckAllowed() 35 << (interactive ? "interactive" : "periodic") in UpdateCheckAllowed() 48 bool interactive; in UpdateCanBeApplied() local 50 ec, state->updater_provider(), &interactive)) { in UpdateCanBeApplied() 52 << (interactive ? "interactive" : "periodic") in UpdateCanBeApplied()
|
D | policy.h | 74 bool interactive{false}; 87 bool interactive; member
|
D | default_policy.cc | 47 result->interactive = false; in UpdateCheckAllowed()
|
D | chromeos_policy_unittest.cc | 210 EXPECT_FALSE(result.interactive); in TEST_F() 247 EXPECT_FALSE(result.interactive); in TEST_F() 279 EXPECT_FALSE(result.interactive); in TEST_F() 407 EXPECT_TRUE(result.interactive); in TEST_F() 422 EXPECT_FALSE(result.interactive); in TEST_F() 436 EXPECT_FALSE(result.interactive); in TEST_F() 476 EXPECT_FALSE(result.interactive); in TEST_F() 716 update_state.interactive = true; in TEST_F() 958 update_state.interactive = true; in TEST_F() 987 update_state.interactive = true; in TEST_F()
|
D | chromeos_policy.cc | 225 result->interactive = false; in UpdateCheckAllowed() 376 if (!update_state.interactive) { in UpdateCanStart() 424 } else if (update_state.interactive) { in UpdateCanStart() 539 } else if (update_state.interactive) { in UpdateBackoffAndDownloadUrl()
|
D | policy_test_utils.cc | 92 update_state.interactive = false; in GetDefaultUpdateState()
|
D | real_updater_provider.cc | 392 void Reset(bool forced_update_requested, bool interactive) { in Reset() argument 395 new_value = (interactive ? UpdateRequestStatus::kInteractive in Reset()
|
/system/update_engine/cros/ |
D | update_attempter.cc | 306 BuildUpdateActions(params.interactive); in Update() 337 void UpdateAttempter::CalculateP2PParams(bool interactive) { in CalculateP2PParams() argument 353 if (!interactive) { in CalculateP2PParams() 380 CalculateStagingParams(params.interactive); in CalculateUpdateParams() 383 CalculateScatteringParams(params.interactive); in CalculateUpdateParams() 386 CalculateP2PParams(params.interactive); in CalculateUpdateParams() 453 void UpdateAttempter::CalculateScatteringParams(bool interactive) { in CalculateScatteringParams() argument 470 } else if (interactive) { in CalculateScatteringParams() 579 void UpdateAttempter::CalculateStagingParams(bool interactive) { in CalculateStagingParams() argument 584 if (device_policy && !interactive && oobe_complete) { in CalculateStagingParams() [all …]
|
D | update_attempter.h | 366 void CalculateScatteringParams(bool interactive); 376 void BuildUpdateActions(bool interactive); 389 void CalculateP2PParams(bool interactive); 425 void CalculateStagingParams(bool interactive);
|
D | omaha_request_params.h | 126 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive() argument 127 inline bool interactive() const { return interactive_; } in interactive() function
|
D | dbus_service.cc | 74 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive); in AttemptUpdateWithFlags() local 80 interactive ? 0 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdateWithFlags()
|
D | download_action_chromeos.h | 56 bool interactive);
|
D | common_service.cc | 91 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate() local 97 << "interactive=" << (interactive ? "yes " : "no ") in AttemptUpdate()
|
D | download_action_chromeos.cc | 48 bool interactive) in DownloadActionChromeos() argument 53 interactive_(interactive), in DownloadActionChromeos()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vendor_shell.te | 1 # vendor shell MUST never run as interactive or login shell.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vendor_shell.te | 1 # vendor shell MUST never run as interactive or login shell.
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 74 bool interactive) in DeltaPerformer() argument 81 interactive_(interactive) { in DeltaPerformer()
|
/system/update_engine/ |
D | download_action.cc | 44 bool interactive) in DownloadAction() argument 49 interactive_(interactive), in DownloadAction()
|
D | README.md | 186 Non-interactive updates are updates that are scheduled periodically by the 190 server's policies, interactive updates have higher priority than non-interactive 193 these two types of updates too. For example, interactive updates try to install 196 Forced updates are similar to interactive updates (initiated by some kind of 197 user action), but they can also be configured to act as non-interactive. Since 198 non-interactive updates happen periodically, a forced-non-interactive update 199 causes a non-interactive update at the moment of the request, not at a later 200 time. We can call a forced non-interactive update with: 203 update_engine_client --interactive=false --check_for_update 526 options like initiating an interactive vs. non-interactive update, changing
|
/system/update_engine/common/ |
D | download_action.h | 80 bool interactive);
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | gpuservice.te | 31 # Needed for interactive shell
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | gpuservice.te | 32 # Needed for interactive shell
|
/system/core/rootdir/ |
D | init.rc | 1039 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate 1040 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate 1041 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_slack 1042 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_slack 1043 chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 1044 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 1045 chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 1046 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 1047 chown system system /sys/devices/system/cpu/cpufreq/interactive/target_loads 1048 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/target_loads [all …]
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | gpuservice.te | 35 # Needed for interactive shell
|
/system/sepolicy/private/ |
D | gpuservice.te | 35 # Needed for interactive shell
|