/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 | android_things_policy_unittest.cc | 100 EXPECT_FALSE(result.interactive); in TEST_F() 143 EXPECT_TRUE(result.interactive); in TEST_F() 159 EXPECT_FALSE(result.interactive); in TEST_F()
|
D | policy.h | 62 bool interactive; member 75 bool interactive; member
|
D | default_policy.cc | 46 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() 273 EXPECT_FALSE(result.interactive); in TEST_F() 387 EXPECT_TRUE(result.interactive); in TEST_F() 402 EXPECT_FALSE(result.interactive); in TEST_F() 416 EXPECT_FALSE(result.interactive); in TEST_F() 456 EXPECT_FALSE(result.interactive); in TEST_F() 696 update_state.interactive = true; in TEST_F() 938 update_state.interactive = true; in TEST_F() 967 update_state.interactive = true; in TEST_F()
|
D | android_things_policy.cc | 58 result->interactive = false; in UpdateCheckAllowed()
|
D | policy_test_utils.cc | 87 update_state.interactive = false; in GetDefaultUpdateState()
|
D | chromeos_policy.cc | 211 result->interactive = false; in UpdateCheckAllowed() 361 if (!update_state.interactive) { in UpdateCanStart() 409 } else if (update_state.interactive) { in UpdateCanStart() 610 } else if (update_state.interactive) { in UpdateBackoffAndDownloadUrl()
|
D | real_updater_provider.cc | 399 void Reset(bool forced_update_requested, bool interactive) { in Reset() argument 402 new_value = (interactive ? UpdateRequestStatus::kInteractive in Reset()
|
D | update_manager_unittest.cc | 197 update_state.interactive = true; in TEST_F()
|
/system/update_engine/ |
D | update_attempter.cc | 243 bool interactive) { in Update() argument 278 interactive)) { in Update() 282 BuildUpdateActions(interactive); in Update() 313 void UpdateAttempter::CalculateP2PParams(bool interactive) { in CalculateP2PParams() argument 330 if (!interactive) { in CalculateP2PParams() 351 bool interactive) { in CalculateUpdateParams() argument 368 CalculateStagingParams(interactive); in CalculateUpdateParams() 371 CalculateScatteringParams(interactive); in CalculateUpdateParams() 374 CalculateP2PParams(interactive); in CalculateUpdateParams() 387 if (!omaha_request_params_->Init(app_version, omaha_url, interactive)) { in CalculateUpdateParams() [all …]
|
D | update_attempter.h | 88 bool interactive); 343 bool interactive); 349 void CalculateScatteringParams(bool interactive); 359 void BuildUpdateActions(bool interactive); 372 void CalculateP2PParams(bool interactive); 404 void CalculateStagingParams(bool interactive);
|
D | mock_update_attempter.h | 40 bool interactive));
|
D | omaha_request_params.h | 115 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive() argument 116 inline bool interactive() const { return interactive_; } in interactive() function
|
D | dbus_service.cc | 55 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive); in AttemptUpdateWithFlags() local 61 interactive ? 0 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdateWithFlags()
|
D | common_service.cc | 96 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate() local 102 << "interactive=" << (interactive ? "yes " : "no ") in AttemptUpdate()
|
/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/core/rootdir/ |
D | init.rc | 696 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate 697 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate 698 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_slack 699 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_slack 700 chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 701 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 702 chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 703 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 704 chown system system /sys/devices/system/cpu/cpufreq/interactive/target_loads 705 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/target_loads [all …]
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 71 bool interactive) in DeltaPerformer() argument 78 interactive_(interactive) {} in DeltaPerformer()
|
D | download_action.h | 81 bool interactive);
|
D | download_action.cc | 47 bool interactive) in DownloadAction() argument 53 interactive_(interactive), in DownloadAction()
|
/system/sepolicy/private/ |
D | gpuservice.te | 31 # Needed for interactive shell
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | gpuservice.te | 31 # Needed for interactive shell
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 313 If the program is interactive, make it output a short notice like this 314 when it starts in an interactive mode:
|