Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c45 } AuthReqInfo; typedef
140 AuthReqInfo *item = NULL; in DeInitAuthReqInfo()
141 AuthReqInfo *next = NULL; in DeInitAuthReqInfo()
146 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authReqList->list, AuthReqInfo, node) { in DeInitAuthReqInfo()
163 AuthReqInfo *newItem = (AuthReqInfo *)SoftBusCalloc(sizeof(AuthReqInfo)); in AddAuthReqNode()
165 AUTH_LOGE(AUTH_CONN, "AuthReqInfo calloc fail"); in AddAuthReqNode()
195 AuthReqInfo *item = NULL; in DelAuthReqInfoByAuthHandle()
196 AuthReqInfo *nex in DelAuthReqInfoByAuthHandle()
[all...]

Completed in 1 milliseconds