Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c23 struct HistoryNode { struct
40 struct HistoryNode *it = NULL; in Apply() argument
41 struct HistoryNode *next = NULL; in Apply()
46 LIST_FOR_EACH_ENTRY_SAFE(it, next, &self->histories, struct HistoryNode, node) { in Apply()
64 struct HistoryNode *history = SoftBusCalloc(sizeof(*history)); in Apply()
80 struct HistoryNode *it = NULL; in CleanupHistoriesUnsafe()
81 struct HistoryNode *next = NULL; in CleanupHistoriesUnsafe()
82 LIST_FOR_EACH_ENTRY_SAFE(it, next, &self->histories, struct HistoryNode, node) { in CleanupHistoriesUnsafe()