Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h31 #define ISHARE_AUTH_SESSION "IShareAuthSession" macro
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c639 strcmp(serverNode->sessionName, ISHARE_AUTH_SESSION) != 0) { in ClientCheckWaitTimeOut()
674 if (strcmp(sessionName, ISHARE_AUTH_SESSION) != 0) { in CleanUpTimeoutAuthSession()
H A Dclient_trans_session_manager.c1087 if (strcmp(serverNode->sessionName, ISHARE_AUTH_SESSION) == 0 && sessionNode->channelType == CHANNEL_TYPE_AUTH && in ClientSetAuthSessionTimer()
2432 if (IsListEmpty(&serverNode->sessionList) || strcmp(serverNode->sessionName, ISHARE_AUTH_SESSION) != 0) { in ClientCancelAuthSessionTimer()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c47 #define ISHARE_AUTH_SESSION "IShareAuthSession" macro
615 if (strcmp(dstInfo.appInfo.myData.sessionName, ISHARE_AUTH_SESSION) == 0) { in OnDisconnect()
1125 if (strcmp(channel->appInfo.myData.sessionName, ISHARE_AUTH_SESSION) == 0) { in TransCloseAuthChannel()

Completed in 8 milliseconds