Home
last modified time | relevance | path

Searched refs:RequestNextVSync (Results 1 - 25 of 65) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_connection_test.cpp61 * CaseDescription: 1. call RequestNextVSync
65 ASSERT_EQ(VSyncConnectionTest::vsyncConnection->RequestNextVSync(), VSYNC_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
73 * CaseDescription: 1. call RequestNextVSync
78 ASSERT_EQ(VSyncConnectionTest::vsyncConnection->RequestNextVSync(), VSYNC_ERROR_OK); in HWTEST_F()
87 * CaseDescription: 1. call RequestNextVSync
91 ASSERT_EQ(VSyncConnectionTest::vsyncConnection->RequestNextVSync("unknown", 0), VSYNC_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
H A Dvsync_receiver_test.cpp79 * CaseDescription: 1. call RequestNextVSync Before Init
94 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSync(fcb), VSYNC_ERROR_NOT_INIT); in HWTEST_F()
169 * CaseDescription: 1. call RequestNextVSync
178 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK); in HWTEST_F()
187 * CaseDescription: 1. call RequestNextVSync
196 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSync(fcb, "unknown", 0), VSYNC_ERROR_OK); in HWTEST_F()
250 ASSERT_EQ(rsReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK); in HWTEST_F()
283 ASSERT_EQ(rsReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK); in HWTEST_F()
352 ASSERT_EQ(vsyncReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK); in HWTEST_F()
H A Dvsync_generator_test.cpp170 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
200 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
232 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
264 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
296 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
328 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
360 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
394 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
430 ret = receiver->RequestNextVSync(fcb); in HWTEST_F()
470 ret = receiver->RequestNextVSync(fc in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Divsync_connection.h26 virtual VsyncError RequestNextVSync() = 0;
27 virtual VsyncError RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) = 0;
H A Dvsync_connection_proxy.h31 virtual VsyncError RequestNextVSync() override;
32 virtual VsyncError RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) override;
H A Dvsync_distributor.h57 virtual VsyncError RequestNextVSync() override;
58 virtual VsyncError RequestNextVSync(const std::string &fromWhom, int64_t lastVSyncTS) override;
121 VsyncError RequestNextVSync(const sptr<VSyncConnection> &connection, const std::string &fromWhom = "unknown",
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp91 RequestNextVSync(); in VsyncCallbackInner()
115 void RSDisplaySoloist::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSDisplaySoloist
134 subReceiver_->RequestNextVSync(subFrameCallback_); in RequestNextVSync()
391 void RSDisplaySoloistManager::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSDisplaySoloistManager
411 receiver_->RequestNextVSync(managerFrameCallback_); in RequestNextVSync()
455 displaySoloist->RequestNextVSync(); in DispatchSoloistCallback()
488 RequestNextVSync(); in DispatchSoloistCallback()
504 idToSoloistMap_[id]->RequestNextVSync(); in Start()
506 RequestNextVSync(); in Start()
519 idToSoloistMap_[id]->RequestNextVSync(); in Stop()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp209 RSRenderThread::Instance().RequestNextVSync(); in RecvTransactionData()
212 void RSRenderThread::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSRenderThread
223 receiver_->RequestNextVSync(fcb); in RequestNextVSync()
290 RSRenderThread::Instance().RequestNextVSync(); in RenderLoop()
295 RSRenderThread::Instance().RequestNextVSync(); in RenderLoop()
302 FrameCollector::GetInstance().SetRepaintCallback([this]() { this->RequestNextVSync(); }); in RenderLoop()
308 RequestNextVSync(); in RenderLoop()
358 // "RSRenderThread::Instance().RequestNextVSync()", which equals there are some commands form UIThread need to be in ProcessCommands()
363 // has called "RSRenderThread::Instance().RequestNextVSync()", which equals that some commands form RenderThread in ProcessCommands()
453 RSRenderThread::Instance().RequestNextVSync(); in Animate()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_ltpo_test.cpp392 int num = 3; // RequestNextVSync 3 times in Process2()
394 receiverApp->RequestNextVSync(fcbApp); in Process2()
395 receiverRs->RequestNextVSync(fcbRs); in Process2()
407 num = 3; // RequestNextVSync 3 times in Process2()
409 receiverApp->RequestNextVSync(fcbApp); in Process2()
410 receiverRs->RequestNextVSync(fcbRs); in Process2()
422 num = 3; // RequestNextVSync 3 times in Process2()
424 receiverApp->RequestNextVSync(fcbApp); in Process2()
425 receiverRs->RequestNextVSync(fcbRs); in Process2()
437 num = 3; // RequestNextVSync in Process2()
[all...]
H A Dvsync_120to30_test.cpp315 int appNum = 3; // RequestNextVSync 3 times in Process2()
316 int rsNum = 4; // RequestNextVSync 4 times in Process2()
319 receiverApp->RequestNextVSync(fcbApp); in Process2()
322 receiverRs->RequestNextVSync(fcbRs); in Process2()
341 appNum = 3; // RequestNextVSync 3 times in Process2()
342 rsNum = 3; // RequestNextVSync 4 times in Process2()
345 receiverApp->RequestNextVSync(fcbApp); in Process2()
348 receiverRs->RequestNextVSync(fcbRs); in Process2()
H A Dvsync_90to30_test.cpp315 int appNum = 3; // RequestNextVSync 3 times in Process2()
316 int rsNum = 4; // RequestNextVSync 4 times in Process2()
319 receiverApp->RequestNextVSync(fcbApp); in Process2()
322 receiverRs->RequestNextVSync(fcbRs); in Process2()
341 appNum = 3; // RequestNextVSync 3 times in Process2()
342 rsNum = 3; // RequestNextVSync 4 times in Process2()
345 receiverApp->RequestNextVSync(fcbApp); in Process2()
348 receiverRs->RequestNextVSync(fcbRs); in Process2()
H A Dvsync_90to60_test.cpp315 int appNum = 3; // RequestNextVSync 3 times in Process2()
316 int rsNum = 4; // RequestNextVSync 4 times in Process2()
319 receiverApp->RequestNextVSync(fcbApp); in Process2()
322 receiverRs->RequestNextVSync(fcbRs); in Process2()
341 appNum = 3; // RequestNextVSync 3 times in Process2()
342 rsNum = 3; // RequestNextVSync 4 times in Process2()
345 receiverApp->RequestNextVSync(fcbApp); in Process2()
348 receiverRs->RequestNextVSync(fcbRs); in Process2()
H A Dvsync_30to120_test.cpp324 int appNum = 3; // RequestNextVSync 3 times in Process2()
325 int rsNum = 4; // RequestNextVSync 4 times in Process2()
328 receiverApp->RequestNextVSync(fcbApp); in Process2()
331 receiverRs->RequestNextVSync(fcbRs); in Process2()
350 appNum = 3; // RequestNextVSync 3 times in Process2()
351 rsNum = 3; // RequestNextVSync 4 times in Process2()
354 receiverApp->RequestNextVSync(fcbApp); in Process2()
357 receiverRs->RequestNextVSync(fcbRs); in Process2()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_connection_proxy.cpp27 VsyncError VSyncConnectionProxy::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::VSyncConnectionProxy
29 return RequestNextVSync("unknown", 0); in RequestNextVSync()
32 VsyncError VSyncConnectionProxy::RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) in RequestNextVSync() function in OHOS::Rosen::VSyncConnectionProxy
H A Dvsync_receiver.cpp227 VsyncError VSyncReceiver::RequestNextVSync(FrameCallback callback) in RequestNextVSync() function in OHOS::Rosen::VSyncReceiver
229 return RequestNextVSync(callback, "unknown", 0); in RequestNextVSync()
232 VsyncError VSyncReceiver::RequestNextVSync(FrameCallback callback, const std::string &fromWhom, int64_t lastVSyncTS) in RequestNextVSync() function in OHOS::Rosen::VSyncReceiver
241 ScopedDebugTrace func("VSyncReceiver::RequestNextVSync:" + name_); in RequestNextVSync()
243 OHOS::Rosen::RsFrameReportExt::GetInstance().RequestNextVSync(); in RequestNextVSync()
245 return connection_->RequestNextVSync(fromWhom, lastVSyncTS); in RequestNextVSync()
257 ScopedDebugTrace func("VSyncReceiver::RequestNextVSync:" + name_); in RequestNextVSyncWithMultiCallback()
259 OHOS::Rosen::RsFrameReportExt::GetInstance().RequestNextVSync(); in RequestNextVSyncWithMultiCallback()
261 return connection_->RequestNextVSync(); in RequestNextVSyncWithMultiCallback()
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp213 void FrameUiIntf::RequestNextVSync() const in RequestNextVSync() function in OHOS::RME::FrameUiIntf
363 extern "C" void RequestNextVSync() in RequestNextVSync() function
365 FrameUiIntf::GetInstance().RequestNextVSync(); in RequestNextVSync()
H A Dframe_ui_intf.h56 void RequestNextVSync() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp68 RSMainThread::Instance()->RequestNextVSync(); in OnBufferAvailable()
85 RSMainThread::Instance()->RequestNextVSync(); in OnTunnelHandleChange()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/
H A Dvsyncconnection_fuzzer.cpp77 vsyncConnection->RequestNextVSync(); in DoSomethingInterestingWithMyAPI()
80 vsyncConnection->RequestNextVSync(fromWhom, lastVSyncTS); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h141 virtual VsyncError RequestNextVSync(FrameCallback callback);
152 virtual VsyncError RequestNextVSync(FrameCallback callback, const std::string &fromWhom,
183 virtual VsyncError RequestNextVSync(FrameCallback callback) = 0;
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/
H A Drs_frame_report_ext.h35 void RequestNextVSync();
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp90 receiver_->RequestNextVSync(frameCallback_); in FormRenderWindow()
119 receiver_->RequestNextVSync(frameCallback_); in RequestFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp54 receiver_->RequestNextVSync(fcb); in RequestNextVsync()
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/test/unittest/
H A Drs_frame_report_ext_test.cpp63 * @tc.name: RequestNextVSync
70 OHOS::Rosen::RsFrameReportExt::GetInstance().RequestNextVSync(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_test.cpp121 * @tc.desc: test results of RequestNextVSync
127 RSRenderThread::Instance().RequestNextVSync(); in HWTEST_F()
131 RSRenderThread::Instance().RequestNextVSync(); in HWTEST_F()
137 * @tc.desc: test results of RequestNextVSync
151 renderThread->RequestNextVSync(); in HWTEST_F()

Completed in 14 milliseconds

123