Lines Matching refs:DevicePolicyImpl

178 DevicePolicyImpl::DevicePolicyImpl()  in DevicePolicyImpl()  function in policy::DevicePolicyImpl
181 DevicePolicyImpl::~DevicePolicyImpl() {} in ~DevicePolicyImpl()
183 bool DevicePolicyImpl::LoadPolicy() { in LoadPolicy()
205 bool DevicePolicyImpl::IsEnterpriseEnrolled() const { in IsEnterpriseEnrolled()
216 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const { in GetPolicyRefreshRate()
224 bool DevicePolicyImpl::GetUserWhitelist( in GetUserWhitelist()
235 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled()
243 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const { in GetCameraEnabled()
250 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames()
257 bool DevicePolicyImpl::GetDataRoamingEnabled(bool* data_roaming_enabled) const { in GetDataRoamingEnabled()
265 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers()
272 bool DevicePolicyImpl::GetMetricsEnabled(bool* metrics_enabled) const { in GetMetricsEnabled()
279 bool DevicePolicyImpl::GetReportVersionInfo(bool* report_version_info) const { in GetReportVersionInfo()
291 bool DevicePolicyImpl::GetReportActivityTimes( in GetReportActivityTimes()
304 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode()
316 bool DevicePolicyImpl::GetEphemeralUsersEnabled( in GetEphemeralUsersEnabled()
325 bool DevicePolicyImpl::GetReleaseChannel(std::string* release_channel) const { in GetReleaseChannel()
337 bool DevicePolicyImpl::GetReleaseChannelDelegated( in GetReleaseChannelDelegated()
350 bool DevicePolicyImpl::GetUpdateDisabled(bool* update_disabled) const { in GetUpdateDisabled()
366 bool DevicePolicyImpl::GetTargetVersionPrefix( in GetTargetVersionPrefix()
383 bool DevicePolicyImpl::GetRollbackToTargetVersion( in GetRollbackToTargetVersion()
397 bool DevicePolicyImpl::GetRollbackAllowedMilestones( in GetRollbackAllowedMilestones()
423 bool DevicePolicyImpl::GetScatterFactorInSeconds( in GetScatterFactorInSeconds()
437 bool DevicePolicyImpl::GetAllowedConnectionTypesForUpdate( in GetAllowedConnectionTypesForUpdate()
458 bool DevicePolicyImpl::GetOpenNetworkConfiguration( in GetOpenNetworkConfiguration()
472 bool DevicePolicyImpl::GetOwner(std::string* owner) const { in GetOwner()
484 bool DevicePolicyImpl::GetHttpDownloadsEnabled( in GetHttpDownloadsEnabled()
499 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const { in GetAuP2PEnabled()
513 bool DevicePolicyImpl::GetAllowKioskAppControlChromeVersion( in GetAllowKioskAppControlChromeVersion()
529 bool DevicePolicyImpl::GetUsbDetachableWhitelist( in GetUsbDetachableWhitelist()
546 bool DevicePolicyImpl::GetDeviceUpdateStagingSchedule( in GetDeviceUpdateStagingSchedule()
580 bool DevicePolicyImpl::GetAutoLaunchedKioskAppId( in GetAutoLaunchedKioskAppId()
614 bool DevicePolicyImpl::IsEnterpriseManaged() const { in IsEnterpriseManaged()
622 bool DevicePolicyImpl::GetSecondFactorAuthenticationMode(int* mode_out) const { in GetSecondFactorAuthenticationMode()
636 bool DevicePolicyImpl::GetDisallowedTimeIntervals( in GetDisallowedTimeIntervals()
684 bool DevicePolicyImpl::GetDeviceQuickFixBuildToken( in GetDeviceQuickFixBuildToken()
698 bool DevicePolicyImpl::GetDeviceDirectoryApiId( in GetDeviceDirectoryApiId()
707 bool DevicePolicyImpl::VerifyPolicyFile(const base::FilePath& policy_path) { in VerifyPolicyFile()
732 bool DevicePolicyImpl::VerifyPolicySignature() { in VerifyPolicySignature()
751 bool DevicePolicyImpl::LoadPolicyFromFile(const base::FilePath& policy_path) { in LoadPolicyFromFile()