Searched refs:exceptionDataSet_ (Results 1 – 2 of 2) sorted by relevance
180 exceptionDataSet_->SetFilterStragety(categoryFilter); in DataSetInit()181 exceptionDataSet_->SetFilterType("exception"); in DataSetInit()183 exceptionDataSet_->SetStatisticsStragety(exceptionSatistics); in DataSetInit()299 exceptionDataSet_->SetFormatStragety(formatCSV); in SegmentedWriteCSV()347 exceptionDataSet_->StatisticsData(); in SegmentedWriteCSV()348 exceptionDataSet_->FormatData("exception", moduleInput); in SegmentedWriteCSV()370 exceptionDataSet_->SetFormatStragety(formatJSON); in SegmentedWriteJson()421 exceptionDataSet_->FormatData("exception", moduleInput); in SegmentedWriteJson()517 exceptionDataSet_->FilterData(data); in ExceptionRecord()
154 std::shared_ptr<DataSet> exceptionDataSet_ = std::make_shared<DataSet>(); variable