Home
last modified time | relevance | path

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

1234

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp73 modifyCpuPresenceState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,bool isCpuPresent) modifyCpuPresenceState() argument
92 getProcessorProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::vector<std::pair<std::string,dbus::utility::DbusVariantType>> & properties) getProcessorProperties() argument
138 getProcessorSummary(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getProcessorSummary() argument
180 processMemoryProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & properties) processMemoryProperties() argument
231 getMemorySummary(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getMemorySummary() argument
249 afterGetUUID(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & properties) afterGetUUID() argument
288 afterGetInventory(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & propertiesList) afterGetInventory() argument
348 afterGetAssetTag(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::string & value) afterGetAssetTag() argument
362 afterSystemGetSubTree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) afterSystemGetSubTree() argument
451 getComputerSystem(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getComputerSystem() argument
474 getHostState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getHostState() argument
723 assignBootParameters(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & rfSource,std::string & bootSource,std::string & bootMode) assignBootParameters() argument
779 getBootProgress(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootProgress() argument
812 getBootProgressLastStateTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootProgressLastStateTime() argument
849 getBootOverrideType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideType() argument
894 getBootOverrideMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideMode() argument
949 getBootOverrideSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideSource() argument
1002 processBootOverrideEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const bool bootOverrideEnableSetting) processBootOverrideEnable() argument
1052 getBootOverrideEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootOverrideEnable() argument
1091 getBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getBootProperties() argument
1114 getLastResetTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getLastResetTime() argument
1155 getAutomaticRebootAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getAutomaticRebootAttempts() argument
1217 getAutomaticRetryPolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getAutomaticRetryPolicy() argument
1281 setAutomaticRetryAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const uint32_t retryAttempts) setAutomaticRetryAttempts() argument
1325 getPowerRestorePolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getPowerRestorePolicy() argument
1364 getStopBootOnFault(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getStopBootOnFault() argument
1399 getTrustedModuleRequiredToBootCallback(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) getTrustedModuleRequiredToBootCallback() argument
1483 getTrustedModuleRequiredToBoot(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getTrustedModuleRequiredToBoot() argument
1496 setTrustedModuleRequiredToBootCallback(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const bool tpmRequired,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) setTrustedModuleRequiredToBootCallback() argument
1566 setTrustedModuleRequiredToBoot(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const bool tpmRequired) setTrustedModuleRequiredToBoot() argument
1586 setBootType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootType) setBootType() argument
1639 setBootEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootEnable) setBootEnable() argument
1715 setBootModeOrSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootSource) setBootModeOrSource() argument
1771 setBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootSource,const std::optional<std::string> & bootType,const std::optional<std::string> & bootEnable) setBootProperties() argument
1792 setAssetTag(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & assetTag) setAssetTag() argument
1879 setStopBootOnFault(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & stopBootOnFault) setStopBootOnFault() argument
1912 setAutomaticRetry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::string & automaticRetryConfig) setAutomaticRetry() argument
1973 setPowerRestorePolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,std::string_view policy) setPowerRestorePolicy() argument
2005 getProvisioningStatus(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getProvisioningStatus() argument
2122 afterGetPowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & properties) afterGetPowerMode() argument
2185 getPowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getPowerMode() argument
2257 validatePowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const nlohmann::json & modeValue) validatePowerMode() argument
2307 setPowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pmode) setPowerMode() argument
2444 getHostWatchdogTimer(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getHostWatchdogTimer() argument
2509 setWDTProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<bool> wdtEnable,const std::optional<std::string> & wdtTimeOutAction) setWDTProperties() argument
2556 parseIpsProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & properties) parseIpsProperties() argument
2620 getIdlePowerSaver(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getIdlePowerSaver() argument
2714 setIdlePowerSaver(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<bool> ipsEnable,const std::optional<uint8_t> ipsEnterUtil,const std::optional<uint64_t> ipsEnterTime,const std::optional<uint8_t> ipsExitUtil,const std::optional<uint64_t> ipsExitTime) setIdlePowerSaver() argument
2821 handleComputerSystemCollectionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleComputerSystemCollectionHead() argument
2834 handleComputerSystemCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleComputerSystemCollectionGet() argument
2855 doNMI(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) doNMI() argument
2888 processComputerSystemResetActionPost(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string & resetType,const uint64_t computerSystemIndex) processComputerSystemResetActionPost() argument
2956 handleComputerSystemResetActionPost(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleComputerSystemResetActionPost() argument
2996 handleComputerSystemHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleComputerSystemHead() argument
3010 afterPortRequest(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::tuple<std::string,std::string,bool>> & socketData) afterPortRequest() argument
3059 processComputerSystemGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const uint64_t computerSystemIndex) processComputerSystemGet() argument
3197 handleComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleComputerSystemGet() argument
3266 processComputerSystemPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string & systemName,PatchParams & patchParams,const uint64_t computerSystemIndex) processComputerSystemPatch() argument
3381 handleComputerSystemPatch(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleComputerSystemPatch() argument
3440 handleSystemCollectionResetActionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleSystemCollectionResetActionHead() argument
3493 afterGetAllowedHostTransitions(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::string> & allowedHostTransitions) afterGetAllowedHostTransitions() argument
3545 getAllowedHostTransitions(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex) getAllowedHostTransitions() argument
3558 handleSystemCollectionResetActionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleSystemCollectionResetActionGet() argument
[all...]
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 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 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()
107 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionGet()
129 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionHead()
155 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSource()
200 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceGet()
216 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceHead()
234 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionPost()
272 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceDelete()
H A Dmanagers.hpp62 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSetLocationIndicatorActive()
106 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLocationIndicatorActiveState()
142 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in doBMCGracefulRestart()
169 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in doBMCForceRestart()
203 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerResetAction()
256 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerResetToDefaultsAction()
317 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerResetActionInfo()
361 inline void getLocation(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocation()
387 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetLastResetTime()
421 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setActiveFirmwareImage()
[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 Dfan.hpp42 updateFanList(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const dbus::utility::MapperGetSubTreePathsResponse & fanPaths) updateFanList() argument
67 getFanPaths(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & validChassisPath,const std::function<void (const dbus::utility::MapperGetSubTreePathsResponse & fanPaths)> & callback) getFanPaths() argument
97 doFanCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doFanCollection() argument
125 handleFanCollectionHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleFanCollectionHead() argument
151 handleFanCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleFanCollectionGet() argument
186 handleFanPath(const std::string & fanId,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::MapperGetSubTreePathsResponse & fanPaths,const std::function<void (const std::string & fanPath,const std::string & service)> & callback) handleFanPath() argument
219 getValidFanObject(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & validChassisPath,const std::string & fanId,const std::function<void (const std::string & fanPath,const std::string & service)> & callback) getValidFanObject() argument
247 getFanHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & fanPath,const std::string & service) getFanHealth() argument
273 getFanState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & fanPath,const std::string & service) getFanState() argument
298 getFanAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & fanPath,const std::string & service) getFanAsset() argument
355 getFanLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & fanPath,const std::string & service) getFanLocation() argument
381 afterGetValidFanObject(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,const std::string & fanPath,const std::string & service) afterGetValidFanObject() argument
393 doFanGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,const std::optional<std::string> & validChassisPath) doFanGet() argument
409 handleFanHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId) handleFanHead() argument
439 handleFanGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId) handleFanGet() argument
453 handleSetFanPathById(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,bool locationIndicatorActive,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & fanPaths) handleSetFanPathById() argument
486 handleFanPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId) handleFanPatch() argument
[all...]
H A Dupdate_service.hpp246 inline void createTask(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in createTask()
263 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in softwareInterfaceAdded()
331 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterAvailbleTimerAsyncWait()
354 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& url, in handleUpdateErrorType()
413 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& url, in afterUpdateErrorMatcher()
448 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in monitorForSoftwareAvailable()
569 inline void doHttpsUpdate(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doHttpsUpdate()
578 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleUpdateServiceSimpleUpdateAction()
671 inline void setApplyTime(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setApplyTime()
745 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processUpdateParameters()
[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.hpp50 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageCollectionGet() argument
81 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleStorageCollectionGet() argument
111 afterChassisDriveCollectionSubtree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & driveList) afterChassisDriveCollectionSubtree() argument
145 getDrives(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getDrives() argument
155 afterSystemsStorageGetSubtree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & storageId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) afterSystemsStorageGetSubtree() argument
196 handleSystemsStorageGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & storageId) handleSystemsStorageGet() argument
218 afterSubtree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & storageId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) afterSubtree() argument
265 handleStorageGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & storageId) handleStorageGet() argument
294 getDriveAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getDriveAsset() argument
348 getDrivePresent(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getDrivePresent() argument
371 getDriveState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getDriveState() argument
444 getDriveItemProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getDriveItemProperties() argument
608 addAllDriveInfo(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path,const std::vector<std::string> & interfaces) addAllDriveInfo() argument
635 afterGetSubtreeSystemsStorageDrive(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & driveId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) afterGetSubtreeSystemsStorageDrive() argument
694 handleSystemsStorageDriveGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & driveId) handleSystemsStorageDriveGet() argument
733 afterChassisDriveCollectionSubtreeGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) afterChassisDriveCollectionSubtreeGet() argument
811 chassisDriveCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) chassisDriveCollectionGet() argument
834 buildDrive(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & driveName,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) buildDrive() argument
882 matchAndFillDrive(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & driveName,const std::vector<std::string> & resp) matchAndFillDrive() argument
909 handleChassisDriveGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & driveName) handleChassisDriveGet() argument
975 getStorageControllerAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::pair<std::string,dbus::utility::DbusVariantType>> & propertiesList) getStorageControllerAsset() argument
1022 populateStorageController(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & controllerId,const std::string & connectionName,const std::string & path) populateStorageController() argument
1063 getStorageControllerHandler(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & controllerId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) getStorageControllerHandler() argument
1103 populateStorageControllerCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & controllerList) populateStorageControllerCollection() argument
1136 handleSystemsStorageControllerCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleSystemsStorageControllerCollectionGet() argument
1173 handleSystemsStorageControllerGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & controllerId) handleSystemsStorageControllerGet() argument
[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 Dlog_services.hpp157 parseDumpEntryFromDbusObject(const dbus::utility::ManagedObjectType::value_type & object,std::string & dumpStatus,uint64_t & size,uint64_t & timestampUs,std::string & originatorId,log_entry::OriginatorTypes & originatorType,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) parseDumpEntryFromDbusObject() argument
286 getDumpEntryCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & dumpType) getDumpEntryCollection() argument
402 getDumpEntryById(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) getDumpEntryById() argument
500 deleteDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) deleteDumpEntry() argument
529 downloadDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) downloadDumpEntry() argument
557 downloadEventLogEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID,const std::string & dumpType) downloadEventLogEntry() argument
646 createDumpTaskCallback(task::Payload && payload,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const sdbusplus::message::object_path & createdObjPath) createDumpTaskCallback() argument
786 createDump(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const crow::Request & req,const std::string & dumpType) createDump() argument
925 clearDump(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & dumpType) clearDump() argument
987 __anon5ac0615c0b02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesSystemLogServiceCollection() argument
1097 __anon5ac0615c0d02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesEventLogService() argument
1178 afterLogEntriesGetManagedObjects(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::ManagedObjectType & resp) afterLogEntriesGetManagedObjects() argument
1229 dBusEventLogEntryCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) dBusEventLogEntryCollection() argument
1283 afterDBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & resp) afterDBusEventLogEntryGet() argument
1312 dBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryGet() argument
1326 dBusEventLogEntryPatch(const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryId) dBusEventLogEntryPatch() argument
1344 dBusEventLogEntryDelete(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryDelete() argument
1387 __anon5ac0615c1202(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& entryId) requestRoutesDBusEventLogEntry() argument
1415 __anon5ac0615c1302(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& entryId) requestRoutesDBusEventLogEntry() argument
1445 __anon5ac0615c1402(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& param) requestRoutesDBusEventLogEntry() argument
1469 handleBMCLogServicesCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleBMCLogServicesCollectionGet() argument
1564 getDumpServiceInfo(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & dumpType) getDumpServiceInfo() argument
1655 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
1674 handleLogServicesDumpServiceComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleLogServicesDumpServiceComputerSystemGet() argument
1691 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
1709 handleLogServicesDumpEntriesCollectionComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleLogServicesDumpEntriesCollectionComputerSystemGet() argument
1726 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
1743 handleLogServicesDumpEntryComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & dumpId) handleLogServicesDumpEntryComputerSystemGet() argument
1760 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
1778 handleLogServicesDumpEntryComputerSystemDelete(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & dumpId) handleLogServicesDumpEntryComputerSystemDelete() argument
1795 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
1813 handleDBusEventLogEntryDownloadGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID) handleDBusEventLogEntryDownloadGet() argument
1832 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
1850 handleLogServicesDumpCollectDiagnosticDataComputerSystemPost(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleLogServicesDumpCollectDiagnosticDataComputerSystemPost() argument
1876 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
1894 handleLogServicesDumpClearLogComputerSystemPost(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleLogServicesDumpClearLogComputerSystemPost() argument
2098 __anon5ac0615c1702(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpService() argument
2164 __anon5ac0615c1802(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpClear() argument
2199 logCrashdumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & logID,nlohmann::json & logEntryJson) logCrashdumpEntry() argument
2282 __anon5ac0615c1b02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpEntryCollection() argument
2356 __anon5ac0615c1d02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& param) requestRoutesCrashdumpEntry() argument
2389 __anon5ac0615c1e02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& logID, const std::string& fileName) requestRoutesCrashdumpFile() argument
2497 __anon5ac0615c2002(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpCollect() argument
2627 dBusLogServiceActionsClear(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) dBusLogServiceActionsClear() argument
2672 __anon5ac0615c2402(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesDBusLogServiceActionsClear() argument
[all...]
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()
325 inline void getLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLedState()
362 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocationIndicatorActive()
374 inline void setLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLedState()
413 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLocationIndicatorActive()
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()
229 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& cpuId, in getCpuDataByService()
302 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in readThrottleProperties()
341 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getThrottleProperties()
354 inline void getCpuAssetData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuAssetData()
432 inline void getCpuRevisionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuRevisionData()
469 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& acclrtrId, in getAcceleratorDataByService()
540 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in highSpeedCoreIdsHandler()
580 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuConfigData()
[all …]
H A Dchassis.hpp111 getStorageLink(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const sdbusplus::message::object_path & path) getStorageLink() argument
154 getChassisState(std::shared_ptr<bmcweb::AsyncResp> asyncResp) getChassisState() argument
201 handlePhysicalSecurityGetSubTree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) handlePhysicalSecurityGetSubTree() argument
248 handleChassisCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleChassisCollectionGet() argument
265 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
304 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
346 getChassisConnectivity(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & chassisPath) getChassisConnectivity() argument
377 getChassisLocationCode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getChassisLocationCode() argument
398 getChassisUUID(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getChassisUUID() argument
417 handleDecoratorAssetProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & path,const dbus::utility::DBusPropertiesMap & propertiesList) handleDecoratorAssetProperties() argument
513 handleChassisProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & propertiesList) handleChassisProperties() argument
543 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
724 handleChassisGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleChassisGet() argument
746 handleChassisPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & param) handleChassisPatch() argument
896 doChassisPowerCycle(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) doChassisPowerCycle() argument
939 handleChassisResetActionInfoPost(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleChassisResetActionInfoPost() argument
983 handleChassisResetActionInfoGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleChassisResetActionInfoGet() argument
[all...]
H A Dpcie.hpp56 handlePCIeDevicePath(const std::string & pcieDeviceId,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::MapperGetSubTreePathsResponse & pcieDevicePaths,const std::function<void (const std::string & pcieDevicePath,const std::string & service)> & callback) handlePCIeDevicePath() argument
93 getValidPCIeDevicePath(const std::string & pcieDeviceId,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::function<void (const std::string & pcieDevicePath,const std::string & service)> & callback) getValidPCIeDevicePath() argument
117 handlePCIeDeviceCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handlePCIeDeviceCollectionGet() argument
230 getPCIeDeviceSlotPath(const std::string & pcieDevicePath,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::function<void (const std::string & pcieDeviceSlot)> && callback) getPCIeDeviceSlotPath() argument
277 afterGetDbusObject(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceSlot,const boost::system::error_code & ec,const dbus::utility::MapperGetObject & object) afterGetDbusObject() argument
299 afterGetPCIeDeviceSlotPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceSlot) afterGetPCIeDeviceSlotPath() argument
312 getPCIeDeviceHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service) getPCIeDeviceHealth() argument
339 getPCIeDeviceState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service) getPCIeDeviceState() argument
365 getPCIeDeviceAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service) getPCIeDeviceAsset() argument
430 addPCIeDeviceProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceId,const dbus::utility::DBusPropertiesMap & pcieDevProperties) addPCIeDeviceProperties() argument
526 getPCIeDeviceProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service,const std::function<void (const dbus::utility::DBusPropertiesMap & pcieDevProperties)> && callback) getPCIeDeviceProperties() argument
551 addPCIeDeviceCommonProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceId) addPCIeDeviceCommonProperties() argument
568 afterGetValidPcieDevicePath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceId,const std::string & pcieDevicePath,const std::string & service) afterGetValidPcieDevicePath() argument
586 handlePCIeDeviceGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & pcieDeviceId) handlePCIeDeviceGet() argument
660 handlePCIeFunctionCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & pcieDeviceId) handlePCIeFunctionCollectionGet() argument
791 handlePCIeFunctionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & pcieDeviceId,const std::string & pcieFunctionIdStr) handlePCIeFunctionGet() argument
[all...]
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 Dmemory.hpp160 inline void dimmPropToHex(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in dimmPropToHex()
172 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPersistentMemoryProperties()
406 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in assembleDimmProperties()
632 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& dimmId, in getDimmDataByService()
653 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in assembleDimmPartitionData()
705 inline void getDimmPartitionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getDimmPartitionData()
730 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDimmData()
813 inline void getDimmData(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getDimmData()
831 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSetDimmData()
838 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidDimmPath()
[all …]
H A Dcertificate_service.hpp89 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCertificateFromReqBody()
254 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCertificateList()
330 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCertificateProperties()
420 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in deleteCertificate()
441 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleCertificateServiceGet()
485 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleCertificateLocationsGet()
508 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleError()
528 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleReplaceCertificateAction()
652 inline void getCSR(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCSR()
684 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleGenerateCSRAction()
[all …]
H A Daccount_service.hpp253 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in patchAccountTypes() argument
282 const sd_bus_error* e, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in userErrorMessageHandler() argument
382 handleRoleMapPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::vector<std::pair<std::string,LDAPRoleMapData>> & roleMapObjData,const std::string & serverType,std::vector<std::variant<nlohmann::json::object_t,std::nullptr_t>> & input) handleRoleMapPatch() argument
727 handleServiceAddressPatch(const std::vector<std::string> & serviceAddressList,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleServiceAddressPatch() argument
746 handleUserNamePatch(const std::string & username,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleUserNamePatch() argument
766 handlePasswordPatch(const std::string & password,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handlePasswordPatch() argument
787 handleBaseDNPatch(const std::vector<std::string> & baseDNList,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleBaseDNPatch() argument
808 handleUserNameAttrPatch(const std::string & userNameAttribute,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleUserNameAttrPatch() argument
829 handleGroupNameAttrPatch(const std::string & groupsAttribute,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleGroupNameAttrPatch() argument
849 handleServiceEnablePatch(bool serviceEnabled,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & ldapServerElementName,const std::string & ldapConfigObject) handleServiceEnablePatch() argument
868 handleAuthMethodsPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const AuthMethods & auth) handleAuthMethodsPatch() argument
977 handleLDAPPatch(LdapPatchParams && input,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serverType) handleLDAPPatch() argument
1124 afterVerifyUserExists(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const UserUpdateParams & params,int rc) afterVerifyUserExists() argument
1212 updateUserProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::optional<std::string> & password,const std::optional<bool> & enabled,const std::optional<std::string> & roleId,const std::optional<bool> & locked,const std::optional<std::vector<std::string>> & accountTypes,bool userSelf,const std::shared_ptr<persistent_data::UserSession> & session) updateUserProperties() argument
1234 handleAccountServiceHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountServiceHead() argument
1246 getClientCertificates(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const nlohmann::json::json_pointer & keyLocation) getClientCertificates() argument
1261 handleAccountServiceClientCertificatesInstanceHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleAccountServiceClientCertificatesInstanceHead() argument
1276 handleAccountServiceClientCertificatesInstanceGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & id) handleAccountServiceClientCertificatesInstanceGet() argument
1296 handleAccountServiceClientCertificatesHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountServiceClientCertificatesHead() argument
1310 handleAccountServiceClientCertificatesGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountServiceClientCertificatesGet() argument
1354 handleAccountServiceGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountServiceGet() argument
1559 handleAccountServicePatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountServicePatch() argument
1698 handleAccountCollectionHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountCollectionHead() argument
1711 handleAccountCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountCollectionGet() argument
1795 processAfterCreateUser(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::string & password,const boost::system::error_code & ec,sdbusplus::message_t & m) processAfterCreateUser() argument
1841 processAfterGetAllGroups(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::string & password,const std::string & roleId,bool enabled,std::optional<std::vector<std::string>> accountTypes,const std::vector<std::string> & allGroupsList) processAfterGetAllGroups() argument
1921 handleAccountCollectionPost(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleAccountCollectionPost() argument
1982 handleAccountHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleAccountHead() argument
1996 handleAccountGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & accountName) handleAccountGet() argument
2170 handleAccountDelete(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username) handleAccountDelete() argument
2206 handleAccountPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username) handleAccountPatch() 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()

1234