Searched refs:idStr (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-logging/test/ |
| H A D | serialization_test_properties.cpp | 29 auto idStr = path.filename(); in TEST_F() local 30 id = std::stol(idStr.c_str()); in TEST_F() 32 bus, std::filesystem::path(OBJ_ENTRY) / idStr, id, manager); in TEST_F()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_manager_bmc.cpp | 272 auto idStr = p.path().filename().string(); in restore() local 277 std::all_of(idStr.begin(), idStr.end(), ::isdigit)) in restore() 280 std::max(lastEntryId, static_cast<uint32_t>(std::stoul(idStr))); in restore() 291 auto objPath = std::filesystem::path(baseEntryPath) / idStr; in restore() 293 bus, std::stoul(idStr), objPath.string(), file.path(), in restore()
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | filesystem_log_watcher.cpp | 75 std::string idStr; in readEventLogsFromFile() local 76 if (!event_log::getUniqueEntryID(logEntry, idStr)) in readEventLogsFromFile() 95 eventRecords.emplace_back(idStr, timestamp, messageID, messageArgs); in readEventLogsFromFile()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 381 std::string idStr; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local 382 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() 390 fillEventLogEntryJson(idStr, logEntry, bmcLogEntry, parentStr, in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() 459 std::string idStr; in handleSystemsAndManagersLogServiceEventLogEntriesGet() local 460 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogEntriesGet() 466 if (idStr == targetID) in handleSystemsAndManagersLogServiceEventLogEntriesGet() 470 idStr, logEntry, bmcLogEntry, parentStr, childId, in handleSystemsAndManagersLogServiceEventLogEntriesGet()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ethernet_interface.cpp | 675 auto idStr = stdplus::toStr(id); in createVLAN() local 676 auto intfName = stdplus::strCat(interfaceName(), "."sv, idStr); in createVLAN() 682 Argument::ARGUMENT_VALUE(idStr.c_str())); in createVLAN() 716 config.map["VLAN"].emplace_back()["Id"].emplace_back(std::move(idStr)); in createVLAN()
|