OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGuestModeEnabled
(Results
1 - 5
of
5
) sorted by null
/external/libbrillo/policy/
device_policy.h
47
virtual bool
GetGuestModeEnabled
(bool* guest_mode_enabled) const = 0;
device_policy_impl.h
36
virtual bool
GetGuestModeEnabled
(bool* guest_mode_enabled) const;
mock_device_policy.h
59
MOCK_CONST_METHOD1(
GetGuestModeEnabled
,
device_policy_impl.cc
156
bool DevicePolicyImpl::
GetGuestModeEnabled
(bool* guest_mode_enabled) const {
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
75
ASSERT_TRUE(policy.
GetGuestModeEnabled
(&bool_value));
181
ASSERT_FALSE(policy.
GetGuestModeEnabled
(&bool_value));
Completed in 1753 milliseconds