OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guests
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/
hypervisor.py
33
guests
= None
variable in class:Hypervisor
kvm.py
92
Guests
managed by this hypervisor that are still running will
343
Refresh the list of
guests
addresses.
421
# the program and
guests
that are still
427
# have references to the
guests
.
/external/autotest/client/common_lib/cros/
policy.py
20
owner=None,
guests
=None, new_users=None,
33
@param
guests
: boolean indicating whether
guests
should be allowed.
63
if
guests
: ownership.assert_guest_setting(settings,
guests
)
72
def build_policy_data(proto_binding_location, owner=None,
guests
=None,
83
@param
guests
: boolean indicating whether
guests
should be allowed.
106
if
guests
:
107
settings.guest_mode_enabled.guest_mode_enabled =
guests
[
all
...]
/external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py
62
guests
=False,
79
guests
=False,
89
guests
=True,
/external/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py
46
guests
=False,
84
guests
=False,
/external/autotest/client/cros/
ownership.py
157
def assert_guest_setting(settings,
guests
):
161
@param
guests
: boolean indicating whether
guests
are allowed to sign in.
168
if settings.guest_mode_enabled.guest_mode_enabled !=
guests
:
Completed in 779 milliseconds