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:GetSystemTimeMs
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/memmgr/common/include/
H
A
D
kernel_interface.h
79
int64_t
GetSystemTimeMs
();
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_core.cpp
252
systemTimeShot_ =
GetSystemTimeMs
();
in Init()
255
systemTimeShot_ =
GetSystemTimeMs
();
in Init()
415
event.timeStamp_ =
GetSystemTimeMs
();
in RestoreToDatabase()
496
int64_t actualSystemTime =
GetSystemTimeMs
();
in CheckTimeChangeAndGetWallTime()
796
int64_t BundleActiveCore::
GetSystemTimeMs
()
in GetSystemTimeMs()
function in OHOS::DeviceUsageStats::BundleActiveCore
H
A
D
bundle_active_usage_database.cpp
1047
int64_t systemTime =
GetSystemTimeMs
();
in GetCurrentUsageData()
1367
int64_t systemTime =
GetSystemTimeMs
();
in UpdateBundleUsageData()
1586
int64_t BundleActiveUsageDatabase::
GetSystemTimeMs
()
in GetSystemTimeMs()
function in OHOS::DeviceUsageStats::BundleActiveUsageDatabase
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_core.h
225
int64_t
GetSystemTimeMs
();
H
A
D
bundle_active_usage_database.h
113
int64_t
GetSystemTimeMs
();
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
package_usage_test.cpp
1168
int64_t nowTime = bundleActiveCore_->
GetSystemTimeMs
();
in HWTEST_F()
1191
int64_t nowTime = bundleActiveCore_->
GetSystemTimeMs
();
in HWTEST_F()
H
A
D
device_usage_statistics_service_test.cpp
643
* @tc.desc:
GetSystemTimeMs
651
database->
GetSystemTimeMs
();
in HWTEST_F()
/foundation/resourceschedule/memmgr/common/src/
H
A
D
kernel_interface.cpp
196
int64_t KernelInterface::
GetSystemTimeMs
()
in GetSystemTimeMs()
function in OHOS::Memory::KernelInterface
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H
A
D
reclaim_priority_manager.cpp
393
int64_t eventTime = KernelInterface::GetInstance().
GetSystemTimeMs
();
in UpdateReclaimPriority()
413
int64_t eventTime = KernelInterface::GetInstance().
GetSystemTimeMs
();
in UpdateRecalimPrioritySyncWithLock()
Completed in 18 milliseconds