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/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H
A
D
rs_memory_manager.cpp
593
bool
needReport
= false;
in MemoryOverCheck()
598
needReport
= false;
in MemoryOverCheck()
607
needReport
= true;
in MemoryOverCheck()
611
needReport
= true;
in MemoryOverCheck()
614
if (
needReport
) {
in MemoryOverCheck()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
network.h
58
void StartNetDetection(bool
needReport
);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_select_controller.cpp
697
bool
needReport
= !GetFirstIndex().has_value() || !GetSecondIndex().has_value();
in FireSelectEvent()
local
700
needReport
|= GetFirstIndex().value() != firstHandleInfo_.index;
in FireSelectEvent()
704
needReport
|= GetSecondIndex().value() != secondHandleInfo_.index;
in FireSelectEvent()
715
if (
needReport
&& textFiled->IsModifyDone() && (textFiled->HasFocus()
in FireSelectEvent()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
network.cpp
506
void Network::StartNetDetection(bool
needReport
)
in StartNetDetection()
argument
515
if (
needReport
|| netMonitor_) {
in StartNetDetection()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_root.cpp
1537
bool
needReport
= true;
in FocusFaultDetection()
local
1545
needReport
= false;
in FocusFaultDetection()
1548
needReport
= true;
in FocusFaultDetection()
1554
if (
needReport
) {
in FocusFaultDetection()
Completed in 9 milliseconds