Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c45 static List g_ctxList = { &g_ctxList, &g_ctxList }; variable
49 return &g_ctxList; in GetCoapContextList()
54 ListInsertTail(&g_ctxList, &ctx->node); in CoapContextInsert()
65 LIST_FOR_EACH(pos, &g_ctxList) { in CoapGetCoapCtxType()
76 return !ListIsEmpty(&g_ctxList); in IsCoapContextReady()
176 LIST_FOR_EACH(pos, &g_ctxList) { in CoAPEpollErrorHandle()
196 LIST_FOR_EACH(pos, &g_ctxList) { in RegisterCtxTask()
329 LIST_FOR_EACH_SAFE(pos, tmp, &g_ctxList) { in DeRegisterCoAPEpollTask()
525 LIST_FOR_EACH(pos, &g_ctxList) { in ResetCoapSocketTaskCount()