Home
last modified time | relevance | path

Searched defs:reportName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp337 auto reportName = "JANK_STATS_RS"; in ReportJankStats() local
473 auto reportName = "INTERACTION_RESPONSE_LATENCY"; in ReportEventResponse() local
498 auto reportName = "INTERACTION_COMPLETED_LATENCY"; in ReportEventComplete() local
538 auto reportName = "INTERACTION_RENDER_JANK"; in ReportEventJankFrameWithoutDelay() local
573 auto reportName = "INTERACTION_RENDER_JANK"; in ReportEventJankFrameWithDelay() local
642 auto reportName = "INTERACTION_HITCH_TIME_RATIO"; in ReportEventHitchTimeRatioWithoutDelay() local
668 auto reportName = "INTERACTION_HITCH_TIME_RATIO"; in ReportEventHitchTimeRatioWithDelay() local
694 auto reportName = "FIRST_FRAME_DRAWN"; in ReportEventFirstFrameByPid() local
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_test.cpp133 string reportName = GetReportFileName(fileName); variable
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence_tracker.cpp212 auto reportName = "GPU_SUBHEALTH_MONITORING"; in ReportEventGpuSubhealth() local
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp281 string reportName = fileName + "." + string(BConstants::REPORT_FILE_EXT); in GetReportFileName() local
299 string reportName = path + BConstants::BLANK_REPORT_NAME; in GetIncreFileHandleForSpecialVersion() local
368 string reportName = GetReportFileName(tarName); in GetIncreFileHandleForNormalVersion() local
848 string reportName = GetReportFileName(tarName); in GetTarIncludes() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp701 const std::string& reportName) in MemoryOverReport()