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:rootNodeId_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_document.h
40
explicit DOMDocument(int32_t pageId) :
rootNodeId_
(DOM_ROOT_NODE_ID_BASE + pageId) {}
in DOMDocument()
81
return
rootNodeId_
;
in GetRootNodeId()
99
NodeId
rootNodeId_
= DOM_ROOT_NODE_ID_BASE;
member in OHOS::Ace::Framework::final
H
A
D
dom_document.cpp
283
domNode->SetIsRootNode(nodeId ==
rootNodeId_
);
in CreateNodeWithId()
284
domNode->SetPageId(
rootNodeId_
- DOM_ROOT_NODE_ID_BASE);
in CreateNodeWithId()
463
AceType::MakeRefPtr<ComposedComponent>(std::to_string(ROOT_STACK_ID -
rootNodeId_
), ROOT_STACK_NAME);
in SetUpRootComponent()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H
A
D
accessibility_node_manager.h
78
return
rootNodeId_
;
in GetRootNodeId()
122
rootNodeId_
= nodeId;
174
int32_t
rootNodeId_
= -1;
member in OHOS::Ace::Framework::AccessibilityNodeManager
197
return
rootNodeId_
== -1;
in IsDecor()
H
A
D
accessibility_node_manager.cpp
200
auto rootNode = GetAccessibilityNodeById(
rootNodeId_
+ ROOT_STACK_BASE);
in ~AccessibilityNodeManager()
242
if ((node->GetNodeId() ==
rootNodeId_
+ ROOT_STACK_BASE) && !children.empty()) {
in GetNodeChildIds()
429
accessibilityNode->SetIsRootNode(nodeId ==
rootNodeId_
);
in CreateDeclarativeAccessibilityNode()
430
accessibilityNode->SetPageId(
rootNodeId_
- DOM_ROOT_NODE_ID_BASE);
in CreateDeclarativeAccessibilityNode()
468
accessibilityNode->SetIsRootNode(nodeId ==
rootNodeId_
);
in CreateCommonAccessibilityNode()
469
accessibilityNode->SetPageId(
rootNodeId_
- DOM_ROOT_NODE_ID_BASE);
in CreateCommonAccessibilityNode()
485
auto rootStackId =
rootNodeId_
+ (!IsDecor() ? ROOT_STACK_BASE : ROOT_DECOR_BASE);
in GetRootAccessibilityNode()
490
parentNode->SetPageId(
rootNodeId_
- DOM_ROOT_NODE_ID_BASE);
in GetRootAccessibilityNode()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
scene_impl.cpp
707
rootNodeId_
= rootId;
in onSceneInitialized()
708
auto rootIdNormalized = NormalizePath(
rootNodeId_
);
in onSceneInitialized()
854
if (path ==
rootNodeId_
) {
in NormalizePath()
859
if (path.compare(hasSlash ? 1 : 0,
rootNodeId_
.size(),
rootNodeId_
.data())) {
in NormalizePath()
862
patchedPath.append(
rootNodeId_
);
in NormalizePath()
1171
nodePath = "/" +
rootNodeId_
+ "/";
1737
BASE_NS::string
rootNodeId_
;
member in __anon9836::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.h
658
rootNodeId_
= rootNodeId;
in SetRootNodeId()
663
return
rootNodeId_
;
in GetRootNodeId()
891
int32_t
rootNodeId_
= 0; // host is Page or NavDestination
member in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode::NotificationType
Completed in 8 milliseconds