Searched refs:DevicePolicyImpl (Results 1 – 5 of 5) sorted by relevance
172 DevicePolicyImpl::DevicePolicyImpl() in DevicePolicyImpl() function in policy::DevicePolicyImpl175 DevicePolicyImpl::~DevicePolicyImpl() {} in ~DevicePolicyImpl()177 bool DevicePolicyImpl::LoadPolicy() { in LoadPolicy()199 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const { in GetPolicyRefreshRate()207 bool DevicePolicyImpl::GetUserWhitelist( in GetUserWhitelist()218 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled()226 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const { in GetCameraEnabled()233 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames()240 bool DevicePolicyImpl::GetDataRoamingEnabled(bool* data_roaming_enabled) const { in GetDataRoamingEnabled()248 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers()[all …]
31 class DevicePolicyImpl : public DevicePolicy {33 DevicePolicyImpl();34 ~DevicePolicyImpl() override;142 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
20 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_;