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:GetSeconds
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H
A
D
daily_controller.cpp
43
int64_t nowTime = TimeUtil::
GetSeconds
();
in CheckThreshold()
68
lastUpdateTime = TimeUtil::
GetSeconds
();
in CheckTimeOfCache()
152
exceedTime = TimeUtil::
GetSeconds
();
in UpdateCacheAndDb()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/test/
H
A
D
trace_storage_test.cpp
82
auto dateOneDayAgo = TimeUtil::TimestampFormatToDate(TimeUtil::
GetSeconds
() - secondsOfOneDay, "%Y%m%d");
in HWTEST_F()
83
auto dateThreeDaysAgo = TimeUtil::TimestampFormatToDate(TimeUtil::
GetSeconds
() - secondsOfThreeDays, "%Y%m%d");
in HWTEST_F()
/base/hiviewdfx/hiview/base/utility/include/
H
A
D
time_util.h
54
int64_t
GetSeconds
();
/base/hiviewdfx/hiview/plugins/event_store/
H
A
D
sys_event_store.cpp
118
std::string dateStr(TimeUtil::TimestampFormatToDate(TimeUtil::
GetSeconds
(), "%Y%m%d"));
in OnEvent()
/base/hiviewdfx/hiview/base/utility/
H
A
D
hiview_db_util.cpp
51
std::string dateStr = TimeUtil::TimestampFormatToDate(TimeUtil::
GetSeconds
(), "%Y%m%d");
in CreateFileNameByDate()
H
A
D
time_util.cpp
53
int64_t
GetSeconds
()
in GetSeconds()
function
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H
A
D
adapter_utility_ohos_test.cpp
208
* @tc.desc: Test Sleep/
GetSeconds
defined in namespace TimeUtil
214
auto time = TimeUtil::
GetSeconds
();
in HWTEST_F()
Completed in 4 milliseconds