Home
last modified time | relevance | path

Searched refs:ConstCopyVariable (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/update_manager/
Dreal_system_provider.cc98 var_is_normal_boot_mode_.reset(new ConstCopyVariable<bool>( in Init()
101 var_is_official_build_.reset(new ConstCopyVariable<bool>( in Init()
110 var_num_slots_.reset(new ConstCopyVariable<unsigned int>( in Init()
Dreal_config_provider.cc24 var_is_oobe_enabled_.reset(new ConstCopyVariable<bool>( in Init()
Dreal_config_provider.h43 std::unique_ptr<ConstCopyVariable<bool>> var_is_oobe_enabled_;
Dgeneric_variables.h124 class ConstCopyVariable : public Variable<T> {
129 ConstCopyVariable(const std::string& name, const T& obj) in ConstCopyVariable() function
Dreal_updater_provider.h102 ConstCopyVariable<base::Time> var_updater_started_time_;
Dgeneric_variables_unittest.cc101 ConstCopyVariable<int> var("var", source); in TEST_F()