Lines Matching full:override
31 ~DevicePolicyImpl() override;
33 bool LoadPolicy() override;
34 bool GetPolicyRefreshRate(int* rate) const override;
36 std::vector<std::string>* user_whitelist) const override;
37 bool GetGuestModeEnabled(bool* guest_mode_enabled) const override;
38 bool GetCameraEnabled(bool* camera_enabled) const override;
39 bool GetShowUserNames(bool* show_user_names) const override;
40 bool GetDataRoamingEnabled(bool* data_roaming_enabled) const override;
41 bool GetAllowNewUsers(bool* allow_new_users) const override;
42 bool GetMetricsEnabled(bool* metrics_enabled) const override;
43 bool GetReportVersionInfo(bool* report_version_info) const override;
44 bool GetReportActivityTimes(bool* report_activity_times) const override;
45 bool GetReportBootMode(bool* report_boot_mode) const override;
46 bool GetEphemeralUsersEnabled(bool* ephemeral_users_enabled) const override;
47 bool GetReleaseChannel(std::string* release_channel) const override;
49 bool* release_channel_delegated) const override;
50 bool GetUpdateDisabled(bool* update_disabled) const override;
52 std::string* target_version_prefix) const override;
54 int64_t* scatter_factor_in_seconds) const override;
56 std::set<std::string>* connection_types) const override;
58 std::string* open_network_configuration) const override;
59 bool GetOwner(std::string* owner) const override;
60 bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const override;
61 bool GetAuP2PEnabled(bool* au_p2p_enabled) const override;
63 bool* allow_kiosk_app_control_chrome_version) const override;
65 std::vector<UsbDeviceId>* usb_whitelist) const override;
66 bool GetAutoLaunchedKioskAppId(std::string* app_id_out) const override;
94 bool VerifyPolicySignature() override;