Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h65 MOCK_METHOD(bool, GetShowUserNames, (bool*), (const, override));
Ddevice_policy.h95 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
Ddevice_policy_impl.h49 bool GetShowUserNames(bool* show_user_names) const override;
Ddevice_policy_impl.cc250 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc82 ASSERT_TRUE(policy.GetShowUserNames(&bool_value)); in TEST()
234 EXPECT_FALSE(policy.GetShowUserNames(&bool_value)); in TEST()