Home
last modified time | relevance | path

Searched refs:var_update_restrictions_ (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/update_manager/
Dfake_updater_provider.h83 return &var_update_restrictions_; in var_update_restrictions()
109 FakeVariable<UpdateRestrictions> var_update_restrictions_{
Dreal_updater_provider.h94 return var_update_restrictions_.get(); in var_update_restrictions()
116 std::unique_ptr<Variable<UpdateRestrictions>> var_update_restrictions_; variable
Dreal_updater_provider.cc475 var_update_restrictions_(new UpdateRestrictionsVariable( in RealUpdaterProvider()