Searched refs:PrintkFormatsProcessor (Results 1 – 5 of 5) sorted by relevance
23 PrintkFormatsProcessor &PrintkFormatsProcessor::GetInstance() in GetInstance()25 static PrintkFormatsProcessor instance; in GetInstance()29 PrintkFormatsProcessor::PrintkFormatsProcessor() {} in PrintkFormatsProcessor() function in SysTuning::TraceStreamer::PrintkFormatsProcessor31 PrintkFormatsProcessor::~PrintkFormatsProcessor() {} in ~PrintkFormatsProcessor()33 std::string PrintkFormatsProcessor::GetSymbol(uint64_t addr) in GetSymbol()44 bool PrintkFormatsProcessor::HandlePrintkSyms(const std::string &printkFormats) in HandlePrintkSyms()69 void PrintkFormatsProcessor::Clear() in Clear()
23 class PrintkFormatsProcessor {25 static PrintkFormatsProcessor &GetInstance();31 PrintkFormatsProcessor();32 ~PrintkFormatsProcessor();
86 curStr = PrintkFormatsProcessor::GetInstance().GetSymbol(curStrPtr); in HandleStrField()
221 TS_CHECK_TRUE(PrintkFormatsProcessor::GetInstance().HandlePrintkSyms(buffer), false, in ParseLastCommData()
155 EXPECT_TRUE(PrintkFormatsProcessor::GetInstance().HandlePrintkSyms(chunckStr_));159 std::string sym = PrintkFormatsProcessor::GetInstance().GetSymbol(PRINTK_VALID_ADDR);161 PrintkFormatsProcessor::GetInstance().Clear();166 EXPECT_FALSE(PrintkFormatsProcessor::GetInstance().HandlePrintkSyms(errPrintkFormats));