Searched refs:GetShowUserNames (Results 1 – 5 of 5) sorted by relevance
83 ASSERT_TRUE(policy.GetShowUserNames(&bool_value)); in TEST()196 ASSERT_FALSE(policy.GetShowUserNames(&bool_value)); in TEST()
63 MOCK_CONST_METHOD1(GetShowUserNames,
64 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
38 virtual bool GetShowUserNames(bool* show_user_names) const;
171 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames() function in policy::DevicePolicyImpl