Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 – 13 of 13) 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/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/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_dirty_region_manager_test.cpp346 RSRenderNodeType nodeType = RSRenderNodeType::RS_NODE; variable
364 RSRenderNodeType nodeType = RSRenderNodeType::CANVAS_NODE; variable
382 RSRenderNodeType nodeType = RSRenderNodeType::SURFACE_NODE; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_dirty_region_manager.cpp198 void RSDirtyRegionManager::UpdateDirtyRegionInfoForDfx(NodeId id, RSRenderNodeType nodeType, in UpdateDirtyRegionInfoForDfx()
212 RSRenderNodeType nodeType, DirtyRegionType dirtyType) const in GetDirtyRegionInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_common_def.h133 RSSurfaceNodeType nodeType = RSSurfaceNodeType::DEFAULT; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
Drsrendernode_fuzzer.cpp203 RSRenderNodeType nodeType = GetData<RSRenderNodeType>(); in RSDirtyRegionManagerFuzzTest() local
/foundation/ai/neural_network_runtime/frameworks/native/
Dcompilation.cpp819 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
Dhdi_device_v2_0.cpp117 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_surface_render_node.h183 void SetSurfaceNodeType(RSSurfaceNodeType nodeType) in SetSurfaceNodeType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dfocus_hub.cpp1436 RefPtr<FocusHub> FocusHub::GetChildFocusNodeByType(FocusNodeType nodeType) in GetChildFocusNodeByType()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_net_builder.c99 NodeType nodeType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_visitor.cpp3431 auto nodeType = node.GetCacheType(); in UpdateCacheRenderNodeMapWithBlur() local