Home
last modified time | relevance | path

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

/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/site_tests/autoupdate_LoginStartUpdateLogout/
Dautoupdate_LoginStartUpdateLogout.py59 with chrome.Chrome(logged_in=True):
78 with chrome.Chrome(logged_in=True, dont_override_profile=False):
/external/autotest/client/common_lib/cros/
Dchrome.py64 logged_in=True, argument
202 logged_in = True
212 if logged_in else self.BROWSER_TYPE_GUEST)
265 if logged_in:
/external/autotest/client/site_tests/desktopui_CheckRlzPingSent/
Ddesktopui_CheckRlzPingSent.py159 with chrome.Chrome(logged_in=True, username=pre_login_username,
172 logged_in=pre_login is not 'lock',
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dupdate.py59 logged_in = True
66 logged_in = False
96 if inaccessible_paths and not logged_in:
/external/autotest/client/site_tests/login_CryptohomeIncognito/
Dlogin_CryptohomeIncognito.py18 with chrome.Chrome(logged_in=False):
/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py123 with chrome.Chrome(autotest_ext=True, logged_in=True) as cr:
/external/autotest/client/cros/networking/chrome_testing/
Dchrome_networking_test_context.py68 self._chrome = chrome.Chrome(logged_in=True,
/external/autotest/client/bin/
Dvm_sanity.py101 with chrome.Chrome(logged_in=False):
Dtelemetry_check.py101 with chrome.Chrome(logged_in=False):
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py134 with chrome.Chrome(logged_in=False,
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py38 logged_in=True,
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py50 logged_in=True,
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py469 with chrome.Chrome(logged_in=False, init_network_controller=True) as cr: