Searched refs:PatchNodeId (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_utils_test.cpp | 145 EXPECT_EQ(Utils::PatchNodeId(id), 0x4102030405060708); in HWTEST_F() 147 EXPECT_TRUE(Utils::IsNodeIdPatched(Utils::PatchNodeId(id))); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 173 return Utils::PatchNodeId(id); in PatchPlainNodeId() 680 nodeId = Utils::PatchNodeId(nodeId); in UnmarshalNode() 753 node.instanceRootNodeId_ = Utils::PatchNodeId(node.instanceRootNodeId_); in UnmarshalNodeModifiers() 756 node.firstLevelNodeId_ = Utils::PatchNodeId(node.firstLevelNodeId_); in UnmarshalNodeModifiers() 783 nodeId = Utils::PatchNodeId(nodeId); in UnmarshalTree() 795 node->AddChild(map.GetRenderNode(Utils::PatchNodeId(nodeId)), i); in UnmarshalTree() 929 command->Patch(Utils::PatchNodeId); in PatchCommand() 1191 g_animeStartMap[Utils::PatchNodeId(id)].push_back(nanoTime); in AnimeSetStartTime() 1195 g_animeStartMap.insert({ Utils::PatchNodeId(id), list }); in AnimeSetStartTime()
|
H A D | rs_profiler.h | 40 #define RS_PROFILER_PATCH_NODE_ID(parcel, id) id = RSProfiler::PatchNodeId(parcel, id) 41 #define RS_PROFILER_PATCH_TYPEFACE_GLOBALID(parcel, id) id = RSProfiler::PatchNodeId(parcel, id) 165 static T PatchNodeId(const Parcel& parcel, T id) in PatchNodeId() function in OHOS::OHOS::Rosen::Mode::final
|
H A D | rs_profiler.cpp | 780 if (auto rootNode = GetRenderNode(Utils::PatchNodeId(0))) { in OnParallelRenderBegin() 891 focusNodeId = Utils::PatchNodeId(focusNodeId); in OnParallelRenderBegin() 1359 auto rootNode = GetRenderNode(Utils::PatchNodeId(0)); in OnParallelRenderBegin() 1391 if (!node || node->id_ == Utils::PatchNodeId(0)) { in OnParallelRenderBegin() 1683 Utils::PatchNodeId(item.first), in OnParallelRenderBegin() 1740 animeMap[Utils::PatchNodeId(item.first)].push_back(item.second); in OnParallelRenderBegin() 1744 animeMap.insert({ Utils::PatchNodeId(item.first), list }); in OnParallelRenderBegin()
|
H A D | rs_profiler_utils.h | 184 static constexpr uint64_t PatchNodeId(uint64_t id) in PatchNodeId() function in OHOS::Rosen::final
|
Completed in 7 milliseconds