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.hpp381 std::string odataIdStr = entriesPath; in getDumpEntryCollection()
382 if (!odataIdStr.empty()) in getDumpEntryCollection()
384 odataIdStr.pop_back(); in getDumpEntryCollection()
389 asyncResp->res.jsonValue["@odata.id"] = std::move(odataIdStr); in getDumpEntryCollection()
359 std::string odataIdStr = entriesPath; getDumpEntryCollection() local