Home
last modified time | relevance | path

Searched refs:PatchNodeId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_utils_test.cpp153 EXPECT_EQ(Utils::PatchNodeId(id), 0x4102030405060708);
155 EXPECT_TRUE(Utils::IsNodeIdPatched(Utils::PatchNodeId(id)));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp160 return Utils::PatchNodeId(id); in PatchPlainNodeId()
641 nodeId = Utils::PatchNodeId(nodeId); in UnmarshalNode()
714 node.instanceRootNodeId_ = Utils::PatchNodeId(node.instanceRootNodeId_); in UnmarshalNode()
717 node.firstLevelNodeId_ = Utils::PatchNodeId(node.firstLevelNodeId_); in UnmarshalNode()
744 nodeId = Utils::PatchNodeId(nodeId); in UnmarshalTree()
756 node->AddChild(map.GetRenderNode(Utils::PatchNodeId(nodeId)), i); in UnmarshalTree()
886 command->Patch(Utils::PatchNodeId); in PatchCommand()
H A Drs_profiler.h39 #define RS_PROFILER_PATCH_NODE_ID(parcel, id) id = RSProfiler::PatchNodeId(parcel, id)
147 static T PatchNodeId(const Parcel& parcel, T id) in PatchNodeId() function
H A Drs_profiler_utils.h183 static constexpr uint64_t PatchNodeId(uint64_t id) in PatchNodeId() function
H A Drs_profiler.cpp648 if (auto rootNode = GetRenderNode(Utils::PatchNodeId(0))) { in HiddenSpaceTurnOn()
746 focusNodeId = Utils::PatchNodeId(focusNodeId); in FirstFrameUnmarshalling()