Searched refs:auth_state (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_auth_test.cc62 // Sets the authenticated state of the python sync server to |auth_state| and
65 void SetAuthStateAndTokenResponse(PythonServerAuthState auth_state, argument
69 TriggerAuthState(auth_state);
H A Dsync_test.h207 void TriggerAuthState(PythonServerAuthState auth_state);
H A Dsync_test.cc756 void SyncTest::TriggerAuthState(PythonServerAuthState auth_state) { argument
759 path.append(auth_state == AUTHENTICATED_TRUE ? "?valid=True" :
/external/ppp/pppd/
H A Dauth.c214 static enum script_state auth_state = s_down; variable in typeref:enum:script_state
662 if (auth_state != s_down) {
664 auth_state = s_down;
796 auth_state = s_up;
2510 if (auth_state == s_down) {
2516 if (auth_state == s_up) {

Completed in 1570 milliseconds