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:needReport_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H
A
D
watchdog_test.cpp
108
watchdog_->
needReport_
= true;
in HWTEST_F()
127
watchdog_->
needReport_
= true;
in HWTEST_F()
145
EXPECT_TRUE(watchdog_->
needReport_
);
in HWTEST_F()
159
watchdog_->
needReport_
= true;
in HWTEST_F()
163
watchdog_->
needReport_
= false;
in HWTEST_F()
165
EXPECT_TRUE(!watchdog_->
needReport_
);
in HWTEST_F()
265
watchdog_->
needReport_
= false;
in HWTEST_F()
267
EXPECT_TRUE(watchdog_->
needReport_
);
in HWTEST_F()
322
watchdog_->
needReport_
= false;
in HWTEST_F()
324
EXPECT_TRUE(!watchdog_->
needReport_
);
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/base/log/
H
A
D
jank_frame_report.cpp
109
needReport_
= false;
in JankFrameReport()
158
needReport_
= true;
in RecordJankStatus()
180
needReport_
= false;
in ClearFrameJankRecord()
228
if (
needReport_
) {
in FlushRecord()
H
A
D
jank_frame_report.h
62
bool
needReport_
;
member in OHOS::Ace::JankFrameReport
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H
A
D
watchdog.cpp
108
needReport_
.store(true);
in AllowReportEvent()
143
if (!
needReport_
) {
in Timer()
204
if (!
needReport_
) {
in ReportEvent()
210
needReport_
.store(false);
in ReportEvent()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H
A
D
watchdog.h
106
std::atomic_bool
needReport_
= true;
member in OHOS::AppExecFwk::Watchdog
Completed in 4 milliseconds