Home
last modified time | relevance | path

Searched refs:sendTimerNode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_timer.c200 if (FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&pcb->sendTimerNode)) { in FillpEnableSendTimer()
204 pcb->sendTimerNode.interval); in FillpEnableSendTimer()
210 pcb->send.flowControl.sendTime + pcb->sendTimerNode.interval); in FillpEnableSendTimer()
212 pcb->send.flowControl.sendTime + pcb->sendTimerNode.interval, &pcb->sendTimerNode); in FillpEnableSendTimer()
217 if (FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&pcb->sendTimerNode)) { in FillpDisableSendTimer()
218 FillpTimingWheelDelTimer(pcb->sendTimerNode.wheel, &pcb->sendTimerNode); in FillpDisableSendTimer()
H A Dfillp_pcb.c511 if (FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&fpcb->sendTimerNode)) { in FillpPcbSendFc()
656 FILLP_TIMING_WHEEL_INIT_NODE(&pcb->sendTimerNode); in FillpInitPcbTimeNode()
657 pcb->sendTimerNode.cbNode.cb = FillpSendTimerCb; in FillpInitPcbTimeNode()
658 pcb->sendTimerNode.cbNode.arg = (void *)pcb; in FillpInitPcbTimeNode()
H A Dfillp_flow_control.c186 pcb->sendTimerNode.interval = (FILLP_UINT32)(flowControl->sendInterval / FILLP_FC_IN_BIT); in FillpCalSendInterval()
187 …G("Send interval %lld, timer_interval:%u", flowControl->sendInterval, pcb->sendTimerNode.interval); in FillpCalSendInterval()
H A Dfillp_output.c467 if (!(FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&pcb->sendTimerNode)) && in FillpSetSimplePack()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h186 struct FillpTimingWheelTimerNode sendTimerNode; member