Searched refs:ConstCopyVariable (Results 1 – 6 of 6) sorted by relevance
40 new ConstCopyVariable<bool>("is_normal_boot_mode", in Init()44 new ConstCopyVariable<bool>("is_official_build", in Init()54 new ConstCopyVariable<unsigned int>( in Init()
59 new ConstCopyVariable<bool>(kConfigOptsIsOOBEEnabled, is_oobe_enabled)); in Init()
53 std::unique_ptr<ConstCopyVariable<bool>> var_is_oobe_enabled_;
113 class ConstCopyVariable : public Variable<T> {118 ConstCopyVariable(const std::string& name, const T& obj) in ConstCopyVariable() function
104 ConstCopyVariable<base::Time> var_updater_started_time_;
105 ConstCopyVariable<int> var("var", source); in TEST_F()