Home
last modified time | relevance | path

Searched refs:ReportEventJankFrame (Results 1 - 22 of 22) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp355 * @tc.desc: SetImplicitAnimationEnd ReportEventJankFrame ReportEventHitchTimeRatio ReportEventFirstFrame test
373 // ReportEventJankFrame and ReportEventHitchTimeRatio test in HWTEST_F()
376 rsJankStats->ReportEventJankFrame(jankFramesTest3, true); in HWTEST_F()
378 rsJankStats->ReportEventJankFrame(jankFramesTest3, true); in HWTEST_F()
389 rsJankStats->ReportEventJankFrame(jankFramesTest3, false); in HWTEST_F()
393 rsJankStats->ReportEventJankFrame(jankFramesTest3, false); in HWTEST_F()
397 rsJankStats->ReportEventJankFrame(jankFramesTest3, true); in HWTEST_F()
401 rsJankStats->ReportEventJankFrame(jankFramesTest3, true); in HWTEST_F()
H A Drs_render_service_connection_proxy_test.cpp856 * @tc.name: ReportEventJankFrame Test
857 * @tc.desc: ReportEventJankFrame Test
861 HWTEST_F(RSRenderServiceConnectionProxyTest, ReportEventJankFrame, TestSize.Level1) in HWTEST_F()
866 proxy->ReportEventJankFrame(info); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Devent_report.cpp62 void EventReport::ReportEventJankFrame(DataBase& data) {} in ReportEventJankFrame() function in OHOS::Ace::EventReport
/foundation/arkui/ace_engine/frameworks/base/log/
H A Devent_report.h187 static void ReportEventJankFrame(DataBase& data);
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp150 Rosen::RSInterfaces::GetInstance().ReportEventJankFrame(dataRs); in ReportPerfEventToRS()
168 EventReport::ReportEventJankFrame(data); in ReportPerfEventToUI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h147 void ReportEventJankFrame(const JankFrames& jankFrames, bool isReportTaskDelayed) const;
H A Drs_irender_service_connection.h272 virtual void ReportEventJankFrame(DataBaseRs info) = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h261 void ReportEventJankFrame(DataBaseRs info);
H A Drs_interfaces.cpp645 void RSInterfaces::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSInterfaces
647 renderServiceClient_->ReportEventJankFrame(info); in ReportEventJankFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp128 ReportEventJankFrame(jankFrames, isReportTaskDelayed); in SetEndTime()
429 ReportEventJankFrame(jankFrames, isReportTaskDelayed); in HandleImplicitAnimationEndInAdvance()
498 void RSJankStats::ReportEventJankFrame(const JankFrames& jankFrames, bool isReportTaskDelayed) const in ReportEventJankFrame() function in OHOS::Rosen::RSJankStats
504 ROSEN_LOGD("RSJankStats::ReportEventJankFrame totalFrames is zero, nothing need to report"); in ReportEventJankFrame()
510 "RSJankStats::ReportEventJankFrame maxFrameTime is %" PRId64 "ms, maxHitchTime is %" PRId64 "ms: %s", in ReportEventJankFrame()
525 ROSEN_LOGD("RSJankStats::ReportEventJankFrame totalFrames is zero, nothing need to report"); in ReportEventJankFrame()
532 "RSJankStats::ReportEventJankFrame maxFrameTime is %" PRId64 "ms, maxHitchTime is %" PRId64 "ms: %s", in ReportEventJankFrame()
H A Drs_render_service_connection_proxy.h244 void ReportEventJankFrame(DataBaseRs info) override;
H A Drs_render_service_client.cpp1311 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient
1315 renderService->ReportEventJankFrame(info); in ReportEventJankFrame()
H A Drs_render_service_connection_proxy.cpp2604 void RSRenderServiceConnectionProxy::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceConnectionProxy
2616 ROSEN_LOGE("RSRenderServiceConnectionProxy::ReportEventJankFrame: Send Request err."); in ReportEventJankFrame()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp209 rsRenderServiceConnectionProxy.ReportEventJankFrame(info); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h261 void ReportEventJankFrame(DataBaseRs info) override;
H A Drs_render_service_connection.cpp1871 void RSRenderServiceConnection::ReportEventJankFrame(DataBaseRs info)
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_interfaces_test.cpp219 * @tc.desc: test results of ReportEventJankFrame
228 instance.ReportEventJankFrame(info); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp519 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h329 void ReportEventJankFrame(DataBaseRs info);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp519 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp418 void EventReport::ReportEventJankFrame(DataBase& data) in ReportEventJankFrame() function in OHOS::Ace::EventReport
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1514 ReportEventJankFrame(info); in OnRemoteRequest()

Completed in 31 milliseconds