Home
last modified time | relevance | path

Searched refs:sendTime (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_timer.c183 FILLP_LLONG detaTime = (FILLP_LLONG)(pcb->pcbInst->curTime - flowControl->sendTime); in FillpSendTimerCb()
203 FILLP_LOGDBG("enable, pcb->send.flowControl.sendTime:%lld, interval:%u", pcb->send.flowControl.sendTime, in FillpEnableSendTimer()
205 if (pcb->send.flowControl.sendTime == 0) { in FillpEnableSendTimer()
207 pcb->send.flowControl.sendTime = pcb->pcbInst->curTime; in FillpEnableSendTimer()
210 pcb->send.flowControl.sendTime + pcb->sendTimerNode.interval); in FillpEnableSendTimer()
212 pcb->send.flowControl.sendTime + pcb->sendTimerNode.interval, &pcb->sendTimerNode); in FillpEnableSendTimer()
H A Dfillp_pcb.c516 FILLP_LLONG detaTime = (FILLP_LLONG)(fpcb->pcbInst->curTime - flowControl->sendTime); in FillpPcbSendFc()
518 if (flowControl->sendTime == 0 || realDetaTime >= flowControl->sendInterval) { in FillpPcbSendFc()
H A Dfillp_flow_control.c288 pcb->send.flowControl.sendTime = 0; in FillpFcInit()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h265 * @param sendTime Send time of the event.
267 inline void SetSendTime(const TimePoint &sendTime) in SetSendTime() argument
269 sendTime_ = sendTime; in SetSendTime()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h100 FILLP_LLONG sendTime; /* pre send time */ member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp647 auto sendTime = sessionBeginTime_[sessionId];
648 LOGD("[TimeSync] Use packet send time %" PRIu64 " rather than %" PRIu64, sendTime, packetBeginTime);
649 return sendTime;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c133 flowControl->sendTime = inst->curTime; in SpungeDoSendCycle()

Completed in 7 milliseconds