Searched refs:check_threshold (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/update_manager/
H A Dchromeos_policy.cc379 result->scatter_check_threshold = scatter_result.check_threshold;
874 result->check_threshold = 0;
916 int check_threshold = update_state.scatter_check_threshold; local
917 if (check_threshold == 0) {
918 check_threshold = prng.RandMinMax(
928 if (check_threshold > update_state.scatter_check_threshold_max)
929 check_threshold = 0;
932 if (check_threshold > 0 && update_state.num_checks >= check_threshold)
933 check_threshold
[all...]
H A Dchromeos_policy.h48 int check_threshold; member in struct:chromeos_update_manager::UpdateScatteringResult

Completed in 74 milliseconds