Home
last modified time | relevance | path

Searched refs:logged_in (Results 1 – 20 of 20) sorted by relevance

/external/autotest/client/site_tests/ui_SystemTray/
Dui_SystemTray.py61 if self.logged_in is None:
65 with chrome.Chrome(logged_in=self.logged_in):
91 if self.logged_in and self.mask_points is not None:
95 def run_once(self, width, height, mask_points=None, logged_in=None): argument
98 self.logged_in = logged_in
Dcontrol.guest.link27 logged_in=False,
Dcontrol.user.link36 logged_in=True,
/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py21 def initialize(self, logged_in): argument
22 self._logged_in = logged_in
50 with chrome.Chrome(logged_in=self._logged_in) as cr:
Dcontrol22 logged_in=True, tag='login')
24 logged_in=False, tag='guest')
/external/ppp/pppd/
Dsession.c103 static bool logged_in = 0; variable
375 logged_in = 1;
424 if (logged_in) { in session_end()
428 logged_in = 0; in session_end()
/external/autotest/client/common_lib/cros/
Dchrome.py55 def __init__(self, logged_in=True, extension_paths=[], autotest_ext=False, argument
109 logged_in = True
112 if logged_in else self.BROWSER_TYPE_GUEST)
149 if logged_in:
/external/openssh/
Daudit-bsm.c398 static int logged_in = 0; in audit_event() local
406 logged_in = 1; in audit_event()
418 if (logged_in) { in audit_event()
Dssh-pkcs11.c48 int logged_in; member
256 if ((si->token.flags & CKF_LOGIN_REQUIRED) && !si->logged_in) { in pkcs11_rsa_private_encrypt()
282 si->logged_in = 1; in pkcs11_rsa_private_encrypt()
388 p->slotinfo[slotidx].logged_in = 1; in pkcs11_open_session()
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
Dnetwork_WiFi_SuspendStress.py41 def logged_in(self): member in network_WiFi_SuspendStress
135 utils.poll_for_condition(condition=self.logged_in,
/external/autotest/client/site_tests/login_CryptohomeIncognito/
Dlogin_CryptohomeIncognito.py17 with chrome.Chrome(logged_in=False):
/external/autotest/client/site_tests/telemetry_LoginTest/
Dtelemetry_LoginTest.py39 with chrome.Chrome(logged_in=True, autotest_ext=True,
/external/autotest/client/site_tests/graphics_WebGLClear/
Dgraphics_WebGLClear.py80 with chrome.Chrome(logged_in=False,
/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dgraphics_WebGLPerformance.py118 with chrome.Chrome(logged_in=False,
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py115 with chrome.Chrome(logged_in=False,
/external/autotest/client/cros/networking/chrome_testing/
Dchrome_networking_test_context.py66 self._chrome = chrome.Chrome(logged_in=True,
/external/syslinux/core/lwip/src/netif/ppp/
Dauth.c106 static int logged_in; variable
395 if (logged_in) { in link_terminated()
997 logged_in = 0; in plogout()
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py37 logged_in=True,
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py294 with chrome.Chrome(logged_in=False, init_network_controller=True) as cr:
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py45 logged_in=False, extra_browser_args=['--kiosk'],