Searched refs:DevicePolicyImpl (Results 1 – 4 of 4) sorted by relevance
98 DevicePolicyImpl::DevicePolicyImpl() in DevicePolicyImpl() function in policy::DevicePolicyImpl103 DevicePolicyImpl::~DevicePolicyImpl() {} in ~DevicePolicyImpl()105 bool DevicePolicyImpl::LoadPolicy() { in LoadPolicy()127 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const { in GetPolicyRefreshRate()135 bool DevicePolicyImpl::GetUserWhitelist( in GetUserWhitelist()147 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled()155 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const { in GetCameraEnabled()162 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames()169 bool DevicePolicyImpl::GetDataRoamingEnabled(bool* data_roaming_enabled) const { in GetDataRoamingEnabled()177 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers()[all …]
28 class DevicePolicyImpl : public DevicePolicy {30 DevicePolicyImpl();31 ~DevicePolicyImpl() override;112 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
20 device_policy_.reset(new DevicePolicyImpl()); in PolicyProvider()
23 std::unique_ptr<DevicePolicyImpl> CreateDevicePolicyImpl( in CreateDevicePolicyImpl()28 std::unique_ptr<DevicePolicyImpl> device_policy(new DevicePolicyImpl()); in CreateDevicePolicyImpl()