Home
last modified time | relevance | path

Searched defs:NodeId (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.h25 using NodeId = int32_t; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp114 InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations, in CreateInteractiveAnimator()
138 InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations) in InteractiveAnimatorAddAnimations()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interactive_implict_animator.cpp25 void RSRenderInteractiveImplictAnimator::AddAnimations(std::vector<std::pair<NodeId, AnimationId>> … in AddAnimations()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h38 using NodeId = uint64_t; variable
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dmessage_types.h13 typedef uint8_t NodeId; typedef
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_point_light_manager.cpp93 void RSPointLightManager::PrepareLight(std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& map, in PrepareLight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_command_test.cpp330 auto func = [] (NodeId, pid_t, uint32_t) {}; in __anond2ecdb680102() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display_manager.cpp119 [id](const std::pair<std::string, std::pair<NodeId, RCDLayerType>>& p) { in RemoveRCDLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp318 const std::unordered_map<NodeId, std::set<std::pair<uint16_t, uint16_t>>>& commandTypeMap) const in PrintCommandMapDesc() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp289 void RSDirtyRegionManager::GetDirtyRegionInfo(std::map<NodeId, RectI>& target, in GetDirtyRegionInfo()
H A Drs_render_node_map.cpp213std::shared_ptr<std::unordered_map<NodeId, std::shared_ptr<RSBaseRenderNode>>> subRenderNodeMap, p… in MoveRenderNodeMap()
H A Drs_display_render_node.cpp472 …[currentSurface](const std::pair<NodeId, RectI>& surface) { return surface.first == currentSurface… in GetDisappearedSurfaceRegionBelowCurrent()
H A Drs_surface_render_node.cpp470 std::vector<std::pair<NodeId, RSSurfaceRenderNode::WeakPtr>>& allSubSurfaceNodes) const in GetAllSubSurfaceNodes()
1573std::map<NodeId, RSVisibleLevel>& visMapForVsyncRate, in SetVisibleRegionRecursive()
1731 std::unordered_map<NodeId, std::unordered_set<NodeId>>& allRects) in ResetDrawingCacheStatusIfNodeStatic()
2293 const std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& activeNodeIds) in UpdateSurfaceCacheContentStatic()
H A Drs_render_node.cpp3344 void RSRenderNode::GetFilterRectsInCache(std::unordered_map<NodeId, std::unordered_set<NodeId>>& al… in GetFilterRectsInCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp369 const RSContext& context, std::map<std::string, std::tuple<NodeId, std::string>>& list) in GetSurfacesTrees()
388 void RSProfiler::GetSurfacesTrees(const RSContext& context, pid_t pid, std::map<NodeId, std::string… in GetSurfacesTrees()
906 …const RSRenderNode& node, std::unordered_set<NodeId>& nodeSet, std::unordered_map<NodeId, int>& ma… in PerfTreeFlatten()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp410 std::vector<std::pair<NodeId, std::string>>& nodeTags) in DumpAllGpuInfo()
425 std::vector<std::pair<NodeId, std::string>>& nodeTags) in DumpDrawingGpuMemory()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp395 void RSUifirstManager::DoPurgePendingPostNodes(std::unordered_map<NodeId, in DoPurgePendingPostNodes()
742 std::unordered_map<NodeId, std::shared_ptr<RSSurfaceRenderNode>>& pendingNode) in SetNodePriorty()
H A Drs_uni_render_thread.cpp861 void RSUniRenderThread::ResetClearMemoryTask(const std::unordered_map<NodeId, bool>&& ids, bool isD… in ResetClearMemoryTask()
H A Drs_main_thread.cpp2329 VisibleData& dstCurVisVec, std::map<NodeId, RSVisibleLevel>& dstVisMapForVsyncRate) in CalcOcclusionImplementation()
2481 bool RSMainThread::CheckSurfaceVisChanged(std::map<NodeId, RSVisibleLevel>& visMapForVsyncRate, in CheckSurfaceVisChanged()
2514 void RSMainThread::SetVSyncRateByVisibleLevel(std::map<NodeId, RSVisibleLevel>& visMapForVsyncRate, in SetVSyncRateByVisibleLevel()
H A Drs_uni_render_visitor.cpp2785 const std::vector<std::pair<NodeId, RectI>>& cleanFilter, RSSurfaceRenderNode& hwcNodePtr) in UpdateHwcNodeEnableByGlobalCleanFilter()
2815 std::vector<std::pair<NodeId, std::weak_ptr<RSSurfaceRenderNode>>>& subSurfaceNodes) in ResetSubSurfaceNodesCalState()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp75 using NodeId = int32_t; typedef
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h34 using NodeId = uint64_t; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h53 using NodeId = int32_t; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3887 …const std::list<RefPtr<FrameNode>>& frameChildren, std::unordered_map<Rosen::NodeId, bool>& nodeId…