Searched refs:GetShowUserNames (Results 1 – 5 of 5) sorted by relevance
64 MOCK_CONST_METHOD1(GetShowUserNames,
91 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
48 bool GetShowUserNames(bool* show_user_names) const override;
233 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()