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:GetRealTime
(Results
1 - 9
of
9
) sorted by relevance
/base/time/time_service/services/time/include/
H
A
D
ntp_update_time.h
36
static bool
GetRealTime
(int64_t &time);
/base/time/time_service/framework/js/napi/system_date_time/include/
H
A
D
napi_system_date_time.h
38
static napi_value
GetRealTime
(napi_env env, napi_callback_info info);
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H
A
D
native_leak_state.cpp
124
userMonitorInfo->AddRealTime(FaultDetectorUtil::
GetRealTime
());
in CollectUserBaseInfo()
147
userMonitorInfo->AddRealTime(FaultDetectorUtil::
GetRealTime
());
in CollectUserBaseInfo()
424
fout << setw(LOG_WEIGHT) << userMonitorInfo->
GetRealTime
().at(i) << endl;
in DumpUserMemInfo()
460
+ string("get info realtime:\t") + FaultDetectorUtil::
GetRealTime
() + "\n";
in ForkProcessToDumpExtraInfo()
505
+ userMonitorInfo->
GetRealTime
().at(i) + "\n";
in DumpUserMemInfoToSmapsFile()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H
A
D
fault_detector_util.h
56
static std::string
GetRealTime
();
H
A
D
fault_detector_util.cpp
229
string FaultDetectorUtil::
GetRealTime
()
in GetRealTime()
function in OHOS::HiviewDFX::FaultDetectorUtil
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H
A
D
fault_info_base.h
145
const std::vector<std::string> &
GetRealTime
() const
in GetRealTime()
function in OHOS::HiviewDFX::MemoryLeakInfoBase
/base/time/time_service/framework/js/napi/system_date_time/src/
H
A
D
napi_system_date_time.cpp
52
DECLARE_NAPI_STATIC_FUNCTION("getRealTime",
GetRealTime
),
in SystemDateTimeInit()
263
napi_value NapiSystemDateTime::
GetRealTime
(napi_env env, napi_callback_info info)
in GetRealTime()
function in OHOS::MiscServices::Time::NapiSystemDateTime
300
return NapiWork::AsyncEnqueue(env, getRealTimeContext, "
GetRealTime
", executor, complete);
in GetRealTime()
/base/time/time_service/services/time/src/
H
A
D
ntp_update_time.cpp
230
bool NtpUpdateTime::
GetRealTime
(int64_t &time)
in GetRealTime()
function in OHOS::MiscServices::NtpUpdateTime
/base/time/time_service/services/
H
A
D
time_system_ability.cpp
883
auto ret = NtpUpdateTime::GetInstance().
GetRealTime
(time);
in GetRealTimeMs()
Completed in 7 milliseconds