template <>
class WireWeakAsyncClientImpl
Defined at line 1450 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_ui_test_conformance::Puppet::EmbedRemoteView> EmbedRemoteView (::fuchsia_ui_test_conformance::wire::PuppetEmbedRemoteViewRequest PuppetEmbedRemoteViewRequest)
Embeds a view owned elsewhere.
The puppet should create a (ViewportCreationToken, ViewCreationToken) pair
and use the former to create a viewport with the specified `properties`.
Once the puppet has presented a frame containing the new viewport, it should
return the view creation token to the caller.
Allocates 128 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_ui_test_conformance::Puppet::SetEmbeddedViewProperties> SetEmbeddedViewProperties (::fuchsia_ui_test_conformance::wire::PuppetSetEmbeddedViewPropertiesRequest PuppetSetEmbeddedViewPropertiesRequest)
Updates the properties of an embedded view.
Allocates 128 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_ui_test_conformance::Puppet::DrawImage> DrawImage (::fuchsia_ui_test_conformance::wire::PuppetDrawImageRequest PuppetDrawImageRequest)
Draws an image composed of solid, monochrome-filled rectangles.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_ui_test_conformance::Puppet::SetImageProperties> SetImageProperties (::fuchsia_ui_test_conformance::wire::PuppetSetImagePropertiesRequest PuppetSetImagePropertiesRequest)
Updates the properties of an image.
The request and callback are allocated on the heap.