Home
last modified time | relevance | path

Searched refs:WaitForParserEnd (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dbytrace_parser_test.cpp58 bytraceParser.WaitForParserEnd();
81 bytraceParser.WaitForParserEnd();
106 bytraceParser.WaitForParserEnd();
131 bytraceParser.WaitForParserEnd();
156 bytraceParser.WaitForParserEnd();
177 bytraceParser.WaitForParserEnd();
197 bytraceParser.WaitForParserEnd();
217 bytraceParser.WaitForParserEnd();
237 bytraceParser.WaitForParserEnd();
Devent_parser_test.cpp200 bytraceParser.WaitForParserEnd();
225 bytraceParser.WaitForParserEnd();
253 bytraceParser.WaitForParserEnd();
280 bytraceParser.WaitForParserEnd();
304 bytraceParser.WaitForParserEnd();
328 bytraceParser.WaitForParserEnd();
351 bytraceParser.WaitForParserEnd();
376 bytraceParser.WaitForParserEnd();
400 bytraceParser.WaitForParserEnd();
425 bytraceParser.WaitForParserEnd();
[all …]
Dparser_test.cpp72 ta->WaitForParserEnd();
143 ta->WaitForParserEnd();
214 ta->WaitForParserEnd();
285 ta->WaitForParserEnd();
/developtools/profiler/host/smartperf/trace_streamer/test/test_fuzzer/selector_fuzzer/
Dselector_fuzzer.cpp36 stream_.WaitForParserEnd(); in TraceStreamerSelectorFuzzTest()
/developtools/profiler/host/smartperf/trace_streamer/test/test_fuzzer/htrace_fuzzer/
Dhtrace_fuzzer.cpp37 stream_.WaitForParserEnd(); in HtraceParserFuzzTest()
/developtools/profiler/host/smartperf/trace_streamer/test/test_fuzzer/bytrace_fuzzer/
Dbytrace_fuzzer.cpp41 stream_.WaitForParserEnd(); in BytraceParserFuzzTest()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.h41 void WaitForParserEnd();
Dtrace_streamer_selector.cpp143 void TraceStreamerSelector::WaitForParserEnd() in WaitForParserEnd() function in SysTuning::TraceStreamer::TraceStreamerSelector
146 htraceParser_->WaitForParserEnd(); in WaitForParserEnd()
149 bytraceParser_->WaitForParserEnd(); in WaitForParserEnd()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Drpc_server.cpp109 ts_->WaitForParserEnd(); in ParseDataOver()
163 ts_->WaitForParserEnd(); in Reset()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.h55 void WaitForParserEnd();
Dbytrace_parser.cpp42 void BytraceParser::WaitForParserEnd() in WaitForParserEnd() function in SysTuning::TraceStreamer::BytraceParser
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_parser.h61 void WaitForParserEnd();
Dhtrace_parser.cpp64 void HtraceParser::WaitForParserEnd() in WaitForParserEnd() function in SysTuning::TraceStreamer::HtraceParser
/developtools/profiler/host/smartperf/trace_streamer/src/
Dmain.cpp115 ta.WaitForParserEnd(); in ReadAndParser()