Home | History | Annotate | Download | only in policy

Lines Matching full:virtual

31   virtual ~DevicePolicyImpl();
33 virtual bool LoadPolicy();
34 virtual bool GetPolicyRefreshRate(int* rate) const;
35 virtual bool GetUserWhitelist(std::vector<std::string>* user_whitelist) const;
36 virtual bool GetGuestModeEnabled(bool* guest_mode_enabled) const;
37 virtual bool GetCameraEnabled(bool* camera_enabled) const;
38 virtual bool GetShowUserNames(bool* show_user_names) const;
39 virtual bool GetDataRoamingEnabled(bool* data_roaming_enabled) const;
40 virtual bool GetAllowNewUsers(bool* allow_new_users) const;
41 virtual bool GetMetricsEnabled(bool* metrics_enabled) const;
42 virtual bool GetReportVersionInfo(bool* report_version_info) const;
43 virtual bool GetReportActivityTimes(bool* report_activity_times) const;
44 virtual bool GetReportBootMode(bool* report_boot_mode) const;
45 virtual bool GetEphemeralUsersEnabled(bool* ephemeral_users_enabled) const;
46 virtual bool GetReleaseChannel(std::string* release_channel) const;
47 virtual bool GetReleaseChannelDelegated(
49 virtual bool GetUpdateDisabled(bool* update_disabled) const;
50 virtual bool GetTargetVersionPrefix(
52 virtual bool GetScatterFactorInSeconds(
54 virtual bool GetAllowedConnectionTypesForUpdate(
56 virtual bool GetOpenNetworkConfiguration(
58 virtual bool GetOwner(std::string* owner) const;
59 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const;
60 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const;
64 virtual bool VerifyPolicyFiles();
71 virtual bool VerifyPolicySignature();