Home | History | Annotate | Download | only in update_manager

Lines Matching refs:Variable

28 #include "update_engine/update_manager/variable.h"
37 // Variable stating whether the DevicePolicy was loaded.
38 virtual Variable<bool>* var_device_policy_is_loaded() = 0;
41 virtual Variable<std::string>* var_release_channel() = 0;
43 virtual Variable<bool>* var_release_channel_delegated() = 0;
45 virtual Variable<bool>* var_update_disabled() = 0;
47 virtual Variable<std::string>* var_target_version_prefix() = 0;
50 virtual Variable<base::TimeDelta>* var_scatter_factor() = 0;
52 // Variable returning the set of connection types allowed for updates. The
55 virtual Variable<std::set<chromeos_update_engine::ConnectionType>>*
58 // Variable stating the name of the device owner. For enterprise enrolled
60 virtual Variable<std::string>* var_owner() = 0;
62 virtual Variable<bool>* var_http_downloads_enabled() = 0;
64 virtual Variable<bool>* var_au_p2p_enabled() = 0;
66 virtual Variable<bool>* var_allow_kiosk_app_control_chrome_version() = 0;