component_testing::ExecutionController

Summary

Constructors and Destructors

ExecutionController(fuchsia::component::ExecutionControllerPtr execution_controller_proxy)

Public types

StopCallback using
fit::function< void(fuchsia::component::StoppedPayload)>

Public functions

OnStop(StopCallback callback)
void
Stop()
void

Public types

StopCallback

fit::function< void(fuchsia::component::StoppedPayload)> StopCallback

Public functions

ExecutionController

 ExecutionController(
  fuchsia::component::ExecutionControllerPtr execution_controller_proxy
)

OnStop

void OnStop(
  StopCallback callback
)

Stop

void Stop()