/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_jank_stats_test.cpp | 357 rsJankStats->ReportEventJankFrame(jankFramesTest3, false); 361 rsJankStats->ReportEventJankFrame(jankFramesTest3, false); 365 rsJankStats->ReportEventJankFrame(jankFramesTest3, true); 369 rsJankStats->ReportEventJankFrame(jankFramesTest3, true);
|
H A D | rs_render_service_connection_proxy_test.cpp | 812 HWTEST_F(RSRenderServiceConnectionProxyTest, ReportEventJankFrame, TestSize.Level1) 817 proxy->ReportEventJankFrame(info);
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 199 static void ReportEventJankFrame(DataBase& data);
|
/ohos5.0/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 | 271 virtual void ReportEventJankFrame(DataBaseRs info) = 0;
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_jank_stats.cpp | 127 ReportEventJankFrame(jankFrames, isReportTaskDelayed); in SetEndTime() 433 ReportEventJankFrame(jankFrames, isReportTaskDelayed); in HandleImplicitAnimationEndInAdvance() 510 void RSJankStats::ReportEventJankFrame(const JankFrames& jankFrames, bool isReportTaskDelayed) const in ReportEventJankFrame() function in OHOS::Rosen::RSJankStats
|
H A D | rs_render_service_connection_proxy.h | 244 void ReportEventJankFrame(DataBaseRs info) override;
|
H A D | rs_render_service_client.cpp | 1356 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient 1360 renderService->ReportEventJankFrame(info); in ReportEventJankFrame()
|
H A D | rs_render_service_connection_proxy.cpp | 2408 void RSRenderServiceConnectionProxy::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 619 void RSInterfaces::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSInterfaces 621 renderServiceClient_->ReportEventJankFrame(info); in ReportEventJankFrame()
|
H A D | rs_interfaces.h | 262 void ReportEventJankFrame(DataBaseRs info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/ |
H A D | rs_interfaces_test.cpp | 215 instance.ReportEventJankFrame(info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 208 rsRenderServiceConnectionProxy.ReportEventJankFrame(info); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 504 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 504 void RSRenderServiceClient::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 260 void ReportEventJankFrame(DataBaseRs info) override;
|
H A D | rs_render_service_connection.cpp | 1913 void RSRenderServiceConnection::ReportEventJankFrame(DataBaseRs info) in ReportEventJankFrame() function in OHOS::Rosen::RSRenderServiceConnection
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 336 void ReportEventJankFrame(DataBaseRs info);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 435 void EventReport::ReportEventJankFrame(DataBase& data) in ReportEventJankFrame() function in OHOS::Ace::EventReport
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1547 ReportEventJankFrame(info); in OnRemoteRequest()
|