Home
last modified time | relevance | path

Searched refs:idStr (Results 1 – 6 of 6) 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/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c299 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 Dethernet_interface.cpp648 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 Dlog_services.hpp1588 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()