Home
last modified time | relevance | path

Searched refs:GetMockPid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h149 static constexpr pid_t GetMockPid(pid_t pid) in GetMockPid() function
169 return ComposeNodeId(GetMockPid(id), nodeId); in ComposeMockNodeId()
H A Drs_profiler.cpp263 data->SetSendingPid(Utils::GetMockPid(data->GetSendingPid())); in OnRecvParcel()
745 focusPid = Utils::GetMockPid(focusPid); in FirstFrameUnmarshalling()
1371 CreateMockConnection(Utils::GetMockPid(pid)); in PlaybackStart()
1438 RSRenderServiceConnection* connection = GetConnection(Utils::GetMockPid(pid)); in PlaybackUpdate()
1442 connection = GetConnection(Utils::GetMockPid(pids[0])); in PlaybackUpdate()
H A Drs_profiler_base.cpp173 return Utils::GetMockPid(pid); in PatchPlainPid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_utils_test.cpp148 EXPECT_EQ(Utils::GetMockPid(pid), 0x50203040);