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:lastWatchTime_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H
A
D
watchdog.cpp
63
lastWatchTime_
= 0;
in Init()
174
if ((now -
lastWatchTime_
) >= (CHECK_INTERVAL_TIME / RESET_RATIO)) {
in Timer()
175
lastWatchTime_
= now;
in Timer()
187
if ((now -
lastWatchTime_
) > (RESET_RATIO * CHECK_INTERVAL_TIME) ||
in ReportEvent()
188
(now -
lastWatchTime_
) < (CHECK_INTERVAL_TIME / RESET_RATIO)) {
in ReportEvent()
191
static_cast<unsigned long long>(now), static_cast<unsigned long long>(
lastWatchTime_
));
in ReportEvent()
198
static_cast<uint64_t>(now), static_cast<uint64_t>(
lastWatchTime_
));
in ReportEvent()
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H
A
D
watchdog_test.cpp
106
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::
in HWTEST_F()
125
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::seconds>(std::chrono::
in HWTEST_F()
157
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::seconds>(std::chrono::
in HWTEST_F()
191
watchdog_->
lastWatchTime_
= 2;
in HWTEST_F()
193
EXPECT_EQ(watchdog_->
lastWatchTime_
, 0);
in HWTEST_F()
412
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::microseconds>(
in HWTEST_F()
427
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::microseconds>(
in HWTEST_F()
443
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::microseconds>(
in HWTEST_F()
459
watchdog_->
lastWatchTime_
= std::chrono::duration_cast<std::chrono::microseconds>(
in HWTEST_F()
473
watchdog_->
lastWatchTime_
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H
A
D
watchdog.h
115
int64_t
lastWatchTime_
= 0;
member in OHOS::AppExecFwk::Watchdog
Completed in 2 milliseconds