Home
last modified time | relevance | path

Searched refs:SnapShotReader (Results 1 – 6 of 6) sorted by relevance

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp54 SnapShotReader::SnapShotReader() : in SnapShotReader() function in SnapShotReader
65 SnapShotReader::~SnapShotReader() in ~SnapShotReader()
69 void SnapShotReader::setSnapshotDir(const std::string &dir) in setSnapshotDir()
81 const bool SnapShotReader::readSnapShot() in readSnapShot()
195 void SnapShotReader::checkPath() in checkPath()
208 void SnapShotReader::setErrorLogger(ITraceErrorLog *err_log) in setErrorLogger()
218 void SnapShotReader::LogInfo(const std::string &msg) in LogInfo()
224 void SnapShotReader::LogError(const std::string &msg) in LogError()
233 bool SnapShotReader::getSourceBufferNameList(std::vector<std::string> &nameList) in getSourceBufferNameList()
243 bool SnapShotReader::getTraceBufferSourceTree(const std::string &traceBufferName, Parser::TraceBuff… in getTraceBufferSourceTree()
[all …]
Dss_to_dcdtree.cpp56 void CreateDcdTreeFromSnapShot::initialise(SnapShotReader *pReader, ITraceErrorLog *pErrLogInterfac… in initialise()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_reader.h46 class SnapShotReader
49 SnapShotReader();
50 ~SnapShotReader();
Dss_to_dcdtree.h53 void initialise(SnapShotReader *m_pReader, ITraceErrorLog *m_pErrLogInterface);
99 SnapShotReader *m_pReader;
/external/OpenCSD/decoder/tests/source/
Dtrc_pkt_lister.cpp48 static void ListTracePackets(ocsdDefaultErrorLogger &err_logger, SnapShotReader &reader, const std:…
109 SnapShotReader ss_reader; in main()
539 void ListTracePackets(ocsdDefaultErrorLogger &err_logger, SnapShotReader &reader, const std::string… in ListTracePackets()
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md171 SnapShotReader ss_reader;