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:USECTONSEC
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_pending.c
40
#define
USECTONSEC
1000LL
macro
138
int64_t time = now.sec *
USECTONSEC
*
USECTONSEC
+ now.usec + (int64_t)waitMillis *
USECTONSEC
;
in ComputeWaitPendTime()
139
outtime->sec = time /
USECTONSEC
/
USECTONSEC
;
in ComputeWaitPendTime()
140
outtime->usec = time % (
USECTONSEC
*
USECTONSEC
);
in ComputeWaitPendTime()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H
A
D
softbus_adapter_bt_common.c
290
#define
USECTONSEC
1000
in SoftBusComputeWaitBleSendDataTime()
macro
293
int64_t time = now.sec *
USECTONSEC
*
USECTONSEC
+ now.usec + (int64_t)waitMillis *
USECTONSEC
;
in SoftBusComputeWaitBleSendDataTime()
294
outtime->sec = time /
USECTONSEC
/
USECTONSEC
;
in SoftBusComputeWaitBleSendDataTime()
295
outtime->usec = time % (
USECTONSEC
*
USECTONSEC
);
in SoftBusComputeWaitBleSendDataTime()
/foundation/communication/dsoftbus/core/connection/br/src/
H
A
D
softbus_conn_br_pending_packet.c
109
#define
USECTONSEC
1000LL
in ConnBrGetBrPendingPacket()
macro
138
int64_t time = (now.sec *
USECTONSEC
*
USECTONSEC
+ now.usec + (int64_t)(waitMillis *
USECTONSEC
));
in ConnBrGetBrPendingPacket()
139
outtime.sec = time /
USECTONSEC
/
USECTONSEC
;
in ConnBrGetBrPendingPacket()
140
outtime.usec = time % (
USECTONSEC
*
USECTONSEC
);
in ConnBrGetBrPendingPacket()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_test_mock.cpp
191
#define
USECTONSEC
1000LL
in WaitForSignal()
macro
197
int64_t time = now.sec *
USECTONSEC
*
USECTONSEC
+ now.usec + DELAY_TIME *
USECTONSEC
;
in WaitForSignal()
199
tv.sec = time /
USECTONSEC
/
USECTONSEC
;
in WaitForSignal()
200
tv.usec = time % (
USECTONSEC
*
USECTONSEC
);
in WaitForSignal()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H
A
D
lnn_lane_link_wifi_direct.c
36
#define
USECTONSEC
1000LL
macro
504
int64_t time = now.sec *
USECTONSEC
*
USECTONSEC
+ now.usec + (int64_t)waitMillis *
USECTONSEC
;
in ComputeWaitForceDownTime()
505
outtime->sec = time /
USECTONSEC
/
USECTONSEC
;
in ComputeWaitForceDownTime()
506
outtime->usec = time % (
USECTONSEC
*
USECTONSEC
);
in ComputeWaitForceDownTime()
/foundation/communication/ipc/utils/src/
H
A
D
rpc_session_handle.c
27
#define
USECTONSEC
1000
in GetWaitTime()
macro
34
waitTime->tv_nsec = now.tv_usec *
USECTONSEC
;
in GetWaitTime()
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_conn_common.c
158
#define
USECTONSEC
1000LL
in ConnectSoftBusCondWait()
macro
167
now.sec += (now.usec + ((int32_t)timeMillis *
USECTONSEC
)) / MICROSECONDS;
in ConnectSoftBusCondWait()
168
now.usec = (now.usec + ((int32_t)timeMillis *
USECTONSEC
)) % MICROSECONDS;
in ConnectSoftBusCondWait()
/foundation/communication/ipc/services/dbinder/c/include/
H
A
D
dbinder_types.h
37
#define
USECTONSEC
1000
macro
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H
A
D
softbus_adapter_thread.c
418
#define
USECTONSEC
1000
in SoftBusCondWait()
macro
439
tv.tv_nsec = time->usec *
USECTONSEC
;
in SoftBusCondWait()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H
A
D
softbus_proxychannel_session.c
33
#define
USECTONSEC
1000
macro
/foundation/communication/ipc/ipc/native/c/rpc/src/
H
A
D
rpc_process_skeleton.c
396
waitTime.tv_nsec = now.tv_usec *
USECTONSEC
;
in AddSendThreadInWait()
/foundation/communication/ipc/services/dbinder/c/src/
H
A
D
dbinder_service.c
316
waitTime->tv_nsec = now.tv_usec *
USECTONSEC
;
in GetWaitTime()
Completed in 8 milliseconds