/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_connection_test.cpp | 61 * 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 D | vsync_receiver_test.cpp | 79 * 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 D | vsync_generator_test.cpp | 170 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 D | ivsync_connection.h | 26 virtual VsyncError RequestNextVSync() = 0;
27 virtual VsyncError RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) = 0;
|
H A D | vsync_connection_proxy.h | 31 virtual VsyncError RequestNextVSync() override;
32 virtual VsyncError RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) override;
|
H A D | vsync_distributor.h | 57 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 D | rs_ui_display_soloist.cpp | 91 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 D | rs_render_thread.cpp | 209 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 D | vsync_ltpo_test.cpp | 392 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 D | vsync_120to30_test.cpp | 315 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 D | vsync_90to30_test.cpp | 315 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 D | vsync_90to60_test.cpp | 315 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 D | vsync_30to120_test.cpp | 324 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 D | vsync_connection_proxy.cpp | 27 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 D | vsync_receiver.cpp | 227 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 D | frame_ui_intf.cpp | 213 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 D | frame_ui_intf.h | 56 void RequestNextVSync() const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_listener.cpp | 68 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 D | vsyncconnection_fuzzer.cpp | 77 vsyncConnection->RequestNextVSync(); in DoSomethingInterestingWithMyAPI() 80 vsyncConnection->RequestNextVSync(fromWhom, lastVSyncTS); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 141 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 D | rs_frame_report_ext.h | 35 void RequestNextVSync();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 90 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 D | rs_vsync_client_ohos.cpp | 54 receiver_->RequestNextVSync(fcb); in RequestNextVsync()
|
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/test/unittest/ |
H A D | rs_frame_report_ext_test.cpp | 63 * @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 D | rs_render_thread_test.cpp | 121 * @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()
|