Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_dbus_eventlog.hpp33 const std::string& managerId) in handleManagersDBusEventLogEntryCollection() argument
39 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersDBusEventLogEntryCollection()
41 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersDBusEventLogEntryCollection()
51 const std::string& managerId, const std::string& entryId) in handleManagersDBusEventLogEntryGet() argument
57 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersDBusEventLogEntryGet()
59 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersDBusEventLogEntryGet()
71 const std::string& managerId, const std::string& entryId) in handleManagersDBusEventLogEntryPatch() argument
77 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersDBusEventLogEntryPatch()
79 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersDBusEventLogEntryPatch()
89 const std::string& managerId, const std::string& entryId) in handleManagersDBusEventLogEntryDelete() argument
[all …]
H A Dmanager_logservices_journal_eventlog.hpp33 const std::string& managerId) in handleManagersLogServiceEventLogLogEntryCollection() argument
45 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersLogServiceEventLogLogEntryCollection()
47 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersLogServiceEventLogLogEntryCollection()
60 const std::string& managerId, const std::string& param) in handleManagersJournalEventLogEntry() argument
66 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersJournalEventLogEntry()
68 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersJournalEventLogEntry()
79 const std::string& managerId) in handleManagersJournalEventLogClear() argument
85 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersJournalEventLogClear()
87 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersJournalEventLogClear()
H A Dmanagers.hpp63 bool locationIndicatorActive, const std::string& managerId, in handleSetLocationIndicatorActive() argument
72 BMCWEB_LOG_WARNING("Manager {} not found", managerId); in handleSetLocationIndicatorActive()
73 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleSetLocationIndicatorActive()
82 BMCWEB_LOG_WARNING("Manager {} not found", managerId); in handleSetLocationIndicatorActive()
83 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleSetLocationIndicatorActive()
98 bool locationIndicatorActive, const std::string& managerId) in setLocationIndicatorActiveState() argument
101 asyncResp, managerId, in setLocationIndicatorActiveState()
103 locationIndicatorActive, managerId)); in setLocationIndicatorActiveState()
192 const std::string& managerId) in handleManagerResetAction() argument
198 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagerResetAction()
[all …]
H A Dmanager_logservices_journal.hpp41 const std::string& managerId) in handleManagersLogServiceJournalGet() argument
48 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersLogServiceJournalGet()
50 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersLogServiceJournalGet()
145 const std::string& managerId) in handleManagersJournalLogEntryCollectionGet() argument
158 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersJournalLogEntryCollectionGet()
160 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersJournalLogEntryCollectionGet()
275 const std::string& managerId, const std::string& entryID) in handleManagersJournalEntriesLogEntryGet() argument
282 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersJournalEntriesLogEntryGet()
284 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersJournalEntriesLogEntryGet()
H A Dcertificate_service.hpp952 const std::string& managerId) in handleHTTPSCertificateCollectionGet() argument
959 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleHTTPSCertificateCollectionGet()
961 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleHTTPSCertificateCollectionGet()
982 const std::string& managerId) in handleHTTPSCertificateCollectionPost() argument
989 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleHTTPSCertificateCollectionPost()
991 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleHTTPSCertificateCollectionPost()
1041 const std::string& managerId, const std::string& certId) in handleHTTPSCertificateGet() argument
1048 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleHTTPSCertificateGet()
1050 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleHTTPSCertificateGet()
1213 const std::string& managerId) in handleTrustStoreCertificateCollectionGet() argument
[all …]
H A Dnetwork_protocol.hpp468 const std::string& managerId) in handleManagersNetworkProtocolPatch() argument
475 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersNetworkProtocolPatch()
477 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersNetworkProtocolPatch()
545 const std::string& managerId) in handleManagersNetworkProtocolHead() argument
554 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersNetworkProtocolHead()
556 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersNetworkProtocolHead()
564 const std::string& managerId) in handleManagersNetworkProtocolGet() argument
573 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagersNetworkProtocolGet()
575 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagersNetworkProtocolGet()
H A Dlog_services.hpp978 const std::string& managerId) in handleSystemsLogServiceCollectionGet()
985 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleSystemsLogServiceCollectionGet()
987 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleSystemsLogServiceCollectionGet()
1101 const std::string& managerId) in handleManagersLogServicesCollectionGet()
1107 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleSystemsEventLogServiceGet()
1109 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleSystemsEventLogServiceGet()
1217 const std::string& managerId) in getDumpServiceInfo()
1224 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in getDumpServiceInfo()
1226 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in getDumpServiceInfo()
1253 const std::string& managerId) in handleLogServicesDumpServiceGet()
1011 handleManagersLogServicesCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleManagersLogServicesCollectionGet() argument
1134 handleManagersEventLogServiceGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleManagersEventLogServiceGet() argument
1242 handleLogServicesDumpServiceGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpServiceGet() argument
1278 handleLogServicesDumpEntriesCollectionGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpEntriesCollectionGet() argument
1313 handleLogServicesDumpEntryGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId,const std::string & dumpId) handleLogServicesDumpEntryGet() argument
1347 handleLogServicesDumpEntryDelete(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId,const std::string & dumpId) handleLogServicesDumpEntryDelete() argument
1382 handleLogServicesDumpEntryDownloadGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId,const std::string & dumpId) handleLogServicesDumpEntryDownloadGet() argument
1400 handleLogServicesDumpCollectDiagnosticDataPost(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpCollectDiagnosticDataPost() argument
1444 handleLogServicesDumpClearLogPost(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpClearLogPost() argument
[all...]
H A Dmanager_diagnostic_data.hpp242 const std::string& managerId) in handleManagerDiagnosticDataGet() argument
249 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in handleManagerDiagnosticDataGet()
251 messages::resourceNotFound(asyncResp->res, "Manager", managerId); in handleManagerDiagnosticDataGet()
H A Dethernet.hpp2121 const std::string& managerId) { in requestEthernetInterfacesRoutes() argument
2127 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in requestEthernetInterfacesRoutes()
2130 managerId); in requestEthernetInterfacesRoutes()
2181 const std::string& managerId) { in requestEthernetInterfacesRoutes() argument
2187 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in requestEthernetInterfacesRoutes()
2190 managerId); in requestEthernetInterfacesRoutes()
2278 const std::string& managerId, const std::string& ifaceId) { in requestEthernetInterfacesRoutes() argument
2284 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in requestEthernetInterfacesRoutes()
2287 managerId); in requestEthernetInterfacesRoutes()
2325 const std::string& managerId, const std::string& ifaceId) { in requestEthernetInterfacesRoutes() argument
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dmanager_utils.hpp75 const std::string& managerId, in afterGetValidManagerPath() argument
98 if (managerId != BMCWEB_REDFISH_MANAGER_URI_NAME) in afterGetValidManagerPath()
110 const std::string& managerId, in getValidManagerPath() argument
117 [asyncResp, managerId, callback = std::move(callback)]( in getValidManagerPath()
120 afterGetValidManagerPath(asyncResp, managerId, callback, ec, in getValidManagerPath()
/openbmc/bmcweb/test/http/
H A Dutility_test.cpp177 std::string managerId; in TEST() local
180 readUrlSegments(url, "redfish", "v1", "Managers", std::ref(managerId), in TEST()
182 EXPECT_EQ(managerId, "bmc"); in TEST()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp557 std::string managerId; in getZonesFromJsonReq() local
559 *parsed, "redfish", "v1", "Managers", std::ref(managerId), in getZonesFromJsonReq()