Home
last modified time | relevance | path

Searched refs:idStr (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/test/
H A Dserialization_test_properties.cpp29 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 Ddump_manager_bmc.cpp272 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 Dfilesystem_log_watcher.cpp75 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 Deventlog_utils.hpp381 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 Dethernet_interface.cpp675 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()