Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h69 void DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c47 DympSetProdSafe((DympoolType *)pool, prodSafe); in FillbufItemPoolSetConflictSafe()
H A Dspunge_core.c282 DympSetProdSafe(inst->msgPool, FILLP_TRUE); in SpungeInstMsgBoxInit()
458 DympSetProdSafe(g_spunge->epitemPool, FILLP_TRUE); in FtAllocateEpollResource()
468 DympSetProdSafe(g_spunge->eventpollPool, FILLP_TRUE); in FtAllocateEpollResource()
654 DympSetProdSafe(g_spunge->netPool, FILLP_FALSE); in FtInitGlobalNetPool()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c115 void DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetProdSafe() function