Home
last modified time | relevance | path

Searched refs:g_sessionList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session.c18 static List *g_sessionList; variable
28 g_sessionList = ListCreate(NULL); in RfcommCreateSessionList()
42 if (g_sessionList == NULL) { in RfcommDestroySessionList()
48 node = ListGetFirstNode(g_sessionList); in RfcommDestroySessionList()
60 ListDelete(g_sessionList); in RfcommDestroySessionList()
61 g_sessionList = NULL; in RfcommDestroySessionList()
144 if (g_sessionList == NULL) { in RfcommCreateSession()
174 ListAddLast(g_sessionList, session); in RfcommCreateSession()
268 if (g_sessionList == NULL) { in RfcommGetSessionByLcid()
298 if (g_sessionList == NULL) { in RfcommGetSessionByAddr()
[all …]
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_session_mgr.c31 static struct DoubleList g_sessionList = { &g_sessionList, &g_sessionList }; variable
73 CM_DLIST_ITER(sessionNode, &g_sessionList) { in DeleteFirstAbortableSession()
99 CmAddNodeAtListTail(&g_sessionList, &sessionNode->listHead); in AddSessionNode()
197 CM_DLIST_ITER(node, &g_sessionList) { in CmQuerySession()
212 CM_DLIST_ITER(node, &g_sessionList) { in CmDeleteSession()
258 CM_DLIST_SAFT_ITER(node, &g_sessionList) { in CmDeleteSessionByNodeInfo()