Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c154 return ERR_COMM; in EpModify()
203 return ERR_COMM; in EpUnlink()
243 return ERR_COMM; in EpRemove()
249 return ERR_COMM; in EpRemove()
284 return ERR_COMM; in EpGetEventsAndSignal()
289 return ERR_COMM; in EpGetEventsAndSignal()
484 return ERR_COMM; in EpInsert()
752 return ERR_COMM; in SpungeEpollFindRemove()
779 return ERR_COMM; in SpungeEpollFindRemove()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dfillp_os.c89 return ERR_COMM; in SysArchSetSockBlocking()
94 return ERR_COMM; in SysArchSetSockBlocking()
H A Dlog.c46 return ERR_COMM; in FillpApiSetMgtMsgLog()
H A Dskiplist.c216 return ERR_COMM; in SkiplistInsertAtMid()
330 return ERR_COMM; in SkipListInsert()
H A Dspunge_message.c61 return ERR_COMM; in SpungePostMsg()
452 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_COMM; in SpungeHandleMsgBind()
670 sock->coreErrType[MSG_TYPE_DO_CLOSE] = ERR_COMM; in SpungeHandleMsgClose()
H A Dcallbacks.c1304 return ERR_COMM; in FillpAdaptSysArchSemWaitTimeout()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c143 return ERR_COMM; in InitSendPcbSimplePar()
150 return ERR_COMM; in InitSendPcbSimplePar()
158 return ERR_COMM; in InitSendPcbSimplePar()
H A Dfillp_output.c305 return ERR_COMM; in FillpAddtoListBySeqNum()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h299 #define ERR_COMM (-1000) /* general error */ macro