class TaskProvider
Defined at line 2701 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/hlcpp/fuchsia/component/runner/cpp/fidl.h
Served by runners that want to make a zircon job available through their runtime directory.
Public Members
static const char[] Name_
Public Methods
void ~TaskProvider ()
void GetJob (GetJobCallback callback)
Returns a job handle for the component requested.
On success, returns a handle with the same rights as the runner's.
Protected Methods
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Friends
class TaskProvider_Stub