Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_dfx.h38 extern List g_dFileSessionChain;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c47 List g_dFileSessionChain = {&(g_dFileSessionChain), &(g_dFileSessionChain)}; variable
76 ListInitHead(&g_dFileSessionChain); in GetDFileSessionId()
106 LIST_FOR_EACH(pos, &g_dFileSessionChain) { in GetDFileSessionNodeById()
137 ListInsertTail(&g_dFileSessionChain, &node->list); in AddDFileSessionNode()
157 LIST_FOR_EACH_SAFE(pos, tmp, &g_dFileSessionChain) { in PopDFileSessionNodeById()
168 ListInsertTail(&g_dFileSessionChain, &node->list); in PopDFileSessionNodeById()
H A Dnstackx_dfile_dfx.c59 LIST_FOR_EACH(pos, &g_dFileSessionChain) in HidumpList()