Home
last modified time | relevance | path

Searched refs:IsParcelMock (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp136 bool RSProfiler::IsParcelMock(const Parcel& parcel) in IsParcelMock() function in OHOS::Rosen::RSProfiler
149 if (IsParcelMock(parcel)) { in CopyParcel()
169 if ((g_mode != Mode::READ && g_mode != Mode::READ_EMUL) || !IsParcelMock(parcel)) { in PatchPlainNodeId()
185 if (IsParcelMock(parcel)) { in PatchTypefaceId()
197 if ((g_mode != Mode::READ && g_mode != Mode::READ_EMUL) || !IsParcelMock(parcel)) { in PatchPlainPid()
278 if (!IsParcelMock(parcel)) { in PatchTransactionTime()
928 if (command && IsParcelMock(parcel)) { in PatchCommand()
H A Drs_profiler_pixelmap.cpp384 Rosen::RSProfiler::IsParcelMock(context.parcel) ? invalidFile : PixelMap::ReadFileDescriptor(context.parcel); in UnmarshalFromSharedMemory()
430 auto image = Rosen::RSProfiler::IsParcelMock(context.parcel) ? GetCachedImage(id) : nullptr; in UnmarshalFromDMA()
H A Drs_profiler.h198 RSB_EXPORT static bool IsParcelMock(const Parcel& parcel);
H A Drs_profiler.cpp292 if (parcel && IsParcelMock(*parcel)) { in OnRecvParcel()

Completed in 7 milliseconds