Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h60 MOCK_CONST_METHOD1(GetGuestModeEnabled,
Ddevice_policy.h83 virtual bool GetGuestModeEnabled(bool* guest_mode_enabled) const = 0;
Ddevice_policy_impl.h46 bool GetGuestModeEnabled(bool* guest_mode_enabled) const override;
Ddevice_policy_impl.cc218 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc74 ASSERT_TRUE(policy.GetGuestModeEnabled(&bool_value)); in TEST()
232 EXPECT_FALSE(policy.GetGuestModeEnabled(&bool_value)); in TEST()