Searched refs:idStr (Results 1 – 6 of 6) 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/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ctrl.c | 299 const char *idStr; in gen_bitmask_string() local 307 idStr = names[idx]; in gen_bitmask_string() 308 if (idStr) { in gen_bitmask_string() 313 idStr); in gen_bitmask_string()
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 648 auto idStr = stdplus::toStr(id); in createVLAN() local 649 auto intfName = stdplus::strCat(interfaceName(), "."sv, idStr); in createVLAN() 655 Argument::ARGUMENT_VALUE(idStr.c_str())); in createVLAN() 689 config.map["VLAN"].emplace_back()["Id"].emplace_back(std::move(idStr)); in createVLAN()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 1588 std::string idStr; in handleSystemsLogServiceEventLogLogEntryCollection() local 1589 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsLogServiceEventLogLogEntryCollection() 1597 fillEventLogEntryJson(idStr, logEntry, bmcLogEntry); in handleSystemsLogServiceEventLogLogEntryCollection() 1683 std::string idStr; in handleSystemsLogServiceEventLogEntriesGet() local 1684 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsLogServiceEventLogEntriesGet() 1690 if (idStr == targetID) in handleSystemsLogServiceEventLogEntriesGet() 1694 fillEventLogEntryJson(idStr, logEntry, bmcLogEntry); in handleSystemsLogServiceEventLogEntriesGet()
|