Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sendTime
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_timer.c
183
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
D
fillp_pcb.c
516
FILLP_LLONG detaTime = (FILLP_LLONG)(fpcb->pcbInst->curTime - flowControl->
sendTime
);
in FillpPcbSendFc()
518
if (flowControl->
sendTime
== 0 || realDetaTime >= flowControl->sendInterval) {
in FillpPcbSendFc()
H
A
D
fillp_flow_control.c
288
pcb->send.flowControl.
sendTime
= 0;
in FillpFcInit()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H
A
D
inner_event.h
265
* @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
D
fillp_pcb.h
100
FILLP_LLONG
sendTime
; /* pre send time */
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
time_sync.cpp
647
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
D
spunge_core.c
133
flowControl->
sendTime
= inst->curTime;
in SpungeDoSendCycle()
Completed in 8 milliseconds