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:systemTime
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/tools/test/unittest/system_time/
H
A
D
system_time_test.cpp
55
SystemTime
systemTime
;
in HWTEST_F()
local
56
EXPECT_GT(
systemTime
.GetNowSysTime(), 0);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
time_tick_monitor.cpp
126
uint64_t
systemTime
= GetSysCurrentTime();
in TimeTick()
local
128
int64_t systemOffset = static_cast<int64_t>(
systemTime
- lastSystemTime_);
in TimeTick()
130
lastSystemTime_ =
systemTime
;
in TimeTick()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_30to120_test.cpp
247
int64_t
systemTime
= SystemTime();
in Process1()
local
250
rsVsyncCount,
systemTime
+ 3000000); // 3000000==3ms
in Process1()
H
A
D
vsync_30to60_test.cpp
247
int64_t
systemTime
= SystemTime();
in Process1()
local
250
rsVsyncCount,
systemTime
+ 3000000); // 3000000==3ms
in Process1()
H
A
D
vsync_30to90_test.cpp
247
int64_t
systemTime
= SystemTime();
in Process1()
local
250
rsVsyncCount,
systemTime
+ 3000000); // 3000000==3ms
in Process1()
H
A
D
vsync_60to120_test.cpp
247
int64_t
systemTime
= SystemTime();
in Process1()
local
250
rsVsyncCount,
systemTime
+ 3000000); // 3000000==3ms
in Process1()
H
A
D
vsync_90to120_test.cpp
247
int64_t
systemTime
= SystemTime();
in Process1()
local
250
rsVsyncCount,
systemTime
+ 3000000); // 3000000==3ms
in Process1()
H
A
D
vsync_60to90_test.cpp
247
int64_t
systemTime
= SystemTime();
in Process1()
local
250
rsVsyncCount,
systemTime
+ 3000000); // 3000000==3ms
in Process1()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
1047
int64_t
systemTime
= GetSystemTimeMs();
in GetCurrentUsageData()
local
1048
intervalStats->lastTimeSaved_ =
systemTime
;
in GetCurrentUsageData()
1367
int64_t
systemTime
= GetSystemTimeMs();
in UpdateBundleUsageData()
local
1368
stats.lastTimeSaved_ =
systemTime
;
in UpdateBundleUsageData()
Completed in 9 milliseconds