Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp272 std::string odataIdStr = entriesPath; in getDumpEntryCollection() local
273 if (!odataIdStr.empty()) in getDumpEntryCollection()
275 odataIdStr.pop_back(); in getDumpEntryCollection()
280 asyncResp->res.jsonValue["@odata.id"] = std::move(odataIdStr); in getDumpEntryCollection()