class SvcStash
Defined at line 2860 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
Protocol for storing svc server ends of 'svc' for later processing during early boot.
Public Methods
void ~SvcStash ()
void Store (::fidl::InterfaceRequest< ::fuchsia::io::Directory> svc_endpoint)
Store a svc_endpoint in the stash. Stored endpoints will remain in transit,
since there might not be a server side implementation. The server end
is retrieved by |SvcStashProvider/Get|.