Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c171 } DevUdidNode; typedef
303 DevUdidNode *udidNode = SoftBusCalloc(sizeof(DevUdidNode)); in AddUdidInfoNodeToList()
332 DevUdidNode *item = NULL; in ReleaseDevUdidInfoNode()
333 DevUdidNode *nextItem = NULL; in ReleaseDevUdidInfoNode()
340 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_devUdidList, DevUdidNode, node) { in ReleaseDevUdidInfoNode()
354 DevUdidNode *item = NULL; in IsUdidAlreadyReported()
355 LIST_FOR_EACH_ENTRY(item, &g_devUdidList, DevUdidNode, node) { in IsUdidAlreadyReported()