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:rootComponent_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H
A
D
basic_tdd_test.cpp
33
BasicTddTest::BasicTddTest() :
rootComponent_
(nullptr) {}
in BasicTddTest()
136
rootComponent_
= ComponentUtils::GetComponentFromBindingObject(rootEl);
in CreatePage()
137
if (
rootComponent_
== nullptr) {
in CreatePage()
146
Component::BuildViewTree(
rootComponent_
, nullptr, rootViewParam);
in CreatePage()
147
rootComponent_
->OnViewAttached();
in CreatePage()
148
UIView *view =
rootComponent_
->GetComponentRootView();
in CreatePage()
169
ComponentUtils::ReleaseComponents(
rootComponent_
);
in DestroyPage()
170
rootComponent_
= nullptr;
in DestroyPage()
H
A
D
basic_tdd_test.h
70
Component *
rootComponent_
;
member in OHOS::ACELite::BasicTddTest
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_proxy.cpp
26
rootComponent_
->SetChild(boxComponent_);
in Mount()
27
rootComponent_
->MarkNeedUpdate();
in Mount()
H
A
D
dom_div.cpp
331
rootComponent_
->MarkNeedUpdate();
in OnMounted()
346
auto child =
rootComponent_
->GetChild();
in OnMounted()
354
rootComponent_
->SetChild(scroll_);
in OnMounted()
358
auto child =
rootComponent_
->GetChild();
in OnMounted()
364
rootComponent_
->SetChild(scroll_);
in OnMounted()
542
auto child =
rootComponent_
->GetChild();
in CompositeComponents()
547
rootComponent_
->SetChild(focusCollaboration);
in CompositeComponents()
553
rootComponent_
->SetChild(scroll_);
in CompositeComponents()
560
rootComponent_
->SetChild(scroll_);
in CompositeComponents()
562
rootComponent_
in CompositeComponents()
[all...]
H
A
D
dom_stack.cpp
136
auto rootChild =
rootComponent_
->GetChild();
in CompositeComponents()
141
rootComponent_
->SetChild(scroll_);
in CompositeComponents()
H
A
D
dom_node.cpp
85
rootComponent_
= AceType::MakeRefPtr<ComposedComponent>(std::to_string(nodeId), nodeName);
in DOMNode()
470
rootComponent_
->MarkNeedUpdate();
in MarkNeedUpdate()
471
rootComponent_
->SetUpdateType(UpdateType::ALL);
in MarkNeedUpdate()
472
pipelineContext->ScheduleUpdate(
rootComponent_
);
in MarkNeedUpdate()
584
rootComponent_
->MarkNeedUpdate();
in UpdatePseudoStyleByStatus()
585
rootComponent_
->SetUpdateType(UpdateType::STYLE);
in UpdatePseudoStyleByStatus()
586
pipelineContext->ScheduleUpdate(
rootComponent_
);
in UpdatePseudoStyleByStatus()
724
auto rootChild = AceType::DynamicCast<RenderComponent>(
rootComponent_
->GetChild());
in GenerateComponentNode()
741
rootComponent_
->MarkNeedUpdate();
in GenerateComponentNode()
1290
rootComponent_
in CompositeComponents()
[all...]
H
A
D
dom_node.h
97
displayComponent_ = AceType::MakeRefPtr<DisplayComponent>(
rootComponent_
->GetChild());
in SetTweenComponent()
121
return
rootComponent_
;
in GetRootComponent()
888
RefPtr<ComposedComponent>
rootComponent_
;
member in OHOS::Ace::Framework::DOMNode
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H
A
D
js_page_state_machine.cpp
46
rootComponent_
= nullptr;
in StateMachine()
356
rootComponent_
= ComponentUtils::GetComponentFromBindingObject(element);
in RenderPage()
360
scrollLayer_->AppendScrollLayer(
rootComponent_
);
in RenderPage()
458
ComponentUtils::ReleaseComponents(
rootComponent_
);
in ReleaseHistoryPageResource()
459
rootComponent_
= nullptr;
in ReleaseHistoryPageResource()
H
A
D
js_page_state_machine.h
100
Component *
rootComponent_
;
member in OHOS::ACELite::final
Completed in 8 milliseconds