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:curTime
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
27
struct timespec
curTime
;
in GetRtcTime()
local
28
int res = clock_gettime(CLOCK_MONOTONIC, &
curTime
);
in GetRtcTime()
33
return
curTime
.tv_sec * MS_OF_S +
curTime
.tv_nsec / NS_OF_MS;
in GetRtcTime()
38
struct timespec
curTime
;
in GetSystemTime()
local
39
int res = clock_gettime(CLOCK_MONOTONIC, &
curTime
);
in GetSystemTime()
44
return
curTime
.tv_sec * MS_OF_S +
curTime
.tv_nsec / NS_OF_MS;
in GetSystemTime()
49
struct timeval
curTime
;
in GetReeTime()
local
50
int res = gettimeofday(&
curTime
, NUL
in GetReeTime()
[all...]
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
26
struct timespec
curTime
;
in GetRtcTime()
local
27
int res = clock_gettime(CLOCK_MONOTONIC, &
curTime
);
in GetRtcTime()
32
return
curTime
.tv_sec * MS_OF_S +
curTime
.tv_nsec / NS_OF_MS;
in GetRtcTime()
37
struct timespec
curTime
;
in GetSystemTime()
local
38
int res = clock_gettime(CLOCK_MONOTONIC, &
curTime
);
in GetSystemTime()
43
return
curTime
.tv_sec * MS_OF_S +
curTime
.tv_nsec / NS_OF_MS;
in GetSystemTime()
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_frl.c
623
uint64_t
curTime
= OsalGetSysTimeMs();
in HdmiFrlTrainingReadyCheckTimeout()
local
626
if ((
curTime
- frl->info.machineInfo.startTime) > frl->info.machineInfo.waitReadyTime) {
in HdmiFrlTrainingReadyCheckTimeout()
682
uint64_t
curTime
;
in HdmiFrlTrainingResultHandleTimeout()
local
708
curTime
= OsalGetSysTimeMs();
in HdmiFrlTrainingResultHandleTimeout()
709
if ((
curTime
- frl->info.machineInfo.startTime) > frl->info.machineInfo.waitHandleTime) {
in HdmiFrlTrainingResultHandleTimeout()
726
uint64_t
curTime
= OsalGetSysTimeMs();
in HdmiFrlRetrainingCheckTimeout()
local
732
if ((
curTime
- frl->info.machineInfo.startTime) <= frl->info.machineInfo.waitRetrainTime) {
in HdmiFrlRetrainingCheckTimeout()
/drivers/hdf_core/framework/model/input/driver/
H
A
D
hdf_key.c
46
uint64_t
curTime
= OsalGetSysTimeMs();
in KeyIrqHandle()
local
48
driver->timeStamp =
curTime
;
in KeyIrqHandle()
Completed in 4 milliseconds