Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h63 MOCK_METHOD(bool, GetGuestModeEnabled, (bool*), (const, override));
Ddevice_policy.h87 virtual bool GetGuestModeEnabled(bool* guest_mode_enabled) const = 0;
Ddevice_policy_impl.h47 bool GetGuestModeEnabled(bool* guest_mode_enabled) const override;
Ddevice_policy_impl.cc235 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const { in GetGuestModeEnabled() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc74 ASSERT_TRUE(policy.GetGuestModeEnabled(&bool_value)); in TEST()
232 EXPECT_FALSE(policy.GetGuestModeEnabled(&bool_value)); in TEST()