Lines Matching defs:policy

18 namespace policy {
21 // It is also responsible for loading the policy blob from disk and verifying
24 // This class defines the interface for querying device policy on ChromeOS.
41 // Load the signed policy off of disk into |policy_|.
42 // Returns true unless there is a policy on disk and loading it fails.
45 // Writes the value of the DevicePolicyRefreshRate policy in |rate|. Returns
49 // Writes the value of the UserWhitelist policy in |user_whitelist|. Returns
54 // Writes the value of the GuestModeEnabled policy in |guest_mode_enabled|.
58 // Writes the value of the CameraEnabled policy in |camera_enabled|. Returns
62 // Writes the value of the ShowUserNamesOnSignIn policy in |show_user_names|.
66 // Writes the value of the DataRoamingEnabled policy in |data_roaming_enabled|
70 // Writes the value of the AllowNewUsers policy in |allow_new_users|. Returns
74 // Writes the value of MetricEnabled policy in |metrics_enabled|. Returns true
78 // Writes the value of ReportVersionInfo policy in |report_version_info|.
82 // Writes the value of ReportActivityTimes policy in |report_activity_times|.
86 // Writes the value of ReportBootMode policy in |report_boot_mode|. Returns
90 // Writes the value of the EphemeralUsersEnabled policy in
95 // Writes the value of the release channel policy in |release_channel|.
99 // Writes the value of the release_channel_delegated policy in
104 // Writes the value of the update_disabled policy in |update_disabled|.
108 // Writes the value of the target_version_prefix policy in
113 // Writes the value of the scatter_factor_in_seconds policy in
125 // Writes the value of the OpenNetworkConfiguration policy in
135 // Write the value of http_downloads_enabled policy in
139 // Writes the value of au_p2p_enabled policy in
143 // Writes the value of allow_kiosk_app_control_chrome_version policy in
148 // Writes the value of the UsbDetachableWhitelist policy in |usb_whitelist|.
159 // Verifies that the policy signature is correct.
164 } // namespace policy