Searched refs:targetEntryFields (Results 1 – 2 of 2) sorted by relevance
934 std::vector<std::string> targetEntryFields; in ipmiStorageGetSELEntry() local935 boost::split(targetEntryFields, entry, boost::is_any_of(","), in ipmiStorageGetSELEntry()937 if (targetEntryFields.size() < 3) in ipmiStorageGetSELEntry()941 std::string& recordIDStr = targetEntryFields[0]; in ipmiStorageGetSELEntry()942 std::string& recordTypeStr = targetEntryFields[1]; in ipmiStorageGetSELEntry()943 std::string& eventDataStr = targetEntryFields[2]; in ipmiStorageGetSELEntry()985 if (targetEntryFields.size() >= 6) in ipmiStorageGetSELEntry()987 std::string& generatorIDStr = targetEntryFields[3]; in ipmiStorageGetSELEntry()988 std::string& sensorPath = targetEntryFields[4]; in ipmiStorageGetSELEntry()989 std::string& eventDirStr = targetEntryFields[5]; in ipmiStorageGetSELEntry()
987 std::vector<std::string> targetEntryFields; in ipmiStorageGetSELEntry() local988 boost::split(targetEntryFields, entry, boost::is_any_of(","), in ipmiStorageGetSELEntry()990 if (targetEntryFields.size() < 3) in ipmiStorageGetSELEntry()994 std::string& recordIDStr = targetEntryFields[0]; in ipmiStorageGetSELEntry()995 std::string& recordTypeStr = targetEntryFields[1]; in ipmiStorageGetSELEntry()996 std::string& eventDataStr = targetEntryFields[2]; in ipmiStorageGetSELEntry()1039 if (targetEntryFields.size() >= 6) in ipmiStorageGetSELEntry()1041 std::string& generatorIDStr = targetEntryFields[3]; in ipmiStorageGetSELEntry()1042 std::string& sensorPath = targetEntryFields[4]; in ipmiStorageGetSELEntry()1043 std::string& eventDirStr = targetEntryFields[5]; in ipmiStorageGetSELEntry()