• Home
  • Raw
  • Download

Lines Matching defs:const

136 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const {  in GetPolicyRefreshRate()
145 std::vector<std::string>* user_whitelist) const { in GetUserWhitelist()
156 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled()
164 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const { in GetCameraEnabled()
171 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames()
178 bool DevicePolicyImpl::GetDataRoamingEnabled(bool* data_roaming_enabled) const { in GetDataRoamingEnabled()
186 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers()
193 bool DevicePolicyImpl::GetMetricsEnabled(bool* metrics_enabled) const { in GetMetricsEnabled()
200 bool DevicePolicyImpl::GetReportVersionInfo(bool* report_version_info) const { in GetReportVersionInfo()
214 bool* report_activity_times) const { in GetReportActivityTimes()
227 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode()
241 bool* ephemeral_users_enabled) const { in GetEphemeralUsersEnabled()
250 std::string* release_channel) const { in GetReleaseChannel()
264 bool* release_channel_delegated) const { in GetReleaseChannelDelegated()
278 bool* update_disabled) const { in GetUpdateDisabled()
292 std::string* target_version_prefix) const { in GetTargetVersionPrefix()
306 int64_t* scatter_factor_in_seconds) const { in GetScatterFactorInSeconds()
320 std::set<std::string>* connection_types) const { in GetAllowedConnectionTypesForUpdate()
338 std::string* open_network_configuration) const { in GetOpenNetworkConfiguration()
351 bool DevicePolicyImpl::GetOwner(std::string* owner) const { in GetOwner()
364 bool* http_downloads_enabled) const { in GetHttpDownloadsEnabled()
378 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const { in GetAuP2PEnabled()