/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_node_stats.h | 35 inline RSNodeStatsType CreateRSNodeStatsItem(RSNodeCount nodeCount, NodeId nodeId, RSNodeDescriptio… in CreateRSNodeStatsItem() argument 37 RSNodeStatsType nodeStats{nodeCount, nodeId, nodeDesc}; in CreateRSNodeStatsItem()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_utils.cpp | 232 *handle = new ArkUI_ActiveChildrenInfo({ .nodeList = nullptr, .nodeCount = totalSize }); in OH_ArkUI_NodeUtils_GetActiveChildrenInfo() 233 (*handle)->nodeCount = totalSize; in OH_ArkUI_NodeUtils_GetActiveChildrenInfo() 360 if (index < handle->nodeCount && index >= 0) { in OH_ArkUI_ActiveChildrenInfo_GetNodeByIndex() 372 return handle->nodeCount; in OH_ArkUI_ActiveChildrenInfo_GetCount()
|
H A D | node_extened.h | 165 int32_t nodeCount; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_node_stats.cpp | 129 RSNodeCount nodeCount = std::get<RSNodeCount>(nodeStats); in GetNodeStatsToReportByIndex() local 130 return std::make_pair(nodeDescription, nodeCount); in GetNodeStatsToReportByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.h | 43 void SetNodeTotalCount(ArkUI_Uint32 nodeCount) in SetNodeTotalCount() argument 45 totalCount_ = nodeCount; in SetNodeTotalCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_layout_manager.h | 86 void InitChainAnimation(int32_t nodeCount);
|
H A D | list_layout_manager.cpp | 727 void ListLayoutManager::InitChainAnimation(int32_t nodeCount) in InitChainAnimation() argument 757 for (int32_t index = 0; index < nodeCount; index++) { in InitChainAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_event_report.cpp | 65 void EventReport::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t thr… in ReportPageNodeOverflow() argument
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.cpp | 789 uint8_t nodeCount = 0; in Split() local 798 nodeCount++; in Split() 808 nodeCount++; in Split() 814 return nodeCount; in Split()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | event_report.cpp | 74 void EventReport::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t thr… in ReportPageNodeOverflow() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 205 …static void ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshol…
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | inner_model.cpp | 605 … uint32_t nodeCount = static_cast<uint32_t>(m_ops.size()); // m_ops.size() smaller than UINT32_MAX in Build() local 606 for (uint32_t i = 0; i < nodeCount; i++) { in Build()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 439 const uint32_t nodeCount = static_cast<uint32_t>(nodes.size()); in MarshalNodes() local 440 data.write(reinterpret_cast<const char*>(&nodeCount), sizeof(nodeCount)); in MarshalNodes()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 600 void EventReport::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t thr… in ReportPageNodeOverflow() argument 608 EVENT_KEY_PAGE_NODE_COUNT, nodeCount, in ReportPageNodeOverflow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.h | 351 void InitChainAnimation(int32_t nodeCount);
|
H A D | render_list.cpp | 2031 void RenderList::InitChainAnimation(int32_t nodeCount) in InitChainAnimation() argument 2061 for (int32_t index = 0; index < nodeCount; index++) { in InitChainAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_branch_test_ng.cpp | 818 int32_t nodeCount = 1001; variable 821 pattern->PerformanceEventReport(nodeCount, depth, navDestinationName); 847 int32_t nodeCount = 1; variable 850 pattern->PerformanceEventReport(nodeCount, depth, navDestinationName);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 1764 nodeCount(data) { method in MainEditor 1775 ret += this.nodeCount(item); 1779 ret += this.nodeCount(data.value_); 1796 let newcount = this.nodeCount(this.files_[fn]);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_pattern.h | 535 …void PerformanceEventReport(int32_t nodeCount, int32_t depth, const std::string& navDestinationNam…
|
H A D | navigation_pattern.cpp | 2659 void NavigationPattern::PerformanceEventReport(int32_t nodeCount, int32_t depth, const std::string&… in PerformanceEventReport() argument 2661 if (nodeCount >= PAGE_NODES) { in PerformanceEventReport() 2662 EventReport::ReportPageNodeOverflow(navDestinationName, nodeCount, PAGE_NODES); in PerformanceEventReport()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 2510 auto const nodeCount = nodeManager->GetComponentCount(); in ExportGLTF() local 2512 nodeArray.reserve(nodeCount); in ExportGLTF() 2513 entities.nodes.reserve(nodeCount); in ExportGLTF()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6297 int nodeCount = 0; in GetWebAllInfosImpl() local 6312 nodeCount++; in GetWebAllInfosImpl() 6314 TAG_LOGD(AceLogTag::ACE_WEB, "Current web info node count: %{public}d", nodeCount); in GetWebAllInfosImpl()
|