HomeSort by relevance Sort by last modified time
    Searched refs:ConstCopyVariable (Results 1 - 6 of 6) sorted by null

  /system/update_engine/update_manager/
real_config_provider.cc 24 var_is_oobe_enabled_.reset(new ConstCopyVariable<bool>(
real_config_provider.h 43 std::unique_ptr<ConstCopyVariable<bool>> var_is_oobe_enabled_;
real_system_provider.cc 99 new ConstCopyVariable<bool>("is_normal_boot_mode",
103 new ConstCopyVariable<bool>("is_official_build",
113 new ConstCopyVariable<unsigned int>(
generic_variables.h 113 class ConstCopyVariable : public Variable<T> {
118 ConstCopyVariable(const std::string& name, const T& obj)
real_updater_provider.h 108 ConstCopyVariable<base::Time> var_updater_started_time_;
generic_variables_unittest.cc 105 ConstCopyVariable<int> var("var", source);

Completed in 78 milliseconds