Searched refs:GetAllowNewUsers (Results 1 – 5 of 5) sorted by relevance
67 MOCK_METHOD(bool, GetAllowNewUsers, (bool*), (const, override));
103 virtual bool GetAllowNewUsers(bool* allow_new_users) const = 0;
51 bool GetAllowNewUsers(bool* allow_new_users) const override;
265 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers() function in policy::DevicePolicyImpl
90 ASSERT_TRUE(policy.GetAllowNewUsers(&bool_value)); in TEST()236 EXPECT_FALSE(policy.GetAllowNewUsers(&bool_value)); in TEST()