Home
last modified time | relevance | path

Searched refs:sendFunc (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_source.cpp195 auto sendFunc = [this, inputBuffers]() mutable { in ProcessData() local
200 pipeEventHandler_->PostTask(sendFunc); in ProcessData()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp151 auto sendFunc = [this, buffer]() mutable { in SendDataAsync() local
159 eventHandler_->PostTask(sendFunc); in SendDataAsync()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp382 auto sendFunc = [this]() mutable { in ProcessData() local
388 pipeSrcEventHandler_->PostTask(sendFunc); in ProcessData()
495 auto sendFunc = [this, surface]() mutable { in OnSurfaceOutputBufferAvailable() local
500 decEventHandler_->PostTask(sendFunc); in OnSurfaceOutputBufferAvailable()
616 auto sendFunc = [this, outputBuffer]() mutable { in PostOutputDataBuffers() local
623 decEventHandler_->PostTask(sendFunc); in PostOutputDataBuffers()
H A Ddecode_data_process_common.cpp429 auto sendFunc = [this]() mutable { in ProcessData() local
435 pipeSrcEventHandler_->PostTask(sendFunc); in ProcessData()
542 auto sendFunc = [this, surface]() mutable { in OnSurfaceOutputBufferAvailable() local
547 decEventHandler_->PostTask(sendFunc); in OnSurfaceOutputBufferAvailable()
663 auto sendFunc = [this, outputBuffer]() mutable { in PostOutputDataBuffers() local
670 decEventHandler_->PostTask(sendFunc); in PostOutputDataBuffers()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c134 ret = spcb->fpcb.sendFunc(conn, conn->sendIov[i].iov_base, conn->sendIov[i].iov_len, spcb); in SpungePcbSendmsgInner()
235 pcb->fpcb.sendFunc = SpungePcbSend; in SpungePcbNew()
H A Dsysio_udp.c474 return pcb->fpcb.sendFunc(conn, sendBuf->p, sendBuf->len + FILLP_HLEN, pcb); in SysioSendPacketUdp()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h203 fillpSendFunc sendFunc; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c1403 ret = pcb->sendFunc(conn, (char *)&req, sizeof(struct FillpPktConnReq), conn->pcb); in FillpSendConnReq()
1529 ret = pcb->sendFunc(conn, (char *)g_rawMsg, (FILLP_INT)dataLen, tempPcb); in FillpSendConnReqAck()
1675 ret = pcb->sendFunc(conn, (FILLP_CHAR *)g_rawMsg, encMsgLen, conn->pcb); in FillpSendConnConfirm()
1735 ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)&confirmAck, sizeof(struct FillpPktConnConfirmAck), conn->pcb); in FillpSendConnConfirmAck()
1818 ret = pcb->sendFunc(conn, (char *)&req, sizeof(struct FillpPktFin), remotePcb); in FillpSendFinInnerImpl()
H A Dfillp_common.c453 FILLP_INT ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)&nackTest, sizeof(struct FillpPktNackWithRandnum), in FillpSendRepaetNack()
802 ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)pack, (FILLP_INT)(tmpDataLen + FILLP_HLEN), in FillpBuildAndSendPack()
H A Dfillp_output.c406 sentBytes = fpcb->sendFunc(conn, (void *)item->buf.p, (FILLP_INT)(item->buf.len + FILLP_HLEN), fpcb->spcb); in FillpSendItem()

Completed in 11 milliseconds