Home
last modified time | relevance | path

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

/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/ai/neural_network_runtime/example/drivers/nnrt/hdi_cpu_service/include/
Dnode_registry.h52 #define REGISTER_NODE(nodeName, nodeType, funcPtr) static NodeRegistry::Registrar g_##nodeName(node… argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_common_def.h92 RSSurfaceNodeType nodeType = RSSurfaceNodeType::DEFAULT; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_surface_render_node.h71 void SetSurfaceNodeType(RSSurfaceNodeType nodeType) in SetSurfaceNodeType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dfocus_hub.cpp1154 RefPtr<FocusHub> FocusHub::GetChildFocusNodeByType(FocusNodeType nodeType) in GetChildFocusNodeByType()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_net_builder.c91 NodeType nodeType; member