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:attachNode
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
node_extened.cpp
367
void*
attachNode
= impl->getExtendedAPI()->getAttachNodePtr(value);
in GetChildAt()
local
368
if (
attachNode
) {
in GetChildAt()
369
return reinterpret_cast<ArkUI_NodeHandle>(
attachNode
);
in GetChildAt()
381
void*
attachNode
= impl->getExtendedAPI()->getAttachNodePtr(value);
in GetFirstChild()
local
382
if (
attachNode
) {
in GetFirstChild()
383
return reinterpret_cast<ArkUI_NodeHandle>(
attachNode
);
in GetFirstChild()
395
void*
attachNode
= impl->getExtendedAPI()->getAttachNodePtr(value);
in GetLastChild()
local
396
if (
attachNode
) {
in GetLastChild()
397
return reinterpret_cast<ArkUI_NodeHandle>(
attachNode
);
in GetLastChild()
409
void*
attachNode
in GetPreviousSibling()
local
423
void*
attachNode
= impl->getExtendedAPI()->getAttachNodePtr(value);
GetNextSibling()
local
437
void*
attachNode
= impl->getExtendedAPI()->getAttachNodePtr(value);
GetParent()
local
[all...]
H
A
D
gesture_impl.cpp
31
void*
attachNode
= nullptr;
member
47
void*
attachNode
;
member
161
return reinterpret_cast<ArkUI_NodeHandle>(event->
attachNode
);
in OH_ArkUI_GestureEvent_GetNode()
185
gestureEvent->
attachNode
= gestureRecognizer->
attachNode
;
in OH_ArkUI_GestureInterruptInfo_GetGestureEvent()
499
recognizer->
attachNode
= node;
in AddGestureToNode()
568
gestureEvent->
attachNode
= recognizer->
attachNode
;
in HandleGestureEvent()
H
A
D
style_modifier.cpp
4799
void*
attachNode
= fullImpl->getExtendedAPI()->getAttachNodePtr(value);
in GetInputCustomKeyboard()
local
4800
if (
attachNode
) {
in GetInputCustomKeyboard()
4801
g_attributeItem.object = reinterpret_cast<ArkUI_NodeHandle>(
attachNode
);
in GetInputCustomKeyboard()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_should_built_in_recognizer_parallel_with_function.h
210
auto
attachNode
= recognizer->GetAttachedNode().Upgrade();
in GetEventTargetInfo()
local
211
if (!
attachNode
) {
in GetEventTargetInfo()
216
auto scrollablePattern =
attachNode
->GetPattern<NG::ScrollablePattern>();
in GetEventTargetInfo()
220
auto swiperPattern =
attachNode
->GetPattern<NG::SwiperPattern>();
in GetEventTargetInfo()
228
scrollableTarget->SetInspectorId(
attachNode
->GetInspectorIdValue(""));
in GetEventTargetInfo()
234
eventTarget->SetInspectorId(
attachNode
->GetInspectorIdValue(""));
in GetEventTargetInfo()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
view_model.h
61
void SetAttachNodePtr(ArkUINodeHandle nodePtr, void*
attachNode
);
H
A
D
node_gesture_modifier.cpp
746
auto
attachNode
= gestureRecognizer->GetAttachedNode().Upgrade();
in getGestureBindNodeId()
local
747
CHECK_NULL_RETURN(
attachNode
, ERROR_CODE_PARAM_INVALID);
in getGestureBindNodeId()
748
auto inspectorId =
attachNode
->GetInspectorIdValue("");
in getGestureBindNodeId()
863
auto
attachNode
= recognizer->GetAttachedNode().Upgrade();
in CreateGestureRecognizer()
local
864
if (
attachNode
) {
in CreateGestureRecognizer()
865
arkUIGestureRecognizer->targetInfo.uiNode = reinterpret_cast<void*>(AceType::RawPtr(
attachNode
));
in CreateGestureRecognizer()
H
A
D
view_model.cpp
880
void SetAttachNodePtr(ArkUINodeHandle nodePtr, void*
attachNode
)
in SetAttachNodePtr()
argument
884
frameNode->SetExternalData(
attachNode
);
in SetAttachNodePtr()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
2905
void*
attachNode
= nullptr;
member
2913
void*
attachNode
;
member
Completed in 49 milliseconds