class InstrumentedProcess
Defined at line 2450 of file fidling/gen/src/sys/fuzzing/fidl/fuchsia.fuzzer/hlcpp/fuchsia/fuzzer/cpp/fidl.h
Represents an instrumented target process under test.
This struct wraps the eventpair and process provided to `CoverageDataCollector.Initialize` and
associates it with a unique per-`CoverageDataCollector`-client target id.
Public Members
eventpair eventpair
process process
Public Methods
::std::unique_ptr<InstrumentedProcess> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, InstrumentedProcess * value, size_t _offset)
zx_status_t Clone (InstrumentedProcess * result)