Home
last modified time | relevance | path

Searched refs:headerType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp216 char headerType = 1; // parcel data in OnRemoteRequest() local
217 stream.write(reinterpret_cast<const char*>(&headerType), sizeof(headerType)); in OnRemoteRequest()
414 char headerType = static_cast<char>(PackageID::RS_PROFILER_RENDER_METRICS); in OnParallelRenderEnd() local
415 archive.Serialize(headerType); in OnParallelRenderEnd()
816 char headerType = static_cast<char>(PackageID::RS_PROFILER_RS_METRICS); in RecordUpdate() local
817 archive.Serialize(headerType); in RecordUpdate()
1309 const char headerType = 0; in RecordStop() local
1310 stream.write(reinterpret_cast<const char*>(&headerType), sizeof(headerType)); in RecordStop()
H A Drs_profiler_beta_recorder.cpp268 char headerType = static_cast<char>(PackageID::RS_PROFILER_GFX_METRICS); in WriteBetaRecordMetrics() local
269 archive.Serialize(headerType); in WriteBetaRecordMetrics()
H A Drs_profiler_network.cpp247 char headerType = static_cast<char>(PackageID::RS_PROFILER_GFX_METRICS); in SendCaptureData() local
248 archive.Serialize(headerType); in SendCaptureData()