Home
last modified time | relevance | path

Searched refs:DevicePolicyImpl (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/policy/
Ddevice_policy_impl.cc98 DevicePolicyImpl::DevicePolicyImpl() in DevicePolicyImpl() function in policy::DevicePolicyImpl
103 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 …]
Ddevice_policy_impl.h28 class DevicePolicyImpl : public DevicePolicy {
30 DevicePolicyImpl();
31 ~DevicePolicyImpl() override;
112 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
Dlibpolicy.cc20 device_policy_.reset(new DevicePolicyImpl()); in PolicyProvider()
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc23 std::unique_ptr<DevicePolicyImpl> CreateDevicePolicyImpl( in CreateDevicePolicyImpl()
28 std::unique_ptr<DevicePolicyImpl> device_policy(new DevicePolicyImpl()); in CreateDevicePolicyImpl()