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:IntervalTime
(Results
1 - 7
of
7
) sorted by relevance
/base/startup/init/services/param/liteos/
H
A
D
param_client.c
95
diff =
IntervalTime
(&finishTime, &startTime);
in SystemWaitParameter()
/base/startup/init/device_info/
H
A
D
device_info_stub.cpp
59
if (
IntervalTime
(&g_lastTime, &currTimer) < DEVICE_INFO_EXIT_TIMEOUT_S) {
in UnloadDeviceInfoSa()
/base/startup/init/interfaces/innerkits/include/
H
A
D
init_utils.h
104
INIT_LOCAL_API uint32_t
IntervalTime
(struct timespec *startTime, struct timespec *endTime);
/base/startup/init/services/param/linux/
H
A
D
param_request.c
106
diff =
IntervalTime
(&finishTime, &startTime);
in ReadMessage()
/base/startup/init/services/param/manager/
H
A
D
param_persist.c
207
uint32_t diff =
IntervalTime
(&g_persistWorkSpace.lastSaveTimer, &currTimer);
in WritePersistParam()
/base/startup/init/services/utils/
H
A
D
init_utils.c
733
uint32_t
IntervalTime
(struct timespec *startTime, struct timespec *endTime)
in IntervalTime()
function
/base/startup/init/services/init/
H
A
D
init_common_service.c
720
} else if (
IntervalTime
(&crashTime, &curTime) > (uint32_t)crashTimeLimit) {
in CalculateCrashTime()
Completed in 6 milliseconds