template <>

class NaturalClientImpl

Defined at line 825 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_tracing_controller::SessionManager::GetProviders> GetProviders ()

Return the set of registered providers.

::fidl::internal::NaturalThenable< ::fuchsia_tracing_controller::SessionManager::GetKnownCategories> GetKnownCategories ()

Gets the known categories.

::fidl::internal::NaturalThenable< ::fuchsia_tracing_controller::SessionManager::StartTraceSession> StartTraceSession (::fidl::Request< ::fuchsia_tracing_controller::SessionManager::StartTraceSession> request)

Starts a Trace session.

::fidl::internal::NaturalThenable< ::fuchsia_tracing_controller::SessionManager::StartTraceSessionOnBoot> StartTraceSessionOnBoot (::fidl::Request< ::fuchsia_tracing_controller::SessionManager::StartTraceSessionOnBoot> request)

Configure a Trace session to start when the component starts.

::fidl::internal::NaturalThenable< ::fuchsia_tracing_controller::SessionManager::EndTraceSession> EndTraceSession (::fidl::Request< ::fuchsia_tracing_controller::SessionManager::EndTraceSession> request)

Ends the trace session.

If task_id is non-zero, then only the trace task with the given id is checked.

Note: Currently there is only 1 trace task active at a time, so the task_id is of

little value at this time.

::fidl::internal::NaturalThenable< ::fuchsia_tracing_controller::SessionManager::Status> Status ()

Returns the status of the current trace session.