| /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 | 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 | fan.hpp | 43 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updateFanList() 68 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanPaths() 98 inline void doFanCollection(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doFanCollection() 126 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionHead() 152 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionGet() 174 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanPath() 207 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFanObject() 235 inline void getFanHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanHealth() 261 inline void getFanState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanState() 286 inline void getFanLocation(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanLocation() [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() 100 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionGet() 122 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionHead() 148 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSource() 198 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceGet() 214 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceHead() 262 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionPost() 331 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourcePatch() [all …]
|
| H A 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 | 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 | 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 | update_service.hpp | 249 inline void createTask(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in createTask() 266 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in softwareInterfaceAdded() 334 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterAvailbleTimerAsyncWait() 357 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& url, in handleUpdateErrorType() 416 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& url, in afterUpdateErrorMatcher() 451 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in monitorForSoftwareAvailable() 572 inline void doHttpsUpdate(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doHttpsUpdate() 581 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleUpdateServiceSimpleUpdateAction() 674 inline void setApplyTime(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setApplyTime() 748 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processUpdateParameters() [all …]
|
| H A D | environment_metrics.hpp | 35 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetPowerWatts() 65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleTotalPowerList() 109 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getTotalPowerSensor() 162 inline void getPowerWatts(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerWatts() 177 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleEnvironmentMetricsHead() 203 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doEnvironmentMetricsGet() 228 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleEnvironmentMetricsGet()
|
| H A 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 | assembly.hpp | 48 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyLocationCode() 74 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyState() 103 void getAssemblyHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyHealth() 134 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDbusObject() 187 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyProperties() 222 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleChassisAssemblyGet() 261 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyGet() 277 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyHead()
|
| 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 958 handleProcessorHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &,const std::string &) handleProcessorHead() argument 972 handleProcessorCollectionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleProcessorCollectionHead() argument 986 handleProcessorGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & processorId) handleProcessorGet() argument 1013 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 1035 handleProcessorPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & processorId) handleProcessorPatch() argument 1077 handleProcessorCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleProcessorCollectionGet() 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 | 112 inline void getStorageLink(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getStorageLink() 155 inline void getChassisState(std::shared_ptr<bmcweb::AsyncResp> asyncResp) in getChassisState() 202 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePhysicalSecurityGetSubTree() 249 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleChassisCollectionGet() 266 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisContainedBy() 305 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisContains() 347 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisConnectivity() 378 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisLocationCode() 399 inline void getChassisUUID(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisUUID() 418 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleDecoratorAssetProperties() [all …]
|
| H A D | pcie.hpp | 58 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePCIeDevicePath() 95 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidPCIeDevicePath() 119 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePCIeDeviceCollectionGet() 166 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetAssociatedSubTreePaths() 211 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in linkAssociatedProcessor() 292 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceSlotPath() 339 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDbusObject() 361 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetPCIeDeviceSlotPath() 374 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceHealth() 401 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceState() [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/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() 136 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleRequestUserInfo() 171 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestUserInfo() 189 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, BaseRule& rule, in validatePrivilege() 208 inline void getUserInfo(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getUserInfo()
|
| /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()
|