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:dirtyNodes_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_ace_page.h
115
dirtyNodes_
.emplace(nodeId);
in PushNewNode()
122
auto result =
dirtyNodes_
.emplace(nodeId);
in PushDirtyNode()
132
dirtyNodes_
.clear();
in PopAllDirtyNodes()
139
dirtyNodes_
.clear();
in ClearAllDirtyNodes()
410
std::unordered_set<NodeId>
dirtyNodes_
;
member in OHOS::Ace::OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.h
944
return
dirtyNodes_
.empty();
1125
std::set<RefPtr<UINode>, NodeCompare<RefPtr<UINode>>>
dirtyNodes_
;
member in OHOS::Ace::NG::PipelineContext
H
A
D
pipeline_context.cpp
212
dirtyNodes_
.emplace(dirtyNode);
in AddDirtyCustomNode()
347
if (!ViewStackProcessor::GetInstance()->IsEmpty() && !
dirtyNodes_
.empty()) {
in FlushDirtyNodeUpdate()
351
// SomeTimes, customNode->Update may add some dirty custom nodes to
dirtyNodes_
,
in FlushDirtyNodeUpdate()
354
while (!
dirtyNodes_
.empty() && maxFlushTimes > 0) {
in FlushDirtyNodeUpdate()
355
ArkUIPerfMonitor::GetInstance().RecordStateMgmtNode(
dirtyNodes_
.size());
in FlushDirtyNodeUpdate()
356
decltype(
dirtyNodes_
) dirtyNodes(std::move(
dirtyNodes_
));
in FlushDirtyNodeUpdate()
4220
dirtyNodes_
.clear();
in Destroy()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng.cpp
144
EXPECT_FALSE(context_->
dirtyNodes_
.empty());
in HWTEST_F()
145
context_->
dirtyNodes_
.clear();
in HWTEST_F()
Completed in 14 milliseconds