Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c39 } TransReqAuthItem; typedef
60 TransReqAuthItem *item = NULL; in TransReqAuthPendingDeinit()
61 TransReqAuthItem *next = NULL; in TransReqAuthPendingDeinit()
62 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_reqAuthPendingList->list, TransReqAuthItem, node) { in TransReqAuthPendingDeinit()
77 TransReqAuthItem *item = (TransReqAuthItem *)SoftBusCalloc(sizeof(TransReqAuthItem)); in TransAddAuthReqToPendingList()
104 TransReqAuthItem *item = NULL; in TransDelAuthReqFromPendingList()
105 TransReqAuthItem *next = NULL; in TransDelAuthReqFromPendingList()
128 TransReqAuthItem *item = NULL; in TransUpdateAuthInfo()
129 LIST_FOR_EACH_ENTRY(item, &g_reqAuthPendingList->list, TransReqAuthItem, node) { in TransUpdateAuthInfo()
149 TransReqAuthItem *item = NULL; in TransCheckAuthNegoStatusByReqId()
[all …]