Home
last modified time | relevance | path

Searched refs:SetRepaintCallback (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/delegate/
H A Drs_functional_delegate_test.cpp49 rsfunctionaldelegate_->SetRepaintCallback([&](){callback = 2;}); in __anon24ccac0d0102()
62 rsfunctionaldelegate_->SetRepaintCallback(nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/delegate/
H A Drs_functional_delegate.cpp19 void RSFunctionalDelegate::SetRepaintCallback(std::function<void()> repaintCallback) in SetRepaintCallback() function in OHOS::Rosen::RSFunctionalDelegate
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H A Dframe_collector_test.cpp170 collector.SetRepaintCallback(repaint);
263 that.SetRepaintCallback(repaint);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/delegate/
H A Drs_functional_delegate.h34 void SetRepaintCallback(std::function<void()> repaintCallback);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_collector.h35 void SetRepaintCallback(std::function<void()> repaint);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsfunctionaldelegate_fuzzer/
H A Drsfunctionaldelegate_fuzzer.cpp85 delegate->SetRepaintCallback([]() {}); in DoSetRepaintCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp355 FrameCollector::GetInstance().SetRepaintCallback([this]() { this->RequestNextVSync(); }); in RenderLoop()
357 delegate->SetRepaintCallback([this]() { in RenderLoop()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp54 void FrameCollector::SetRepaintCallback(std::function<void()> repaint) in SetRepaintCallback() function in OHOS::Rosen::FrameCollector
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp646 delegate->SetRepaintCallback([this]() { in Init()