/openbmc/bmcweb/redfish-core/lib/ |
H A D | fabric_ports.hpp | 48 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 D | systems.hpp | 73 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 D | systems_logservices_dbus_eventlog.hpp | 126 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterLogEntriesGetManagedObjects() 177 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in dBusEventLogEntryCollection() 202 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterDBusEventLogEntryGet() 231 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, std::string entryID) in dBusEventLogEntryGet() 245 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in dBusEventLogEntryPatch() 263 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, std::string entryID) in dBusEventLogEntryDelete() 299 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in dBusLogServiceActionsClear() 326 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in downloadEventLogEntry() 364 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleDBusEventLogEntryDownloadGet() 388 const std::string& systemName) { in requestRoutesDBusEventLogEntryCollection() [all …]
|
H A D | aggregation_service.hpp | 37 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 D | power_supply.hpp | 45 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 D | manager_diagnostic_data.hpp | 41 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 D | redfish_sessions.hpp | 62 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 D | managers.hpp | 62 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 D | fabric_adapters.hpp | 41 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 D | fan.hpp | 42 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 D | update_service.hpp | 246 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 D | hypervisor_system.hpp | 54 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 D | led.hpp | 40 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 D | storage.hpp | 50 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 D | thermal_metrics.hpp | 37 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 D | cable.hpp | 48 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 D | chassis.hpp | 111 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 D | processor.hpp | 64 inline void getProcessorUUID(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getProcessorUUID() argument 84 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuDataByInterface() argument 229 getCpuDataByService(std::shared_ptr<bmcweb::AsyncResp> asyncResp,const std::string & cpuId,const std::string & service,const std::string & objPath) getCpuDataByService() argument 302 readThrottleProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & properties) readThrottleProperties() argument 341 getThrottleProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & objectPath) getThrottleProperties() argument 354 getCpuAssetData(std::shared_ptr<bmcweb::AsyncResp> asyncResp,const std::string & service,const std::string & objPath) getCpuAssetData() argument 432 getCpuRevisionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp,const std::string & service,const std::string & objPath) getCpuRevisionData() argument 469 getAcceleratorDataByService(std::shared_ptr<bmcweb::AsyncResp> asyncResp,const std::string & acclrtrId,const std::string & service,const std::string & objPath) getAcceleratorDataByService() argument 540 highSpeedCoreIdsHandler(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const BaseSpeedPrioritySettingsProperty & baseSpeedSettings) highSpeedCoreIdsHandler() argument 580 getCpuConfigData(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & cpuId,const std::string & service,const std::string & objPath) getCpuConfigData() argument 684 getCpuLocationCode(std::shared_ptr<bmcweb::AsyncResp> asyncResp,const std::string & service,const std::string & objPath) getCpuLocationCode() argument 715 getCpuUniqueId(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & objectPath) getCpuUniqueId() argument 738 handleProcessorSubtree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & processorId,const std::function<void (const std::string & objectPath,const dbus::utility::MapperServiceMap & serviceMap)> & callback,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) handleProcessorSubtree() argument 792 getProcessorObject(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & processorId,std::function<void (const std::string & objectPath,const dbus::utility::MapperServiceMap & serviceMap)> && callback) getProcessorObject() argument 822 getProcessorData(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & processorId,const std::string & objectPath,const dbus::utility::MapperServiceMap & serviceMap) getProcessorData() argument 900 getOperatingConfigData(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & objPath) getOperatingConfigData() argument 1063 handleProcessorHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &,const std::string &) handleProcessorHead() argument 1077 handleProcessorCollectionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleProcessorCollectionHead() argument 1091 handleProcessorGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & processorId) handleProcessorGet() argument 1118 doPatchProcessor(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & processorId,const std::optional<std::string> & appliedConfigUri,std::optional<bool> locationIndicatorActive,const std::string & objectPath,const dbus::utility::MapperServiceMap & serviceMap) doPatchProcessor() argument 1140 handleProcessorPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & processorId) handleProcessorPatch() argument 1190 __anon59410cf70d02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& cpuName) requestRoutesOperatingConfigCollection() argument 1274 __anon59410cf70f02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& cpuName, const std::string& configName) requestRoutesOperatingConfig() argument 1359 __anon59410cf71102(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesProcessorCollection() argument [all...] |
H A D | pcie.hpp | 56 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 D | memory.hpp | 160 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 …]
|
/openbmc/bmcweb/features/ibm/ |
H A D | ibm_management_console_rest.hpp | 49 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 D | google_service_root.hpp | 37 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 D | snmp_trap_event_clients.hpp | 34 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()
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | manager_diagnostic_data_test.cpp | 26 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in testDataGetNoError() local 52 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local 62 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local 73 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
|
/openbmc/bmcweb/include/ |
H A D | dbus_privileges.hpp | 75 Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in isUserPrivileged() 113 Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetUserInfoValidate() 137 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestUserInfo() 161 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, BaseRule& rule, in validatePrivilege() 180 inline void getUserInfo(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getUserInfo()
|