Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h64 MOCK_CONST_METHOD1(GetShowUserNames,
Ddevice_policy.h91 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
Ddevice_policy_impl.h48 bool GetShowUserNames(bool* show_user_names) const override;
Ddevice_policy_impl.cc233 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc82 ASSERT_TRUE(policy.GetShowUserNames(&bool_value)); in TEST()
234 EXPECT_FALSE(policy.GetShowUserNames(&bool_value)); in TEST()