Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc67 ASSERT_TRUE(policy.GetGuestModeEnabled(&bool_value)); in TEST()
191 ASSERT_FALSE(policy.GetGuestModeEnabled(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h59 MOCK_CONST_METHOD1(GetGuestModeEnabled,
Ddevice_policy.h56 virtual bool GetGuestModeEnabled(bool* guest_mode_enabled) const = 0;
Ddevice_policy_impl.h37 bool GetGuestModeEnabled(bool* guest_mode_enabled) const override;
Ddevice_policy_impl.cc147 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled() function in policy::DevicePolicyImpl