Home
last modified time | relevance | path

Searched refs:OnGoBackground (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_consumer_listener.h28 virtual void OnGoBackground() {}; in OnGoBackground() function in OHOS::IBufferConsumerListener
38 virtual void OnGoBackground() {}; in OnGoBackground() function in OHOS::IBufferConsumerListenerClazz
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_listener.h29 void OnGoBackground() override;
H A Drs_rcd_render_listener.cpp38 void RSRcdRenderListener::OnGoBackground() in OnGoBackground() function in OHOS::Rosen::RSRcdRenderListener
44 RS_LOGW("RSRcdRenderListener::OnGoBackground node is nullptr"); in OnGoBackground()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.h33 void OnGoBackground() override;
H A Drs_render_service_listener.cpp99 void RSRenderServiceListener::OnGoBackground() in OnGoBackground() function in OHOS::Rosen::RSRenderServiceListener
109 RS_LOGD("RsDebug RSRenderServiceListener::OnGoBackground node id:%{public}" PRIu64, node->GetId()); in OnGoBackground()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_surface_adapter.h47 void OnGoBackground() override;
H A Deffect_surface_adapter.cpp161 void EffectSurfaceAdapter::OnGoBackground() {} in OnGoBackground() function in OHOS::Media::Effect::EffectSurfaceAdapter
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp1496 SURFACE_TRACE_NAME_FMT("OnGoBackground name: %s queueId: %" PRIu64, name_.c_str(), uniqueId_); in GoBackground()
1497 listener->OnGoBackground(); in GoBackground()
1499 SURFACE_TRACE_NAME_FMT("OnGoBackground name: %s queueId: %" PRIu64, name_.c_str(), uniqueId_); in GoBackground()
1500 listenerClazz->OnGoBackground(); in GoBackground()
1521 SURFACE_TRACE_NAME_FMT("OnGoBackground name: %s queueId: %" PRIu64, name_.c_str(), uniqueId_); in CleanCache()
1522 listener->OnGoBackground(); in CleanCache()
1524 SURFACE_TRACE_NAME_FMT("OnGoBackground name: %s queueId: %" PRIu64, name_.c_str(), uniqueId_); in CleanCache()
1525 listenerClazz->OnGoBackground(); in CleanCache()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp710 listener->OnGoBackground(); in HWTEST_F()
715 listenerClazz->OnGoBackground(); in HWTEST_F()

Completed in 7 milliseconds