class AbstractDataProcessor
Defined at line 16 of file ../../src/sys/test_manager/debug_data_processor/abstract_data_processor.h
Public Methods
void ProcessData (std::string test_url, DataSinkDump data_sink)
void FinishProcessing ()
Indicates that no more data will be added via ProcessData. After this call,
ProcessData or FinishProcessing may not be called again.
zx::unowned_event GetDataFlushedEvent ()
Returns a handle to an event on which `DATA_FLUSHED_SIGNAL` is signalled when
all data passed through ProcessData has been processed.
void ~AbstractDataProcessor ()
Defined at line 18 of file ../../src/sys/test_manager/debug_data_processor/abstract_data_processor.h