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:oldChild
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
title_bar_node.cpp
41
auto
oldChild
= GetChildAtIndex(slot);
in FastPreviewUpdateChild()
local
42
if (title_ ==
oldChild
) {
in FastPreviewUpdateChild()
44
} else if (menu_ ==
oldChild
) {
in FastPreviewUpdateChild()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H
A
D
node_container_pattern.cpp
47
auto
oldChild
= host->GetChildAtIndex(0);
in RemakeNode()
local
48
if ((!
oldChild
&& !newNode) || (
oldChild
&&
oldChild
== newNode)) {
in RemakeNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_view_register_impl_ng.cpp
267
auto
oldChild
= AceType::DynamicCast<NG::CustomNode>(pageNode->GetChildren().front());
in CleanPageNode()
local
268
if (
oldChild
) {
in CleanPageNode()
271
oldChild
->FireOnDisappear();
in CleanPageNode()
274
oldChild
->Reset();
in CleanPageNode()
H
A
D
jsi_view_register_impl.cpp
296
auto
oldChild
= AceType::DynamicCast<NG::CustomNode>(pageNode->GetChildren().front());
in CleanPageNode()
local
297
if (
oldChild
) {
in CleanPageNode()
300
oldChild
->FireOnDisappear();
in CleanPageNode()
303
oldChild
->Reset();
in CleanPageNode()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H
A
D
js_inspector_manager.cpp
223
auto
oldChild
= ElementRegister::GetInstance()->GetUINodeById(nodeId);
in OperateComponent()
local
224
if (!
oldChild
) {
in OperateComponent()
235
parent =
oldChild
->GetParent();
in OperateComponent()
237
slot = parent->GetChildIndex(
oldChild
);
in OperateComponent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_page_router_ng.cpp
84
auto
oldChild
= AceType::DynamicCast<NG::CustomNode>(pageNode->GetChildren().front());
in LoadNativeViewNG()
local
85
if (
oldChild
) {
in LoadNativeViewNG()
86
oldChild
->Reset();
in LoadNativeViewNG()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
js_card_parser.cpp
1062
auto
oldChild
= std::move(child);
in ReplaceParam()
local
1063
child =
oldChild
->GetNext();
in ReplaceParam()
1078
ReplaceParam(
oldChild
);
in ReplaceParam()
1079
node->Replace(key.c_str(),
oldChild
);
in ReplaceParam()
Completed in 10 milliseconds