Home
last modified time | relevance | path

Searched refs:trace_map_ (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp43 for (auto it = trace_map_.begin(); it != trace_map_.end(); ++it) { in ~VtsProfilingInterface()
65 if (trace_map_.find(fullname) != trace_map_.end()) { in GetTraceFile()
66 fd = trace_map_[fullname]; in GetTraceFile()
73 trace_map_[fullname] = fd; in GetTraceFile()
78 trace_map_[fullname] = fd; in GetTraceFile()
DVtsProfilingInterface.h63 map<string, int> trace_map_; variable