Home
last modified time | relevance | path

Searched defs:resultDumpTrace (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp58 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
81 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
104 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
152 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
178 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
268 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
311 …CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTraceWithDuration(caller,… variable
336 …CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTraceWithDuration(caller,… variable
362 …CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTraceWithDuration(caller,… variable
388 CollectResult<std::vector<std::string>> resultDumpTrace = collector->DumpTrace(caller); variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp103 CollectResult<std::vector<std::string>> resultDumpTrace = traceCollector->DumpTrace(caller); in CallCollectorFuncs() local