Home
last modified time | relevance | path

Searched refs:var_consecutive_failed_update_checks (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/update_manager/
Dnext_update_check_policy_impl_unittest.cc96 fake_state_.updater_provider()->var_consecutive_failed_update_checks()->reset( in TEST_F()
124 fake_state_.updater_provider()->var_consecutive_failed_update_checks()->reset( in TEST_F()
143 fake_state_.updater_provider()->var_consecutive_failed_update_checks()->reset( in TEST_F()
Dupdater_provider.h105 virtual Variable<unsigned int>* var_consecutive_failed_update_checks() = 0;
Dfake_updater_provider.h70 FakeVariable<unsigned int>* var_consecutive_failed_update_checks() override { in var_consecutive_failed_update_checks() function
Dreal_updater_provider.h79 Variable<unsigned int>* var_consecutive_failed_update_checks() override { in var_consecutive_failed_update_checks() function
Dpolicy_test_utils.cc71 fake_state_.updater_provider()->var_consecutive_failed_update_checks()->reset( in SetUpDefaultState()
Dnext_update_check_policy_impl.cc120 ec->GetValue(updater_provider->var_consecutive_failed_update_checks()); in NextUpdateCheckTime()
Dreal_updater_provider_unittest.cc420 kNumFailedChecks, provider_->var_consecutive_failed_update_checks()); in TEST_F()