Lines Matching full:bmcweb
49 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFilePut()
55 if (!bmcweb::asciiIEquals(contentType, "application/octet-stream")) in handleFilePut()
67 "/var/lib/bmcweb/ibm-management-console/configfiles"; in handleFilePut()
77 "/var/lib/bmcweb/ibm-management-console/configfiles"); in handleFilePut()
233 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleConfigFileList()
237 "/var/lib/bmcweb/ibm-management-console/configfiles"); in handleConfigFileList()
262 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in deleteConfigFiles()
266 "/var/lib/bmcweb/ibm-management-console/configfiles"); in deleteConfigFiles()
282 inline void handleFileGet(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileGet()
287 "/var/lib/bmcweb/ibm-management-console/configfiles/" + fileID); in handleFileGet()
316 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileDelete()
320 "/var/lib/bmcweb/ibm-management-console/configfiles/" + fileID); in handleFileDelete()
348 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleBroadcastService()
368 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileUrl()
429 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
445 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
454 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
463 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutes()
480 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()