/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_tlv_common.c | 28 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 …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_manager.cpp | 34 void RenderNodeManager::Destroy(char const* nodeType, IRenderNode* aInstance) in Destroy() 42 char const* nodeType) in CreateRenderNode() 50 …anager::RenderNodeTypeInfoFlags RenderNodeManager::GetRenderNodeTypeInfoFlags(char const* nodeType) in GetRenderNodeTypeInfoFlags()
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/ |
H A D | node_registry.h | 52 #define REGISTER_NODE(nodeName, nodeType, funcPtr) static NodeRegistry::Registrar g_##nodeName(node… argument
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/ |
H A D | node_registry.h | 52 #define REGISTER_NODE(nodeName, nodeType, funcPtr) static NodeRegistry::Registrar g_##nodeName(node… argument
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _node_v10.md | 93 ### nodeType subsection
|
H A D | _node_v20.md | 93 ### nodeType subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_accessibility_property.cpp | 46 std::string nodeType = frameNode->GetTag(); in GetText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | layout_inspector.h | 26 std::string nodeType; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_dirty_region_manager_test.cpp | 355 RSRenderNodeType nodeType = RSRenderNodeType::RS_NODE; variable 373 RSRenderNodeType nodeType = RSRenderNodeType::CANVAS_NODE; variable 391 RSRenderNodeType nodeType = RSRenderNodeType::SURFACE_NODE; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | Generator.js | 37 astToObjConfigNodeType(nodeType, obj, node) { argument
|
H A D | ast.js | 356 constructor(name, nodeType, refName) { argument 443 setNodeType(nodeType) { argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 275 void RSDirtyRegionManager::UpdateDirtyRegionInfoForDfx(NodeId id, RSRenderNodeType nodeType, in UpdateDirtyRegionInfoForDfx() 290 RSRenderNodeType nodeType, DirtyRegionType dirtyType) const in GetDirtyRegionInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_pattern.cpp | 605 const std::string& nodeType, int32_t index) in AddChild() 613 const std::string& nodeType, bool allowTransition) in RemoveChild()
|
H A D | window_scene_layout_manager.cpp | 630 void WindowSceneLayoutManager::DumpRSNodeType(Rosen::RSUINodeType nodeType, std::ostringstream& oss) in DumpRSNodeType()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | ast.cpp | 437 ConfigNode::ConfigNode(const std::string &name, uint32_t nodeType, const std::string &refName) in ConfigNode() 447 ConfigNode::ConfigNode(Token &name, uint32_t nodeType, const std::string &refName) in ConfigNode() 543 void ConfigNode::SetNodeType(uint32_t nodeType) in SetNodeType()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drag_and_drop_test.cpp | 573 int32_t nodeType = static_cast<int32_t>(NODE_ON_PRE_DRAG); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 464 const RSRenderNodeType nodeType = node->GetType(); in MarshalNode() local 585 RSSurfaceNodeType nodeType = RSSurfaceNodeType::DEFAULT; in CreateRenderSurfaceNode() local 636 RSRenderNodeType nodeType = RSRenderNodeType::UNKNOW; in UnmarshalNode() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | event_converter.cpp | 129 ArkUI_Int32 ConvertOriginEventType(ArkUI_NodeEventType type, int32_t nodeType) in ConvertOriginEventType()
|
H A D | node_model.cpp | 153 …uint32_t nodeType = type < MAX_NODE_SCOPE_NUM ? type : (type - MAX_NODE_SCOPE_NUM + BASIC_COMPONEN… in CreateNode() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 207 RSRenderNodeType nodeType = GetData<RSRenderNodeType>(); in RSDirtyRegionManagerFuzzTest() local
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder.h | 87 NodeType nodeType; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_render_node_drawable_adapter.h | 357 RSRenderNodeType nodeType = RSRenderNodeType::UNKNOW; member
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | hdi_device_v2_0.cpp | 123 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
|
H A D | hdi_device_v2_1.cpp | 118 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
|
H A D | nncompiler.cpp | 337 …const mindspore::lite::NodeType& nodeType = mindspore::lite::MindIR_Primitive_GetType(pNode->primi… in IsOfflineModel() local
|