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.cc99 new ConstCopyVariable<bool>("is_normal_boot_mode", in Init()
103 new ConstCopyVariable<bool>("is_official_build", in Init()
113 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.h113 class ConstCopyVariable : public Variable<T> {
118 ConstCopyVariable(const std::string& name, const T& obj) in ConstCopyVariable() function
Dreal_updater_provider.h104 ConstCopyVariable<base::Time> var_updater_started_time_;
Dgeneric_variables_unittest.cc105 ConstCopyVariable<int> var("var", source); in TEST_F()