Home
last modified time | relevance | path

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

1234

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp74 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool isDimmFunctional) in updateDimmProperties() argument
103 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool isCpuFunctional) in modifyCpuFunctionalState() argument
132 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, boo in modifyCpuPresenceState() argument
151 getProcessorProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::vector<std::pair<std::string,dbus::utility::DbusVariantType>> & properties) getProcessorProperties() argument
197 getProcessorSummary(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getProcessorSummary() argument
239 processMemoryProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & properties) processMemoryProperties() argument
290 getMemorySummary(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getMemorySummary() argument
308 afterGetUUID(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & properties) afterGetUUID() argument
347 afterGetInventory(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & propertiesList) afterGetInventory() argument
407 afterGetAssetTag(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::string & value) afterGetAssetTag() argument
421 afterSystemGetSubTree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) afterSystemGetSubTree() argument
510 getComputerSystem(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getComputerSystem() argument
532 getHostState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getHostState() argument
778 assignBootParameters(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & rfSource,std::string & bootSource,std::string & bootMode) assignBootParameters() argument
833 getBootProgress(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootProgress() argument
862 getBootProgressLastStateTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootProgressLastStateTime() argument
896 getBootOverrideType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootOverrideType() argument
937 getBootOverrideMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootOverrideMode() argument
989 getBootOverrideSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootOverrideSource() argument
1034 processBootOverrideEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const bool bootOverrideEnableSetting) processBootOverrideEnable() argument
1080 getBootOverrideEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootOverrideEnable() argument
1111 getBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getBootProperties() argument
1133 getLastResetTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getLastResetTime() argument
1172 getAutomaticRebootAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getAutomaticRebootAttempts() argument
1231 getAutomaticRetryPolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getAutomaticRetryPolicy() argument
1290 setAutomaticRetryAttempts(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint32_t retryAttempts) setAutomaticRetryAttempts() argument
1334 getPowerRestorePolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getPowerRestorePolicy() argument
1369 getStopBootOnFault(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getStopBootOnFault() argument
1412 getTrustedModuleRequiredToBoot(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getTrustedModuleRequiredToBoot() argument
1499 setTrustedModuleRequiredToBoot(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const bool tpmRequired) setTrustedModuleRequiredToBoot() argument
1568 setBootType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<std::string> & bootType) setBootType() argument
1618 setBootEnable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<std::string> & bootEnable) setBootEnable() argument
1692 setBootModeOrSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<std::string> & bootSource) setBootModeOrSource() argument
1747 setBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<std::string> & bootSource,const std::optional<std::string> & bootType,const std::optional<std::string> & bootEnable) setBootProperties() argument
1767 setAssetTag(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & assetTag) setAssetTag() argument
1854 setStopBootOnFault(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & stopBootOnFault) setStopBootOnFault() argument
1886 setAutomaticRetry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & automaticRetryConfig) setAutomaticRetry() argument
1945 setPowerRestorePolicy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string_view policy) setPowerRestorePolicy() argument
1976 getProvisioningStatus(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getProvisioningStatus() argument
2093 afterGetPowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & properties) afterGetPowerMode() argument
2156 getPowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getPowerMode() argument
2228 validatePowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const nlohmann::json & modeValue) validatePowerMode() argument
2278 setPowerMode(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pmode) setPowerMode() argument
2415 getHostWatchdogTimer(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getHostWatchdogTimer() argument
2480 setWDTProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<bool> wdtEnable,const std::optional<std::string> & wdtTimeOutAction) setWDTProperties() argument
2527 parseIpsProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & properties) parseIpsProperties() argument
2591 getIdlePowerSaver(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) getIdlePowerSaver() argument
2685 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
2792 handleComputerSystemCollectionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleComputerSystemCollectionHead() argument
2805 handleComputerSystemCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleComputerSystemCollectionGet() argument
2826 doNMI(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) doNMI() argument
2850 handleComputerSystemResetActionPost(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleComputerSystemResetActionPost() argument
2949 handleComputerSystemHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleComputerSystemHead() argument
2963 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
3003 handleComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleComputerSystemGet() argument
3139 handleComputerSystemPatch(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleComputerSystemPatch() argument
3281 handleSystemCollectionResetActionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string &) handleSystemCollectionResetActionHead() argument
3334 afterGetAllowedHostTransitions(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::string> & allowedHostTransitions) afterGetAllowedHostTransitions() argument
3387 handleSystemCollectionResetActionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleSystemCollectionResetActionGet() argument
[all...]
H A Dpower_supply.hpp45 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updatePowerSupplyList()
70 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doPowerSupplyCollection()
107 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyCollectionHead()
134 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyCollectionGet()
168 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidPowerSupplyPath()
206 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidPowerSupplyPath()
225 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyState()
251 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyHealth()
278 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyAsset()
349 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyFirmwareVersion()
[all …]
H A Dredfish_sessions.hpp62 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionHead()
76 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionGet()
102 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionDelete()
163 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionHead()
176 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionGet()
199 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionMembersGet()
209 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processAfterSessionCreation()
243 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionPost()
303 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServiceHead()
315 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServiceGet()
[all …]
H A Dfan.hpp42 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updateFanList()
67 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanPaths()
97 inline void doFanCollection(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doFanCollection()
125 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionHead()
151 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionGet()
186 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanPath()
219 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFanObject()
247 inline void getFanHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanHealth()
273 inline void getFanState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanState()
298 inline void getFanAsset(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanAsset()
[all …]
H A Dstorage.hpp50 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageCollectionGet()
81 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleStorageCollectionGet()
111 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterChassisDriveCollectionSubtree()
145 inline void getDrives(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getDrives()
155 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemsStorageGetSubtree()
196 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageGet()
218 inline void afterSubtree(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSubtree()
265 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleStorageGet()
294 inline void getDriveAsset(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getDriveAsset()
348 inline void getDrivePresent(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getDrivePresent()
[all …]
H A Dmanager_diagnostic_data.hpp41 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in checkErrors()
65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setBytesProperty()
91 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetStorageStatistics()
104 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setPercentProperty()
124 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetProcessorStatistics()
144 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetMemoryStatistics()
190 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetManagerStartTime()
226 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetServiceRootUptime()
241 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerDiagnosticDataGet()
H A Dhypervisor_system.hpp54 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHypervisorState()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHypervisorActions()
366 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Address()
389 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Subnet()
412 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Gateway()
440 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in createHypervisorIPv4()
457 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in deleteHypervisorIPv4()
504 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in setDHCPEnabled()
540 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorIPv4StaticPatch()
603 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorHostnamePatch()
[all …]
H A Daggregation_service.hpp31 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationServiceHead()
44 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationServiceGet()
77 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSourceCollection()
101 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionGet()
123 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionHead()
149 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSource()
194 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceGet()
210 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceHead()
H A Dprocessor.hpp65 inline void getProcessorUUID(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getProcessorUUID()
85 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuDataByInterface()
230 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& cpuId, in getCpuDataByService()
303 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in readThrottleProperties()
342 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getThrottleProperties()
355 inline void getCpuAssetData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuAssetData()
428 inline void getCpuRevisionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuRevisionData()
465 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& acclrtrId, in getAcceleratorDataByService()
536 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in highSpeedCoreIdsHandler()
576 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuConfigData()
[all …]
H A Dupdate_service.hpp246 inline void createTask(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in createTask() argument
263 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in softwareInterfaceAdded() argument
331 afterAvailbleTimerAsyncWait(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec) afterAvailbleTimerAsyncWait() argument
354 handleUpdateErrorType(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & url,const std::string & type) handleUpdateErrorType() argument
413 afterUpdateErrorMatcher(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & url,sdbusplus::message_t & m) afterUpdateErrorMatcher() argument
448 monitorForSoftwareAvailable(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const crow::Request & req,const std::string & url,int timeoutTimeSeconds=50) monitorForSoftwareAvailable() argument
569 doHttpsUpdate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::urls::url_view_base & url) doHttpsUpdate() argument
578 handleUpdateServiceSimpleUpdateAction(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleUpdateServiceSimpleUpdateAction() argument
671 setApplyTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & applyTime) setApplyTime() argument
723 extractMultipartUpdateParameters(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,MultipartParser parser) extractMultipartUpdateParameters() argument
825 handleStartUpdate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload payload,const std::string & objectPath,const boost::system::error_code & ec,const sdbusplus::message::object_path & retPath) handleStartUpdate() argument
843 startUpdate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload payload,const MemoryFileDescriptor & memfd,const std::string & applyTime,const std::string & objectPath,const std::string & serviceName) startUpdate() argument
859 getSwInfo(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload payload,const MemoryFileDescriptor & memfd,const std::string & applyTime,const std::string & target,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) getSwInfo() argument
901 handleBMCUpdate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload payload,const MemoryFileDescriptor & memfd,const std::string & applyTime,const boost::system::error_code & ec,const dbus::utility::MapperEndPoints & functionalSoftware) handleBMCUpdate() argument
926 processUpdateRequest(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,task::Payload && payload,std::string_view body,const std::string & applyTime,std::vector<std::string> & targets) processUpdateRequest() argument
979 updateMultipartContext(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const crow::Request & req,MultipartParser && parser) updateMultipartContext() argument
1019 doHTTPUpdate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const crow::Request & req) doHTTPUpdate() argument
1048 handleUpdateServicePost(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleUpdateServicePost() argument
1072 handleUpdateServiceMultipartUpdatePost(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleUpdateServiceMultipartUpdatePost() argument
1106 handleUpdateServiceGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleUpdateServiceGet() argument
1153 handleUpdateServiceFirmwareInventoryCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) handleUpdateServiceFirmwareInventoryCollectionGet() argument
1174 getRelatedItems(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & purpose) getRelatedItems() argument
1204 getSoftwareVersion(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path,const std::string & swId) getSoftwareVersion() argument
1276 handleUpdateServiceFirmwareInventoryGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & param) handleUpdateServiceFirmwareInventoryGet() argument
[all...]
H A Dchassis.hpp111 inline void getStorageLink(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getStorageLink()
154 inline void getChassisState(std::shared_ptr<bmcweb::AsyncResp> asyncResp) in getChassisState()
201 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePhysicalSecurityGetSubTree()
248 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleChassisCollectionGet()
265 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisContainedBy()
304 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisContains()
346 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisConnectivity()
377 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisLocationCode()
398 inline void getChassisUUID(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisUUID()
417 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleDecoratorAssetProperties()
[all …]
H A Dled.hpp40 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getIndicatorLedState()
109 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setIndicatorLedState()
164 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getSystemLocationIndicatorActive()
222 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const bool ledState) in setSystemLocationIndicatorActive()
286 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLedGroupPath()
308 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetLedState()
325 inline void getLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLedState()
362 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocationIndicatorActive()
374 inline void setLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLedState()
413 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLocationIndicatorActive()
H A Dlog_services.hpp228 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in parseDumpEntryFromDbusObject() argument
357 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getDumpEntryCollection() argument
473 getDumpEntryById(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) getDumpEntryById() argument
571 deleteDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) deleteDumpEntry() argument
628 downloadEntryCallback(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & downloadEntryType,const boost::system::error_code & ec,const sdbusplus::message::unix_fd & unixfd) downloadEntryCallback() argument
689 downloadDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) downloadDumpEntry() argument
716 downloadEventLogEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID,const std::string & dumpType) downloadEventLogEntry() argument
804 createDumpTaskCallback(task::Payload && payload,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const sdbusplus::message::object_path & createdObjPath) createDumpTaskCallback() argument
944 createDump(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const crow::Request & req,const std::string & dumpType) createDump() argument
1083 clearDump(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & dumpType) clearDump() argument
1145 __anon5ac0615c0b02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesSystemLogServiceCollection() argument
1255 __anon5ac0615c0d02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesEventLogService() argument
1299 handleSystemsLogServicesEventLogActionsClearPost(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleSystemsLogServicesEventLogActionsClearPost() argument
1473 afterLogEntriesGetManagedObjects(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const dbus::utility::ManagedObjectType & resp) afterLogEntriesGetManagedObjects() argument
1525 handleSystemsLogServiceEventLogLogEntryCollection(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleSystemsLogServiceEventLogLogEntryCollection() argument
1640 handleSystemsLogServiceEventLogEntriesGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & param) handleSystemsLogServiceEventLogEntriesGet() argument
1720 dBusEventLogEntryCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) dBusEventLogEntryCollection() argument
1774 afterDBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & resp) afterDBusEventLogEntryGet() argument
1803 dBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryGet() argument
1817 dBusEventLogEntryPatch(const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryId) dBusEventLogEntryPatch() argument
1835 dBusEventLogEntryDelete(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryDelete() argument
1878 __anon5ac0615c1302(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& entryId) requestRoutesDBusEventLogEntry() argument
1906 __anon5ac0615c1402(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& entryId) requestRoutesDBusEventLogEntry() argument
1935 __anon5ac0615c1502(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& param) requestRoutesDBusEventLogEntry() argument
1959 handleBMCLogServicesCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleBMCLogServicesCollectionGet() argument
2054 getDumpServiceInfo(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & dumpType) getDumpServiceInfo() argument
2143 handleLogServicesDumpServiceGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpServiceGet() argument
2162 handleLogServicesDumpServiceComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleLogServicesDumpServiceComputerSystemGet() argument
2179 handleLogServicesDumpEntriesCollectionGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpEntriesCollectionGet() argument
2197 handleLogServicesDumpEntriesCollectionComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleLogServicesDumpEntriesCollectionComputerSystemGet() argument
2214 handleLogServicesDumpEntryGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId,const std::string & dumpId) handleLogServicesDumpEntryGet() argument
2231 handleLogServicesDumpEntryComputerSystemGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & dumpId) handleLogServicesDumpEntryComputerSystemGet() argument
2248 handleLogServicesDumpEntryDelete(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId,const std::string & dumpId) handleLogServicesDumpEntryDelete() argument
2266 handleLogServicesDumpEntryComputerSystemDelete(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & dumpId) handleLogServicesDumpEntryComputerSystemDelete() argument
2283 handleLogServicesDumpEntryDownloadGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId,const std::string & dumpId) handleLogServicesDumpEntryDownloadGet() argument
2301 handleDBusEventLogEntryDownloadGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID) handleDBusEventLogEntryDownloadGet() argument
2320 handleLogServicesDumpCollectDiagnosticDataPost(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpCollectDiagnosticDataPost() argument
2338 handleLogServicesDumpCollectDiagnosticDataComputerSystemPost(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleLogServicesDumpCollectDiagnosticDataComputerSystemPost() argument
2364 handleLogServicesDumpClearLogPost(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & managerId) handleLogServicesDumpClearLogPost() argument
2382 handleLogServicesDumpClearLogComputerSystemPost(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleLogServicesDumpClearLogComputerSystemPost() argument
2588 __anon5ac0615c1802(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpService() argument
2653 __anon5ac0615c1902(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpClear() argument
2688 logCrashdumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & logID,nlohmann::json & logEntryJson) logCrashdumpEntry() argument
2775 __anon5ac0615c1c02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpEntryCollection() argument
2854 __anon5ac0615c1e02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& param) requestRoutesCrashdumpEntry() argument
2889 __anon5ac0615c1f02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& logID, const std::string& fileName) requestRoutesCrashdumpFile() argument
3000 __anon5ac0615c2102(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesCrashdumpCollect() argument
3130 dBusLogServiceActionsClear(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) dBusLogServiceActionsClear() argument
3174 __anon5ac0615c2502(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName) requestRoutesDBusLogServiceActionsClear() argument
[all...]
H A Dfabric_adapters.hpp38 getFabricAdapterLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterLocation() argument
63 getFabricAdapterAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterAsset() argument
121 getFabricAdapterState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterState() argument
147 getFabricAdapterHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & serviceName,const std::string & fabricAdapterPath) getFabricAdapterHealth() argument
174 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
241 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
271 handleFabricAdapterGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & adapterId) handleFabricAdapterGet() argument
298 handleFabricAdapterCollectionGet(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleFabricAdapterCollectionGet() argument
339 handleFabricAdapterCollectionHead(crow::App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName) handleFabricAdapterCollectionHead() argument
365 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
395 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 Dpcie.hpp56 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePCIeDevicePath() argument
93 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidPCIeDevicePath() argument
117 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in 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
273 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
295 afterGetPCIeDeviceSlotPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceSlot) afterGetPCIeDeviceSlotPath() argument
308 getPCIeDeviceHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service) getPCIeDeviceHealth() argument
335 getPCIeDeviceState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service) getPCIeDeviceState() argument
361 getPCIeDeviceAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDevicePath,const std::string & service) getPCIeDeviceAsset() argument
426 addPCIeDeviceProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceId,const dbus::utility::DBusPropertiesMap & pcieDevProperties) addPCIeDeviceProperties() argument
522 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
547 addPCIeDeviceCommonProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceId) addPCIeDeviceCommonProperties() argument
564 afterGetValidPcieDevicePath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & pcieDeviceId,const std::string & pcieDevicePath,const std::string & service) afterGetValidPcieDevicePath() argument
582 handlePCIeDeviceGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & pcieDeviceId) handlePCIeDeviceGet() argument
656 handlePCIeFunctionCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & pcieDeviceId) handlePCIeFunctionCollectionGet() argument
806 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 Dmanagers.hpp83 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in doBMCGracefulRestart() argument
110 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in doBMCForceRestart() argument
153 __anon6f1bc1a50302(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& managerId) requestRoutesManagerResetAction() argument
220 __anon6f1bc1a50402(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& managerId) requestRoutesManagerResetToDefaultsAction() argument
291 __anon6f1bc1a50602(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& managerId) requestRoutesManagerResetActionInfo() argument
336 getLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & connectionName,const std::string & path) getLocation() argument
362 managerGetLastResetTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) managerGetLastResetTime() argument
396 setActiveFirmwareImage(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & runningFirmwareTarget) setActiveFirmwareImage() argument
496 afterSetDateTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const sdbusplus::message_t & msg) afterSetDateTime() argument
523 setDateTime(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & datetime) setDateTime() argument
550 checkForQuiesced(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) checkForQuiesced() argument
586 __anon6f1bc1a50d02(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& managerId) requestRoutesManager() argument
871 __anon6f1bc1a51202(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& managerId) requestRoutesManager() argument
929 __anon6f1bc1a51302(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) requestRoutesManagerCollection() argument
[all...]
H A Dcertificate_service.hpp91 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCertificateFromReqBody()
256 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCertificateList()
332 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCertificateProperties()
422 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in deleteCertificate()
443 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleCertificateServiceGet()
487 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleCertificateLocationsGet()
510 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleError()
530 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleReplaceCertificateAction()
654 inline void getCSR(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCSR()
686 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleGenerateCSRAction()
[all …]
H A Dmemory.hpp160 inline void dimmPropToHex(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in dimmPropToHex()
172 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPersistentMemoryProperties()
406 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in assembleDimmProperties()
632 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& dimmId, in getDimmDataByService()
653 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in assembleDimmPartitionData()
705 inline void getDimmPartitionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getDimmPartitionData()
730 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDimmData()
813 inline void getDimmData(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getDimmData()
831 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSetDimmData()
838 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidDimmPath()
[all …]
H A Dthermal_metrics.hpp37 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetTemperatureValue()
82 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleTemperatureReadingsCelsius()
116 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getTemperatureReadingsCelsius()
130 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doThermalMetrics()
155 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleThermalMetricsHead()
181 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleThermalMetricsGet()
H A Dcable.hpp48 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in fillCableProperties()
97 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in fillCableHealthState()
133 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCableProperties()
158 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleCableGet()
197 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleCableGet()
214 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleCableCollectionGet()
H A Dnetwork_protocol.hpp142 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterNetworkPortRequest()
173 inline void getNetworkData(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getNetworkData()
266 inline void afterSetNTP(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSetNTP()
280 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool ntpEnabled) in handleNTPProtocolEnabled()
300 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleNTPServersPatch()
405 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleProtocolEnabled()
441 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getNTPProtocolEnabled()
468 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleBmcNetworkProtocolHead()
481 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersNetworkProtocolPatch()
558 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersNetworkProtocolHead()
[all …]
H A Dmetric_report_definition.hpp275 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id, in fillReportDefinition()
667 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisSensorNodeFromMetrics()
750 inline void afterAddReport(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterAddReport()
801 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in performAddReport()
868 const std::shared_ptr<bmcweb::AsyncResp> asyncResp; member in redfish::telemetry::AddReport
876 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in sensorPathToUri()
899 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSetReadingParams()
931 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setReadingParams()
1021 const std::shared_ptr<bmcweb::AsyncResp> asyncResp; member in redfish::telemetry::UpdateMetrics
1027 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, std::string_view id, in setReportEnabled()
[all …]
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp
/openbmc/bmcweb/include/google/
H A Dgoogle_service_root.hpp
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp34 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetSnmpTrapClientdata() argument
63 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id, in getSnmpTrapClientdata() argument
91 getSnmpTrapClient(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & id) getSnmpTrapClient() argument
134 afterSnmpClientCreate(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const sdbusplus::message_t & msg,const std::string & host,const std::string & dbusSNMPid) afterSnmpClientCreate() argument
179 addSnmpTrapClient(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & host,uint16_t snmpTrapPort) addSnmpTrapClient() argument
196 getSnmpSubscriptionList(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & snmpId,nlohmann::json & memberArray) getSnmpSubscriptionList() argument
210 deleteSnmpTrapClient(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & param) deleteSnmpTrapClient() argument
[all...]

1234