Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp326 std::string entriesPath; in getDumpEntriesPath() local
330 entriesPath = in getDumpEntriesPath()
336 entriesPath = in getDumpEntriesPath()
342 entriesPath = in getDumpEntriesPath()
353 return entriesPath; in getDumpEntriesPath()
360 std::string entriesPath = getDumpEntriesPath(dumpType); in getDumpEntryCollection() local
361 if (entriesPath.empty()) in getDumpEntryCollection()
370 [asyncResp, entriesPath, in getDumpEntryCollection()
381 std::string odataIdStr = entriesPath; in getDumpEntryCollection()
436 thisEntry["@odata.id"] = entriesPath + entryID; in getDumpEntryCollection()
[all …]