Home
last modified time | relevance | path

Searched refs:nodeCount (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h35 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 Dnode_utils.cpp232 *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 Dnode_extened.h165 int32_t nodeCount; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp129 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 Dnode_adapter_impl.h43 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 Dlist_layout_manager.h86 void InitChainAnimation(int32_t nodeCount);
H A Dlist_layout_manager.cpp727 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 Dmock_event_report.cpp65 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 Dcjson_parser.cpp789 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 Devent_report.cpp74 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 Devent_report.h205 …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 Dinner_model.cpp605 … 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 Drs_profiler_base.cpp439 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 Devent_report.cpp600 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 Drender_list.h351 void InitChainAnimation(int32_t nodeCount);
H A Drender_list.cpp2031 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 Dnavigation_branch_test_ng.cpp818 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 DMainEditor.js1764 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 Dnavigation_pattern.h535 …void PerformanceEventReport(int32_t nodeCount, int32_t depth, const std::string& navDestinationNam…
H A Dnavigation_pattern.cpp2659 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 Dgltf2_exporter.cpp2510 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 Dweb_pattern.cpp6297 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()