HomeSort by relevance Sort by last modified time
    Searched refs:DevicePolicyImpl (Results 1 - 4 of 4) sorted by null

  /external/libbrillo/policy/
device_policy_impl.cc 98 DevicePolicyImpl::DevicePolicyImpl()
103 DevicePolicyImpl::~DevicePolicyImpl() {}
105 bool DevicePolicyImpl::LoadPolicy() {
127 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const {
135 bool DevicePolicyImpl::GetUserWhitelist(
147 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const {
155 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const {
162 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const
    [all...]
device_policy_impl.h 28 class DevicePolicyImpl : public DevicePolicy {
30 DevicePolicyImpl();
31 ~DevicePolicyImpl() override;
112 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
libpolicy.cc 20 device_policy_.reset(new DevicePolicyImpl());
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 22 // Creates the DevicePolicyImpl with given parameters for test.
23 std::unique_ptr<DevicePolicyImpl> CreateDevicePolicyImpl(
28 std::unique_ptr<DevicePolicyImpl> device_policy(new DevicePolicyImpl());

Completed in 58 milliseconds