Home
last modified time | relevance | path

Searched refs:GetAllowNewUsers (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/policy/
Dmock_device_policy.h67 MOCK_METHOD(bool, GetAllowNewUsers, (bool*), (const, override));
Ddevice_policy.h103 virtual bool GetAllowNewUsers(bool* allow_new_users) const = 0;
Ddevice_policy_impl.h51 bool GetAllowNewUsers(bool* allow_new_users) const override;
Ddevice_policy_impl.cc265 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc90 ASSERT_TRUE(policy.GetAllowNewUsers(&bool_value)); in TEST()
236 EXPECT_FALSE(policy.GetAllowNewUsers(&bool_value)); in TEST()