Searched refs:TransReqAuthItem (Results 1 – 1 of 1) sorted by relevance
39 } TransReqAuthItem; typedef60 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 …]