Home
last modified time | relevance | path

Searched refs:SetCreateCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.h39 void SetCreateCallback(std::function<void()>&& callback) in SetCreateCallback() function
H A Dext_texture.h38 void SetCreateCallback(std::function<void()>&& callback) in SetCreateCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.cpp56 extTexture_->SetCreateCallback([weak = WeakClaim(this)]() { in InitSurface()
H A Drender_surface_impl.cpp44 extSurface_->SetCreateCallback([weak = WeakClaim(this)]() { in InitSurface()