Home
last modified time | relevance | path

Searched defs:nodeContent (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/syntax/
Dcontent_slot_syntax_test_ng.cpp87 NodeContent* nodeContent = AceType::RawPtr(nodeContentPtr_); variable
129 NodeContent* nodeContent = AceType::RawPtr(nodeContentPtr_); variable
143 auto* nodeContent = event->nodeContent; in __anon5b34169b0202() local
183 NodeContent* nodeContent = nullptr; variable
222 auto nodeContent = AceType::RawPtr(nodeContentPtr_); variable
263 auto nodeContent = AceType::RawPtr(nodeContentPtr_); variable
294 auto nodeContent = AceType::RawPtr(nodeContentPtr_); variable
334 auto nodeContent = AceType::RawPtr(nodeContentPtr_); variable
380 auto nodeContent = AceType::RawPtr(nodeContentPtr_); variable
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_content_modifier.cpp27 auto* nodeContent = reinterpret_cast<NodeContent*>(content); in AddChild() local
37 auto* nodeContent = reinterpret_cast<NodeContent*>(content); in InsertChild() local
47 auto* nodeContent = reinterpret_cast<NodeContent*>(content); in RemoveChild() local
66 auto* nodeContent = reinterpret_cast<NodeContent*>(content); in RegisterEvent() local
75 auto* nodeContent = reinterpret_cast<NodeContent*>(content); in SetUserData() local
83 auto* nodeContent = reinterpret_cast<NodeContent*>(content); in GetUserData() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_content_slot.cpp41 auto nodeContent = JSRef<JSObject>::Cast(info[0])->GetProperty("nativePtr_"); in Create() local
61 void JSNodeContent::Destructor(NG::NodeContent* nodeContent) in Destructor()
73 auto* nodeContent = JSRef<JSObject>::Cast(info[0])->Unwrap<NG::NodeContent>(); in GetNativeContent() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/implementation/
Dnode_content_accessor.cpp49 auto nodeContent = AceType::DynamicCast<NG::NodeContent>(peer->content); in AddFrameNodeImpl() local
63 auto nodeContent = AceType::DynamicCast<NG::NodeContent>(peer->content); in RemoveFrameNodeImpl() local
Dnode_content_peer.h26 auto nodeContent = new NodeContentPeer(); in Create() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
Dxml_parse.cpp160 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
177 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
191 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
Dcjui_api.h3494 ArkUINodeContentHandle nodeContent; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
Darkoala_api.h6934 ArkUINodeContentHandle nodeContent; member