Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 35) sorted by relevance

12

/system/update_engine/update_manager/
Dinteractive_update_policy_impl.cc30 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()
Dandroid_things_policy_unittest.cc100 EXPECT_FALSE(result.interactive); in TEST_F()
143 EXPECT_TRUE(result.interactive); in TEST_F()
159 EXPECT_FALSE(result.interactive); in TEST_F()
Dpolicy.h62 bool interactive; member
75 bool interactive; member
Ddefault_policy.cc46 result->interactive = false; in UpdateCheckAllowed()
Dchromeos_policy_unittest.cc210 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()
Dandroid_things_policy.cc58 result->interactive = false; in UpdateCheckAllowed()
Dpolicy_test_utils.cc87 update_state.interactive = false; in GetDefaultUpdateState()
Dchromeos_policy.cc211 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()
Dreal_updater_provider.cc399 void Reset(bool forced_update_requested, bool interactive) { in Reset() argument
402 new_value = (interactive ? UpdateRequestStatus::kInteractive in Reset()
Dupdate_manager_unittest.cc197 update_state.interactive = true; in TEST_F()
/system/update_engine/
Dupdate_attempter.cc243 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 …]
Dupdate_attempter.h88 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);
Dmock_update_attempter.h40 bool interactive));
Domaha_request_params.h115 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive() argument
116 inline bool interactive() const { return interactive_; } in interactive() function
Ddbus_service.cc55 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive); in AttemptUpdateWithFlags() local
61 interactive ? 0 : update_engine::UpdateAttemptFlags::kFlagNonInteractive, in AttemptUpdateWithFlags()
Dcommon_service.cc96 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate() local
102 << "interactive=" << (interactive ? "yes " : "no ") in AttemptUpdate()
/system/sepolicy/prebuilts/api/26.0/public/
Dvendor_shell.te1 # vendor shell MUST never run as interactive or login shell.
/system/sepolicy/prebuilts/api/27.0/public/
Dvendor_shell.te1 # vendor shell MUST never run as interactive or login shell.
/system/core/rootdir/
Dinit.rc696 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/
Ddelta_performer.h71 bool interactive) in DeltaPerformer() argument
78 interactive_(interactive) {} in DeltaPerformer()
Ddownload_action.h81 bool interactive);
Ddownload_action.cc47 bool interactive) in DownloadAction() argument
53 interactive_(interactive), in DownloadAction()
/system/sepolicy/private/
Dgpuservice.te31 # Needed for interactive shell
/system/sepolicy/prebuilts/api/29.0/private/
Dgpuservice.te31 # Needed for interactive shell
/system/sepolicy/tools/fc_sort/
DNOTICE105 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:

12