/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_jank_stats_test.cpp | 355 * @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 D | rs_render_service_connection_proxy_test.cpp | 856 * @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 D | event_report.cpp | 62 void EventReport::ReportEventJankFrame(DataBase& data) {} in ReportEventJankFrame() function in OHOS::Ace::EventReport
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 187 static void ReportEventJankFrame(DataBase& data);
|
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.cpp | 150 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 D | rs_jank_stats.h | 147 void ReportEventJankFrame(const JankFrames& jankFrames, bool isReportTaskDelayed) const;
|
H A D | rs_irender_service_connection.h | 272 virtual void ReportEventJankFrame(DataBaseRs info) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.h | 261 void ReportEventJankFrame(DataBaseRs info);
|
H A D | rs_interfaces.cpp | 645 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 D | rs_jank_stats.cpp | 128 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 D | rs_render_service_connection_proxy.h | 244 void ReportEventJankFrame(DataBaseRs info) override;
|
H A D | rs_render_service_client.cpp | 1311 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient 1315 renderService->ReportEventJankFrame(info); in ReportEventJankFrame()
|
H A D | rs_render_service_connection_proxy.cpp | 2604 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 D | rsrenderserviceconnectionproxy_fuzzer.cpp | 209 rsRenderServiceConnectionProxy.ReportEventJankFrame(info);
in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 261 void ReportEventJankFrame(DataBaseRs info) override;
|
H A D | rs_render_service_connection.cpp | 1871 void RSRenderServiceConnection::ReportEventJankFrame(DataBaseRs info)
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/ |
H A D | rs_interfaces_test.cpp | 219 * @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 D | rs_render_service_client.cpp | 519 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 D | rs_render_service_client.h | 329 void ReportEventJankFrame(DataBaseRs info);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 519 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 418 void EventReport::ReportEventJankFrame(DataBase& data) in ReportEventJankFrame() function in OHOS::Ace::EventReport
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1514 ReportEventJankFrame(info); in OnRemoteRequest()
|