Home
last modified time | relevance | path

Searched defs:asyncResp (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/bmcweb/redfish-core/lib/
H A Dfabric_ports.hpp48 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetFabricPortLocation()
65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortLocation()
75 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetFabricPortState()
95 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortState()
105 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetFabricPortHealth()
127 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortHealth()
138 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortProperties()
168 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidFabricPortPath()
217 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFabricPortPath()
231 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFabricPortHead()
[all …]
H A Dsystems.hpp74 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool isCpuPresent) in modifyCpuPresenceState()
93 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getProcessorProperties()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getProcessorSummary()
181 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processMemoryProperties()
232 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getMemorySummary()
250 inline void afterGetUUID(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetUUID()
289 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetInventory()
326 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetAssetTag()
340 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemGetSubTree()
429 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getComputerSystem()
[all …]
H A Dpower_supply.hpp45 updatePowerSupplyList(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const dbus::utility::MapperGetSubTreePathsResponse & powerSupplyPaths) updatePowerSupplyList() argument
70 doPowerSupplyCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & subtreePaths) doPowerSupplyCollection() argument
107 handlePowerSupplyCollectionHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handlePowerSupplyCollectionHead() argument
134 handlePowerSupplyCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handlePowerSupplyCollectionGet() argument
168 afterGetValidPowerSupplyPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & powerSupplyId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree,const std::function<void (const std::string & powerSupplyPath,const std::string & service)> & callback) afterGetValidPowerSupplyPath() argument
206 getValidPowerSupplyPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId,std::function<void (const std::string & powerSupplyPath,const std::string & service)> && callback) getValidPowerSupplyPath() argument
225 getPowerSupplyState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyState() argument
251 getPowerSupplyHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyHealth() argument
278 getPowerSupplyAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyAsset() argument
349 getPowerSupplyFirmwareVersion(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyFirmwareVersion() argument
372 getPowerSupplyLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyLocation() argument
396 handleGetEfficiencyResponse(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,uint32_t value) handleGetEfficiencyResponse() argument
424 handlePowerSupplyAttributesSubTreeResponse(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) handlePowerSupplyAttributesSubTreeResponse() argument
465 getEfficiencyPercent(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getEfficiencyPercent() argument
479 doPowerSupplyGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId,const std::string & powerSupplyPath,const std::string & service) doPowerSupplyGet() argument
515 handlePowerSupplyHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyHead() argument
543 handlePowerSupplyGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyGet() argument
556 doPatchPowerSupply(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const bool locationIndicatorActive,const std::string & powerSupplyPath,const std::string &) doPatchPowerSupply() argument
566 handlePowerSupplyPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyPatch() argument
[all...]
H A Dmanager_diagnostic_data.hpp41 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in checkErrors()
65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setBytesProperty()
91 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetStorageStatistics()
104 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setPercentProperty()
124 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetProcessorStatistics()
144 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetMemoryStatistics()
190 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetManagerStartTime()
226 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetServiceRootUptime()
241 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerDiagnosticDataGet()
H A Dredfish_sessions.hpp62 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionHead()
76 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionGet()
102 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionDelete()
163 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionHead()
176 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionGet()
198 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processAfterSessionCreation()
232 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionPost()
292 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServiceHead()
304 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServiceGet()
331 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServicePatch()
H A Daggregation_service.hpp37 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationServiceHead()
50 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationServiceGet()
83 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSourceCollection()
100 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionGet()
122 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionHead()
148 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSource()
198 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceGet()
214 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceHead()
262 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionPost()
331 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourcePatch()
[all …]
H A Dfan.hpp38 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updateFanList()
62 inline void doFanCollection(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doFanCollection()
91 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionHead()
117 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionGet()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanPath()
172 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFanObject()
200 inline void getFanHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanHealth()
226 inline void getFanState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanState()
251 inline void getFanLocation(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanLocation()
277 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidFanObject()
[all …]
H A Dmanagers.hpp62 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSetLocationIndicatorActive()
97 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLocationIndicatorActiveState()
130 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in doBMCGracefulRestart()
157 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in doBMCForceRestart()
191 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerResetAction()
244 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerResetToDefaultsAction()
305 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerResetActionInfo()
349 inline void getLocation(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocation()
375 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetLastResetTime()
409 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setActiveFirmwareImage()
[all …]
H A Dfabric_adapters.hpp41 getFabricAdapterLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterLocation() argument
66 getFabricAdapterAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterAsset() argument
124 getFabricAdapterState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterState() argument
150 getFabricAdapterHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterHealth() argument
177 doAdapterGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId,const std::string & fabricAdapterPath,const std::string & serviceName) doAdapterGet() argument
249 afterHandleFabricAdapterGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterGet() argument
279 handleFabricAdapterGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId) handleFabricAdapterGet() argument
305 afterHandleFabricAdapterPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & adapterId,std::optional<bool> locationIndicatorActive,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterPatch() argument
339 handleFabricAdapterPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId) handleFabricAdapterPatch() argument
376 handleFabricAdapterCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleFabricAdapterCollectionGet() argument
417 handleFabricAdapterCollectionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleFabricAdapterCollectionHead() argument
443 afterHandleFabricAdapterHead(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & adapterId,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterHead() argument
473 handleFabricAdapterHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId) handleFabricAdapterHead() argument
[all...]
H A Dstorage.hpp40 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageCollectionGet()
71 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleStorageCollectionGet()
89 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterChassisDriveCollectionSubtree()
123 inline void getDrives(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getDrives()
133 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemsStorageGetSubtree()
174 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageGet()
196 inline void afterSubtree(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSubtree()
243 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleStorageGet()
261 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageDriveGet()
H A Dassembly.hpp52 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyLocationCode()
78 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyState()
107 void getAssemblyHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyHealth()
138 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDbusObject()
191 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyProperties()
233 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleChassisAssemblyGet()
272 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyGet()
288 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyHead()
316 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleChassisAssemblyPatch()
367 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyPatch()
H A Dled.hpp40 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getIndicatorLedState()
109 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setIndicatorLedState()
164 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getSystemLocationIndicatorActive()
222 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const bool ledState) in setSystemLocationIndicatorActive()
286 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLedGroupPath()
308 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetLedState()
326 inline void getLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLedState()
365 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocationIndicatorActive()
379 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocationIndicatorActive()
387 inline void setLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLedState()
[all …]
H A Dhypervisor_system.hpp54 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHypervisorState()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHypervisorActions()
366 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Address()
389 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Subnet()
412 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Gateway()
440 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in createHypervisorIPv4()
457 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in deleteHypervisorIPv4()
504 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in setDHCPEnabled()
540 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorIPv4StaticPatch()
603 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorHostnamePatch()
[all …]
H A Dupdate_service.hpp250 inline void createTask(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in createTask()
267 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in softwareInterfaceAdded()
335 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterAvailbleTimerAsyncWait()
358 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& url, in handleUpdateErrorType()
417 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& url, in afterUpdateErrorMatcher()
452 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in monitorForSoftwareAvailable()
573 inline void doHttpsUpdate(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doHttpsUpdate()
582 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleUpdateServiceSimpleUpdateAction()
675 inline void setApplyTime(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setApplyTime()
749 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processUpdateParameters()
[all …]
H A Dsystems_logservices_dbus_eventlog.hpp33 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsDBusEventLogEntryCollection()
59 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsDBusEventLogEntryGet()
86 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsDBusEventLogEntryPatch()
112 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsDBusEventLogEntryDelete()
138 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsDBusLogServiceActionsClear()
164 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsDBusEventLogEntryDownloadGet()
H A Dmanager_logservices_dbus_eventlog.hpp32 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersDBusEventLogEntryCollection()
50 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersDBusEventLogEntryGet()
69 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersDBusEventLogEntryPatch()
87 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersDBusEventLogEntryDelete()
105 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersDBusLogServiceActionsClear()
128 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersDBusEventLogEntryDownload()
H A Dprocessor.hpp64 inline void getProcessorUUID(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getProcessorUUID()
84 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuDataByInterface()
230 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& cpuId, in getCpuDataByService()
303 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in readThrottleProperties()
342 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getThrottleProperties()
355 inline void getCpuAssetData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuAssetData()
433 inline void getCpuRevisionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuRevisionData()
470 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& acclrtrId, in getAcceleratorDataByService()
541 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in highSpeedCoreIdsHandler()
581 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuConfigData()
[all …]
H A Denvironment_metrics.hpp35 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetPowerWatts()
65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleTotalPowerList()
109 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getTotalPowerSensor()
162 inline void getPowerWatts(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerWatts()
177 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleEnvironmentMetricsHead()
203 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doEnvironmentMetricsGet()
228 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleEnvironmentMetricsGet()
H A Dthermal_metrics.hpp37 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetTemperatureValue()
82 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleTemperatureReadingsCelsius()
116 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getTemperatureReadingsCelsius()
130 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doThermalMetrics()
155 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleThermalMetricsHead()
181 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleThermalMetricsGet()
H A Dcable.hpp48 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in fillCableProperties()
97 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in fillCableHealthState()
133 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCableProperties()
158 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleCableGet()
197 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleCableGet()
214 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleCableCollectionGet()
H A Dpcie.hpp52 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePCIeDevicePath()
90 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidPCIeDevicePath()
117 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePCIeDeviceCollectionGet()
164 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetAssociatedSubTreePaths()
209 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in linkAssociatedProcessor()
290 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceSlotPath()
339 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDbusObject()
361 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetPCIeDeviceSlotPath()
376 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceHealth()
403 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceState()
[all …]
H A Dchassis.hpp112 inline void getStorageLink(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getStorageLink() argument
155 inline void getChassisState(std::shared_ptr<bmcweb::AsyncResp> asyncResp) in getChassisState() argument
220 handlePhysicalSecurityGetSubTree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) handlePhysicalSecurityGetSubTree() argument
267 handleChassisCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleChassisCollectionGet() argument
284 getChassisContainedBy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & upstreamChassisPaths) getChassisContainedBy() argument
323 getChassisContains(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & downstreamChassisPaths) getChassisContains() argument
365 getChassisConnectivity(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & chassisPath) getChassisConnectivity() argument
396 getChassisLocationCode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getChassisLocationCode() argument
417 getChassisUUID(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getChassisUUID() argument
436 handleDecoratorAssetProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & path,const dbus::utility::DBusPropertiesMap & propertiesList) handleDecoratorAssetProperties() argument
495 handleChassisProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & propertiesList) handleChassisProperties() argument
525 handleChassisGetSubTree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) handleChassisGetSubTree() argument
706 handleChassisGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleChassisGet() argument
728 handleChassisPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & param) handleChassisPatch() argument
878 doChassisPowerCycle(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) doChassisPowerCycle() argument
921 handleChassisResetActionInfoPost(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleChassisResetActionInfoPost() argument
965 handleChassisResetActionInfoGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleChassisResetActionInfoGet() argument
[all...]
/openbmc/bmcweb/features/ibm/
H A Dibm_management_console_rest.hpp49 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFilePut()
233 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleConfigFileList()
262 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in deleteConfigFiles()
282 inline void handleFileGet(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileGet()
316 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, 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()
[all …]
/openbmc/bmcweb/features/google/
H A Dgoogle_service_root.hpp37 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleGoogleV1Get()
51 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleRootOfTrustCollectionGet()
78 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in hothGetSubtreeCallback()
110 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in resolveRoT()
128 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateRootOfTrustEntity()
152 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleRootOfTrustGet()
160 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in invocationCallback()
178 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in invokeRoTCommand()
202 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleRoTSendCommandPost()
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp34 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetSnmpTrapClientdata()
63 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id, in getSnmpTrapClientdata()
96 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id) in getSnmpTrapClient()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSnmpClientCreate()
184 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in addSnmpTrapClient()
201 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSnmpSubscriptionList()
215 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in deleteSnmpTrapClient()

12345