Lines Matching defs:entryID
307 std::string entryID = object.first.filename();
308 if (entryID.empty())
326 thisEntry["@odata.id"] = entriesPath + entryID;
327 thisEntry["Id"] = entryID;
343 entriesPath + entryID + "/attachment";
351 entriesPath + entryID + "/attachment";
364 const std::string& entryID, const std::string& dumpType)
376 [asyncResp, entryID, dumpType,
391 if (objectPath.first.str != dumpEntryPath + entryID)
415 dumpType + " dump", entryID);
421 asyncResp->res.jsonValue["@odata.id"] = entriesPath + entryID;
422 asyncResp->res.jsonValue["Id"] = entryID;
438 entriesPath + entryID + "/attachment";
447 entriesPath + entryID + "/attachment";
453 BMCWEB_LOG_WARNING("Can't find Dump Entry {}", entryID);
455 entryID);
462 const std::string& entryID,
466 entryID](const boost::system::error_code& ec) {
472 messages::resourceNotFound(asyncResp->res, "LogEntry", entryID);
476 "Dump (DBus) doDelete respHandler got error {} entryID={}", ec,
477 entryID);
485 std::format("{}/entry/{}", getDumpPath(dumpType), entryID),
491 const std::string& entryID, const std::string& dumpType)
495 BMCWEB_LOG_WARNING("Can't find Dump Entry {}", entryID);
496 messages::resourceNotFound(asyncResp->res, dumpType + " dump", entryID);
501 std::format("{}/entry/{}", getDumpPath(dumpType), entryID);
504 [asyncResp, entryID,
507 log_services_utils::downloadEntryCallback(asyncResp, entryID,