Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_decision_center.c42 } ExceptionConnInfo; typedef
77 ExceptionConnInfo *target = NULL; in HandleBrConnectException()
78 ExceptionConnInfo *it = NULL; in HandleBrConnectException()
79 LIST_FOR_EACH_ENTRY(it, &g_exceptionConnMgr.connections->list, ExceptionConnInfo, node) { in HandleBrConnectException()
102 ExceptionConnInfo *connInfo = SoftBusCalloc(sizeof(ExceptionConnInfo)); in HandleBrConnectException()
122 ExceptionConnInfo *it = NULL; in ClearBrConnectException()
123 ExceptionConnInfo *next = NULL; in ClearBrConnectException()
124 …LIST_FOR_EACH_ENTRY_SAFE(it, next, &g_exceptionConnMgr.connections->list, ExceptionConnInfo, node)… in ClearBrConnectException()