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 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend_declarative.cpp
135
std::vector<NodeId>
dirtyNodes
;
in OnPageLoaded()
136
page->PopAllDirtyNodes(
dirtyNodes
);
in OnPageLoaded()
137
if (
dirtyNodes
.empty()) {
in OnPageLoaded()
140
auto rootNodeId =
dirtyNodes
.front();
in OnPageLoaded()
H
A
D
card_frontend.cpp
212
std::vector<NodeId>
dirtyNodes
;
in OnPageLoaded()
213
page->PopAllDirtyNodes(
dirtyNodes
);
in OnPageLoaded()
214
if (
dirtyNodes
.empty()) {
in OnPageLoaded()
217
auto rootNodeId =
dirtyNodes
.front();
in OnPageLoaded()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_context_test.cpp
156
auto
dirtyNodes
= rSContext.GetUiFrameworkDirtyNodes();
in HWTEST_F()
local
157
ret =
dirtyNodes
.size();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_page_router.cpp
492
std::vector<NodeId>
dirtyNodes
;
in OnPageUpdate()
493
jsPage->PopAllDirtyNodes(
dirtyNodes
);
in OnPageUpdate()
494
for (auto nodeId :
dirtyNodes
) {
in OnPageUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_ace_page.h
128
void PopAllDirtyNodes(std::vector<NodeId>&
dirtyNodes
)
in PopAllDirtyNodes()
argument
131
dirtyNodes
= std::move(dirtyNodesOrderedByTime_);
in PopAllDirtyNodes()
H
A
D
frontend_delegate_impl.cpp
855
std::vector<NodeId>
dirtyNodes
;
in TriggerPageUpdate()
856
jsPage->PopAllDirtyNodes(
dirtyNodes
);
in TriggerPageUpdate()
857
for (auto nodeId :
dirtyNodes
) {
in TriggerPageUpdate()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.cpp
219
decltype(predictLayoutNodes_)
dirtyNodes
(std::move(predictLayoutNodes_));
in FlushPredictLayout()
220
for (const auto& dirtyNode :
dirtyNodes
) {
in FlushPredictLayout()
472
decltype(dirtyLayoutNodes_)
dirtyNodes
(std::move(dirtyLayoutNodes_));
in FlushLayout()
473
for (const auto& dirtyNode :
dirtyNodes
) {
in FlushLayout()
482
for (const auto& dirtyNode :
dirtyNodes
) {
in FlushLayout()
562
decltype(dirtyRenderNodes_)
dirtyNodes
(std::move(dirtyRenderNodes_));
in FlushRender()
563
for (const auto& dirtyNode :
dirtyNodes
) {
in FlushRender()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
857
std::vector<NodeId>
dirtyNodes
;
in TriggerPageUpdate()
858
jsPage->PopAllDirtyNodes(
dirtyNodes
);
in TriggerPageUpdate()
859
for (auto nodeId :
dirtyNodes
) {
in TriggerPageUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
1480
std::vector<NodeId>
dirtyNodes
;
in TriggerPageUpdate()
1481
jsPage->PopAllDirtyNodes(
dirtyNodes
);
in TriggerPageUpdate()
1482
for (auto nodeId :
dirtyNodes
) {
in TriggerPageUpdate()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_main_thread.cpp
1887
dirtyNodes
= GetContext().GetUiFrameworkDirtyNodes()] () mutable {
in ProcessHgmFrameRate()
1899
auto uiFrameworkDirtyNodeName = frameRateMgr->GetUiFrameworkDirtyNodes(
dirtyNodes
);
in ProcessHgmFrameRate()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
356
decltype(dirtyNodes_)
dirtyNodes
(std::move(dirtyNodes_));
in FlushDirtyNodeUpdate()
357
for (const auto& node :
dirtyNodes
) {
in FlushDirtyNodeUpdate()
Completed in 36 milliseconds