Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c29 struct SpungeMsg *msg = FILLP_NULL_PTR; in SpungePostMsg()
879 struct SpungeMsg *msg = (struct SpungeMsg *)DYMP_ITEM_DATA(item); in SpungeMsgCreatePoolCb()
891 struct SpungeMsg *msg = (struct SpungeMsg *)DYMP_ITEM_DATA(item); in SpungeMsgDestroyPoolCb()
901 return DympCreatePool(initSize, maxSize, sizeof(struct SpungeMsg), FILLP_TRUE, in SpungeMsgCreatePool()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h64 struct SpungeMsg { struct
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c896 struct SpungeMsg *msg = FILLP_NULL_PTR; in SpungeHandleMsgCycle()