Searched refs:DevicePolicyImpl (Results 1 – 5 of 5) sorted by relevance
178 DevicePolicyImpl::DevicePolicyImpl() in DevicePolicyImpl() function in policy::DevicePolicyImpl181 DevicePolicyImpl::~DevicePolicyImpl() {} in ~DevicePolicyImpl()183 bool DevicePolicyImpl::LoadPolicy() { in LoadPolicy()205 bool DevicePolicyImpl::IsEnterpriseEnrolled() const { in IsEnterpriseEnrolled()216 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const { in GetPolicyRefreshRate()224 bool DevicePolicyImpl::GetUserWhitelist( in GetUserWhitelist()235 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled()243 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const { in GetCameraEnabled()250 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames()257 bool DevicePolicyImpl::GetDataRoamingEnabled(bool* data_roaming_enabled) const { in GetDataRoamingEnabled()[all …]
31 class DevicePolicyImpl : public DevicePolicy {33 DevicePolicyImpl();34 ~DevicePolicyImpl() override;147 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
21 device_policy_ = std::make_unique<DevicePolicyImpl>(); in PolicyProvider()
29 std::unique_ptr<DevicePolicyImpl> CreateDevicePolicyImpl( in CreateDevicePolicyImpl()34 std::unique_ptr<DevicePolicyImpl> device_policy(new DevicePolicyImpl()); in CreateDevicePolicyImpl()
19 class DevicePolicyImplTest : public testing::Test, public DevicePolicyImpl {29 DevicePolicyImpl device_policy_;