Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 – 25 of 40) sorted by relevance

12

/foundation/ability/dmsfwk_lite/source/
Ddmslite_tlv_common.c28 TlvNode* GetNodeByType(uint8_t nodeType, const TlvNode *tlvHead) in GetNodeByType()
75 static uint64_t UnMarshallInt(const TlvNode *tlvHead, uint8_t nodeType, uint8_t fieldSize) in UnMarshallInt()
93 uint8_t UnMarshallUint8(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallUint8()
98 uint16_t UnMarshallUint16(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallUint16()
103 uint32_t UnMarshallUint32(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallUint32()
108 uint64_t UnMarshallUint64(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallUint64()
113 int8_t UnMarshallInt8(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallInt8()
118 int16_t UnMarshallInt16(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallInt16()
123 int32_t UnMarshallInt32(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallInt32()
128 int64_t UnMarshallInt64(const TlvNode *tlvHead, uint8_t nodeType) in UnMarshallInt64()
[all …]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_node_manager.cpp34 void RenderNodeManager::Destroy(const char* nodeType, IRenderNode* aInstance) in Destroy()
42 const char* nodeType) in CreateRenderNode()
50 …anager::RenderNodeTypeInfoFlags RenderNodeManager::GetRenderNodeTypeInfoFlags(const char* nodeType) in GetRenderNodeTypeInfoFlags()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
Dnode_registry.h52 #define REGISTER_NODE(nodeName, nodeType, funcPtr) static NodeRegistry::Registrar g_##nodeName(node… argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
Dnode_registry.h52 #define REGISTER_NODE(nodeName, nodeType, funcPtr) static NodeRegistry::Registrar g_##nodeName(node… argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_accessibility_property.cpp45 std::string nodeType = frameNode->GetTag(); in GetText() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
Dcomponent_content.ts74 const nodeType = getUINativeModule().frameNode.getNodeType(node); constant
/foundation/arkui/ace_engine/frameworks/core/common/
Dlayout_inspector.h26 std::string nodeType; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_xcomponent_modifier.cpp366 auto nodeType = xcPattern->GetXComponentNodeType(); in SetAutoInitialize() local
379 auto nodeType = xcPattern->GetXComponentNodeType(); in Initialize() local
392 auto nodeType = xcPattern->GetXComponentNodeType(); in IsInitialized() local
408 auto nodeType = xcPattern->GetXComponentNodeType(); in Finalize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Drender_service_client_unobscuredUEC_demo.cpp86 RSSurfaceNodeType nodeType = RSSurfaceNodeType::UI_EXTENSION_COMMON_NODE; in InitSurface() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_dirty_region_manager_test.cpp413 RSRenderNodeType nodeType = RSRenderNodeType::RS_NODE; variable
431 RSRenderNodeType nodeType = RSRenderNodeType::CANVAS_NODE; variable
449 RSRenderNodeType nodeType = RSRenderNodeType::SURFACE_NODE; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_dirty_region_manager.cpp336 void RSDirtyRegionManager::UpdateDirtyRegionInfoForDfx(NodeId id, RSRenderNodeType nodeType, in UpdateDirtyRegionInfoForDfx()
351 RSRenderNodeType nodeType, DirtyRegionType dirtyType) const in GetDirtyRegionInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_pattern_v2.cpp32 XComponentPatternV2::XComponentPatternV2(XComponentType type, XComponentNodeType nodeType) in XComponentPatternV2()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
Dwindow_pattern.cpp688 const std::string& nodeType, int32_t index) in AddChild()
696 const std::string& nodeType, bool allowTransition) in RemoveChild()
Dwindow_scene_layout_manager.cpp674 void WindowSceneLayoutManager::DumpRSNodeType(Rosen::RSUINodeType nodeType, std::ostringstream& oss) in DumpRSNodeType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
Dselect_content_overlay_manager.cpp484 auto nodeType = in CreateNormalSelectOverlay() local
536 const RefPtr<FrameNode>& overlayNode, bool animation, NodeType nodeType) in MountNodeToRoot()
1224 const RefPtr<FrameNode>& overlayNode, bool animation, NodeType nodeType) in MountMenuNodeToSubWindow()
/foundation/arkui/ace_engine/test/mock/base/
Dmock_event_report.cpp97 const std::string& nodeType, ScrollableErrorType errorType, const std::string& subErrorType) in ReportScrollableErrorEvent()
/foundation/arkui/ace_engine/interfaces/native/node/
Devent_converter.cpp131 ArkUI_Int32 ConvertOriginEventType(ArkUI_NodeEventType type, int32_t nodeType) in ConvertOriginEventType()
/foundation/arkui/ace_engine/adapter/preview/osal/
Devent_report.cpp102 const std::string& nodeType, ScrollableErrorType errorType, const std::string& subErrorType) in ReportScrollableErrorEvent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_base.cpp526 const RSRenderNodeType nodeType = node.GetType(); in MarshalNode() local
707 RSSurfaceNodeType nodeType = RSSurfaceNodeType::DEFAULT; in CreateRenderSurfaceNode() local
768 RSRenderNodeType nodeType = RSRenderNodeType::UNKNOW; in UnmarshalNode() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
Dlnn_net_builder.h87 NodeType nodeType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
Drs_render_node_drawable_adapter.h378 RSRenderNodeType nodeType = RSRenderNodeType::UNKNOW; member
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnncompiler.cpp339 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
Dhdi_device_v2_1.cpp118 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
Dhdi_device_v2_0.cpp123 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
Ddrag_and_drop_test.cpp574 int32_t nodeType = static_cast<int32_t>(NODE_ON_PRE_DRAG); variable

12