Home | History | Annotate | Download | only in policy

Lines Matching defs:DevicePolicyImpl

172 DevicePolicyImpl::DevicePolicyImpl()
175 DevicePolicyImpl::~DevicePolicyImpl() {}
177 bool DevicePolicyImpl::LoadPolicy() {
199 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const {
207 bool DevicePolicyImpl::GetUserWhitelist(
218 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const {
226 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const {
233 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const {
240 bool DevicePolicyImpl::GetDataRoamingEnabled(bool* data_roaming_enabled) const {
248 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const {
255 bool DevicePolicyImpl::GetMetricsEnabled(bool* metrics_enabled) const {
262 bool DevicePolicyImpl::GetReportVersionInfo(bool* report_version_info) const {
274 bool DevicePolicyImpl::GetReportActivityTimes(
287 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const {
299 bool DevicePolicyImpl::GetEphemeralUsersEnabled(
308 bool DevicePolicyImpl::GetReleaseChannel(std::string* release_channel) const {
320 bool DevicePolicyImpl::GetReleaseChannelDelegated(
333 bool DevicePolicyImpl::GetUpdateDisabled(bool* update_disabled) const {
346 bool DevicePolicyImpl::GetTargetVersionPrefix(
360 bool DevicePolicyImpl::GetRollbackToTargetVersion(
374 bool DevicePolicyImpl::GetRollbackAllowedMilestones(
406 bool DevicePolicyImpl::GetScatterFactorInSeconds(
420 bool DevicePolicyImpl::GetAllowedConnectionTypesForUpdate(
438 bool DevicePolicyImpl::GetOpenNetworkConfiguration(
452 bool DevicePolicyImpl::GetOwner(std::string* owner) const {
464 bool DevicePolicyImpl::GetHttpDownloadsEnabled(
479 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const {
493 bool DevicePolicyImpl::GetAllowKioskAppControlChromeVersion(
509 bool DevicePolicyImpl::GetUsbDetachableWhitelist(
526 bool DevicePolicyImpl::GetDeviceUpdateStagingSchedule(
560 bool DevicePolicyImpl::GetAutoLaunchedKioskAppId(
594 bool DevicePolicyImpl::IsEnterpriseManaged() const {
602 bool DevicePolicyImpl::GetSecondFactorAuthenticationMode(int* mode_out) const {
616 bool DevicePolicyImpl::GetDisallowedTimeIntervals(
662 bool DevicePolicyImpl::VerifyPolicyFile(const base::FilePath& policy_path) {
687 bool DevicePolicyImpl::VerifyPolicySignature() {
706 bool DevicePolicyImpl::LoadPolicyFromFile(const base::FilePath& policy_path) {