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:triggerTimes
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H
A
D
watchdog_task_test.cpp
111
task.
triggerTimes
.push_back(now);
in HWTEST_F()
112
task.
triggerTimes
.push_back(now + 1000);
in HWTEST_F()
113
task.
triggerTimes
.push_back(now + 2000);
in HWTEST_F()
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_task.cpp
158
int size = static_cast<int>(
triggerTimes
.size());
in TimerCountTask()
162
XCOLLIE_LOGD("timeLimit : %{public}" PRIu64 ", countLimit : %{public}d,
triggerTimes
size : %{public}d",
in TimerCountTask()
166
uint64_t timeInterval =
triggerTimes
[size -1] -
triggerTimes
[size - countLimit];
in TimerCountTask()
176
triggerTimes
.clear();
in TimerCountTask()
182
if (
triggerTimes
.size() > static_cast<unsigned long>(countLimit * COUNT_LIMIT_NUM_MAX_RATIO)) {
in TimerCountTask()
183
triggerTimes
.erase(
triggerTimes
.begin(),
triggerTimes
.end() - countLimit);
in TimerCountTask()
H
A
D
watchdog_task.h
90
std::vector<uint64_t>
triggerTimes
;
member in OHOS::HiviewDFX::WatchdogTask
H
A
D
watchdog_inner.cpp
581
task.
triggerTimes
.push_back(now);
in TriggerTimerCountTask()
584
task.
triggerTimes
.clear();
in TriggerTimerCountTask()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H
A
D
hiappevent_watcher_test.cpp
76
triggerTimes
++;
81
return
triggerTimes
;
in GetTriggerTimes()
95
int
triggerTimes
= 0;
member in __anon441::AppEventWatcherTest
Completed in 4 milliseconds