Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c716 pcb->resInited = FILLP_TRUE; in FillpInitPcb()
722 if (!pcb->resInited) { in FillpRemovePcb()
732 pcb->resInited = FILLP_FALSE; in FillpRemovePcb()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h214 FILLP_INT resInited; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c216 pcb->fpcb.resInited = 0; in SpungePcbNew()