Searched refs:eSELData (Results 1 – 3 of 3) sorted by relevance
43 Entry::Level mapSeverity(const std::string& eSELData) in mapSeverity() argument47 if (eSELData.size() > severityOffset) in mapSeverity()50 uint8_t sev = 0xF0 & eSELData[severityOffset]; in mapSeverity()63 std::string mapCalloutAssociation(const std::string& eSELData) in mapCalloutAssociation() argument65 auto rec = reinterpret_cast<const SELEventRecord*>(&eSELData[0]); in mapCalloutAssociation()141 void createOCCLogEntry(const std::string& eSELData) in createOCCLogEntry() argument148 new char[(eSELData.size() * byteSeperator) + 1]()); in createOCCLogEntry()150 for (size_t i = 0; i < eSELData.size(); i++) in createOCCLogEntry()152 sprintf(&data[i * byteSeperator], "%02x ", eSELData[i]); in createOCCLogEntry()154 data[eSELData.size() * byteSeperator] = '\0'; in createOCCLogEntry()[all …]
41 void createLogEntry(const std::string& eSELData);
50 auto eSELData = readESEL(eSELFile); in createProcedureLogEntry() local56 new char[(eSELData.size() * byteSeparator) + 1]()); in createProcedureLogEntry()58 for (size_t i = 0; i < eSELData.size(); i++) in createProcedureLogEntry()60 sprintf(&data[i * byteSeparator], "%02x ", eSELData[i]); in createProcedureLogEntry()62 data[eSELData.size() * byteSeparator] = '\0'; in createProcedureLogEntry()