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:checkInterval
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_task.cpp
57
checkInterval
= interval;
in WatchdogTask()
68
checkInterval
= interval;
in WatchdogTask()
79
checkInterval
= 0;
in WatchdogTask()
91
checkInterval
= timeLimit / TIME_LIMIT_NUM_MAX_RATIO;
in WatchdogTask()
135
if ((
checkInterval
!= 0) && (now - nextTickTime > (resetRatio *
checkInterval
))) {
in Run()
138
now, nextTickTime,
checkInterval
);
in Run()
306
std::string description = GetBlockDescription(
checkInterval
/ 1000); // 1s = 1000ms
in EvaluateCheckerState()
319
std::string description = GetBlockDescription(
checkInterval
/ 1000) +
in EvaluateCheckerState()
H
A
D
watchdog_task.h
49
checkInterval
(0),
in WatchdogTask()
83
uint64_t
checkInterval
;
member in OHOS::HiviewDFX::WatchdogTask
H
A
D
watchdog_inner.cpp
742
if (task.
checkInterval
== 0) {
in ReInsertTaskIfNeed()
747
task.nextTickTime = task.nextTickTime + task.
checkInterval
;
in ReInsertTaskIfNeed()
/base/hiviewdfx/hiview/plugins/performance/timer/
H
A
D
SceneTimerOhImpl.h
28
const static unsigned int
checkInterval
= 500; // this means accuracy
member in OHOS::HiviewDFX::SceneTimerOhImpl
H
A
D
SceneTimerOhImpl.cpp
65
milliseconds interval(
checkInterval
);
in Loop()
Completed in 4 milliseconds