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:backTimes_
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H
A
D
event_logger_test.cpp
396
while (eventLogger->
backTimes_
.size() < 4) {
397
eventLogger->
backTimes_
.push_back(curentTime);
440
EXPECT_TRUE(eventLogger->
backTimes_
.empty());
444
EXPECT_TRUE(eventLogger->
backTimes_
.empty());
464
EXPECT_TRUE(eventLogger->
backTimes_
.empty());
468
EXPECT_EQ(eventLogger->
backTimes_
.size(), 1);
469
while (eventLogger->
backTimes_
.size() <= 5) {
471
eventLogger->
backTimes_
.push_back(count++);
473
EXPECT_TRUE(eventLogger->
backTimes_
.size() > 5);
475
EXPECT_TRUE(eventLogger->
backTimes_
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
event_logger.cpp
839
backTimes_
.push_back(event->happenTime_);
in ReportUserPanicWarning()
840
if (
backTimes_
.size() < BACK_FREEZE_COUNT_LIMIT) {
in ReportUserPanicWarning()
843
if ((event->happenTime_ -
backTimes_
[0] <= BACK_FREEZE_TIME_LIMIT) &&
in ReportUserPanicWarning()
845
backTimes_
.clear();
in ReportUserPanicWarning()
847
backTimes_
.erase(
backTimes_
.begin(),
backTimes_
.end() - (BACK_FREEZE_COUNT_LIMIT - 1));
in ReportUserPanicWarning()
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H
A
D
event_logger.h
62
std::vector<uint64_t>
backTimes_
;
member in OHOS::HiviewDFX::EventLogger
Completed in 4 milliseconds