Home
last modified time | relevance | path

Searched refs:AsyncResp (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/bmcweb/include/
H A Dasync_resp.hpp15 class AsyncResp class
18 AsyncResp() = default;
19 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() function in bmcweb::AsyncResp
21 AsyncResp(const AsyncResp&) = delete;
22 AsyncResp(AsyncResp&&) = delete;
23 AsyncResp& operator=(const AsyncResp&) = delete;
24 AsyncResp& operator=(AsyncResp&&) = delete;
26 ~AsyncResp() in ~AsyncResp()
H A Ddbus_privileges.hpp68 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in isUserPrivileged()
106 Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetUserInfoValidate()
130 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestUserInfo()
152 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in validatePrivilege()
172 void getUserInfo(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getUserInfo()
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp22 using ::bmcweb::AsyncResp;
43 const std::shared_ptr<AsyncResp>& /*asyncResp*/) {}); in TEST() argument
56 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
58 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
60 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
62 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
64 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
66 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
H A Drouter_test.cpp34 const std::shared_ptr<bmcweb::AsyncResp>&) {}; in TEST() argument
69 const std::shared_ptr<bmcweb::AsyncResp>&) { in TEST() argument
74 [&barCalled](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&, in TEST()
93 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
94 std::make_shared<bmcweb::AsyncResp>(); in TEST()
107 const std::shared_ptr<bmcweb::AsyncResp>&) { in __anone77675800502() argument
123 std::shared_ptr<bmcweb::AsyncResp> asyncResp =
124 std::make_shared<bmcweb::AsyncResp>();
135 const std::shared_ptr<bmcweb::AsyncResp>&) {}; in __anone77675800602() argument
156 std::shared_ptr<bmcweb::AsyncResp> asyncResp =
[all …]
/openbmc/bmcweb/include/google/
H A Dgoogle_service_root.hpp26 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleGoogleV1Get()
40 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleRootOfTrustCollectionGet()
62 const std::string&, const std::shared_ptr<bmcweb::AsyncResp>&,
67 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in hothGetSubtreeCallback()
99 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in resolveRoT()
117 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateRootOfTrustEntity()
141 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleRootOfTrustGet()
149 invocationCallback(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in invocationCallback()
167 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in invokeRoTCommand()
190 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleRoTSendCommandPost()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp148 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getProcessorProperties()
422 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemGetSubTree()
853 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getBootProgressLastStateTime()
1026 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processBootOverrideEnable()
1164 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getAutomaticRebootAttempts()
1276 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setAutomaticRetryAttempts()
1394 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getTrustedModuleRequiredToBoot()
2763 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleComputerSystemCollectionHead()
2776 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleComputerSystemCollectionGet()
2861 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleComputerSystemResetActionPost()
[all …]
H A Dfan.hpp27 updateFanList(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updateFanList()
52 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanPaths()
82 inline void doFanCollection(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doFanCollection()
135 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionGet()
170 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanPath()
203 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFanPath()
231 inline void getFanHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanHealth()
256 inline void getFanState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanState()
281 inline void getFanAsset(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanAsset()
363 afterGetValidFanPath(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidFanPath()
[all …]
H A Dmanager_diagnostic_data.hpp31 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in checkErrors()
55 setBytesProperty(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setBytesProperty()
81 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetStorageStatistics()
94 setPercentProperty(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setPercentProperty()
114 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetProcessorStatistics()
135 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetMemoryStatistics()
181 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetManagerStartTime()
217 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in managerGetServiceRootUptime()
232 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagerDiagnosticDataGet()
H A Dpower_supply.hpp25 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updatePowerSupplyList()
50 doPowerSupplyCollection(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doPowerSupplyCollection()
97 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyCollectionHead()
122 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyCollectionGet()
158 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidPowerSupplyPath()
205 getPowerSupplyState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyState()
257 getPowerSupplyAsset(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyAsset()
322 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyFirmwareVersion()
369 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleGetEfficiencyResponse()
397 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyAttributesSubTreeResponse()
[all …]
H A Daggregation_service.hpp22 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationServiceHead()
35 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationServiceGet()
68 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSourceCollection()
92 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionGet()
114 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleAggregationSourceCollectionHead()
140 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateAggregationSource()
185 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceGet()
201 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleAggregationSourceHead()
H A Dstorage.hpp45 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageCollectionGet()
76 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleStorageCollectionGet()
106 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterChassisDriveCollectionSubtree()
150 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemsStorageGetSubtree()
632 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetSubtreeSystemsStorageDrive()
691 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageDriveGet()
730 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterChassisDriveCollectionSubtreeGet()
807 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in chassisDriveCollectionGet()
976 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getStorageControllerAsset()
1023 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in populateStorageController()
[all …]
H A Dfabric_adapters.hpp27 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricAdapterLocation()
51 getFabricAdapterAsset(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricAdapterAsset()
110 getFabricAdapterState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricAdapterState()
136 getFabricAdapterHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricAdapterHealth()
162 inline void doAdapterGet(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doAdapterGet()
231 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleFabricAdapterGet()
261 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFabricAdapterGet()
289 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFabricAdapterCollectionGet()
330 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFabricAdapterCollectionHead()
356 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleFabricAdapterHead()
[all …]
H A Dhypervisor_system.hpp35 getHypervisorState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHypervisorState()
107 getHypervisorActions(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHypervisorActions()
349 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Address()
395 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setHypervisorIPv4Gateway()
525 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorIPv4StaticPatch()
585 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorHostnamePatch()
614 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorEthernetInterfaceCollectionGet()
692 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorSystemGet()
731 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleHypervisorEthernetInterfacePatch()
830 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleHypervisorResetActionGet()
[all …]
H A Dredfish_sessions.hpp54 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionHead()
68 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionGet()
94 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSessionDelete()
150 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionHead()
163 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionGet()
186 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionMembersGet()
197 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionCollectionPost()
266 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServiceHead()
278 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServiceGet()
305 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleSessionServicePatch()
H A Dnetwork_protocol.hpp39 void getNTPProtocolEnabled(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp);
123 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterNetworkPortRequest()
154 inline void getNetworkData(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getNetworkData()
244 inline void afterSetNTP(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSetNTP()
258 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool ntpEnabled) in handleNTPProtocolEnabled()
278 handleNTPServersPatch(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleNTPServersPatch()
383 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleProtocolEnabled()
458 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleBmcNetworkProtocolHead()
471 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersNetworkProtocolPatch()
548 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleManagersNetworkProtocolHead()
[all …]
H A Dprocessor.hpp59 inline void getProcessorUUID(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getProcessorUUID()
80 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getCpuDataByInterface()
385 inline void getCpuAssetData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getCpuAssetData()
566 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in highSpeedCoreIdsHandler()
1013 const std::shared_ptr<bmcweb::AsyncResp>& resp, in patchAppliedOperatingConfig()
1084 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleProcessorCollectionHead()
1103 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesOperatingConfigCollection()
1182 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesOperatingConfig()
1262 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesProcessorCollection()
1318 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesProcessor()
[all …]
H A Dupdate_service.hpp230 inline void createTask(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in createTask()
314 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterAvailbleTimerAsyncWait()
438 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in monitorForSoftwareAvailable()
634 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleUpdateServiceSimpleUpdateAction()
780 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in extractMultipartUpdateParameters()
876 handleStartUpdate(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleStartUpdate()
893 inline void startUpdate(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in startUpdate()
943 getSwInfo(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSwInfo()
1205 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleUpdateServiceFirmwareInventoryCollectionGet()
1256 getSoftwareVersion(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSoftwareVersion()
[all …]
H A Dled.hpp36 getIndicatorLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getIndicatorLedState()
103 setIndicatorLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setIndicatorLedState()
157 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getSystemLocationIndicatorActive()
216 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const bool ledState) in setSystemLocationIndicatorActive()
/openbmc/bmcweb/http/routing/
H A Dtaggedrule.hpp37 std::shared_ptr<bmcweb::AsyncResp>&, Args...>, in operator ()()
42 std::shared_ptr<bmcweb::AsyncResp>&, in operator ()()
50 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handle()
83 const std::shared_ptr<bmcweb::AsyncResp>&, Args...)>
/openbmc/bmcweb/test/redfish-core/lib/
H A Dmanager_diagnostic_data_test.cpp24 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in testDataGetNoError()
50 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
60 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
71 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp34 crow::App& app, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterIfMatchRequest()
53 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleIfMatch()
101 std::shared_ptr<bmcweb::AsyncResp> getReqAsyncResp = in handleIfMatch()
102 std::make_shared<bmcweb::AsyncResp>(); in handleIfMatch()
121 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setUpRedfishRouteWithDelegation()
186 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in setUpRedfishRoute()
H A Dsnmp_trap_event_clients.hpp25 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetSnmpTrapClientdata()
54 getSnmpTrapClientdata(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSnmpTrapClientdata()
90 getSnmpTrapClient(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSnmpTrapClient()
133 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSnmpClientCreate()
178 addSnmpTrapClient(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in addSnmpTrapClient()
194 getSnmpSubscriptionList(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSnmpSubscriptionList()
209 deleteSnmpTrapClient(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in deleteSnmpTrapClient()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp38 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFilePut()
222 handleConfigFileList(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleConfigFileList()
251 deleteConfigFiles(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in deleteConfigFiles()
271 inline void handleFileGet(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileGet()
305 handleFileDelete(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileDelete()
357 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFileUrl()
418 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
434 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
443 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
452 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutes()
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Ddbus_utils.cpp24 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
25 std::make_shared<bmcweb::AsyncResp>(); in TEST()
38 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
39 std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp37 void afterSetProperty(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
43 void afterSetPropertyAction(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
51 void setDbusProperty(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setDbusProperty()
74 void setDbusPropertyAction(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setDbusPropertyAction()

1234