Searched refs:GetShowUserNames (Results 1 – 5 of 5) sorted by relevance
65 MOCK_METHOD(bool, GetShowUserNames, (bool*), (const, override));
95 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
49 bool GetShowUserNames(bool* show_user_names) const override;
250 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames() function in policy::DevicePolicyImpl
82 ASSERT_TRUE(policy.GetShowUserNames(&bool_value)); in TEST()234 EXPECT_FALSE(policy.GetShowUserNames(&bool_value)); in TEST()