Home
last modified time | relevance | path

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

12345

/openbmc/bmcweb/include/
H A Dasync_resp.hpp17 class AsyncResp class
20 AsyncResp() = default;
21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() function in bmcweb::AsyncResp
23 AsyncResp(const AsyncResp&) = delete;
24 AsyncResp(AsyncResp&&) = delete;
25 AsyncResp& operator=(const AsyncResp&) = delete;
26 AsyncResp& operator=(AsyncResp&&) = delete;
28 ~AsyncResp() in ~AsyncResp()
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp17 using ::bmcweb::AsyncResp;
38 const std::shared_ptr<AsyncResp>& /*asyncResp*/) {}); in TEST() argument
51 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
53 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
55 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
57 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
59 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
61 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() argument
H A Drouter_test.cpp30 [](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) {}; in TEST() argument
65 [](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) { in TEST() argument
70 [&barCalled](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&, in TEST()
89 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
90 std::make_shared<bmcweb::AsyncResp>(); in TEST()
103 const std::shared_ptr<bmcweb::AsyncResp>&) { in __anone77675800502() argument
119 std::shared_ptr<bmcweb::AsyncResp> asyncResp =
120 std::make_shared<bmcweb::AsyncResp>();
131 [](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) {}; in __anone77675800602() argument
134 [&called](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) { in __anone77675800702() argument
[all …]
/openbmc/bmcweb/test/include/
H A Ddbus_privileges_test.cpp18 const std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
19 std::make_shared<bmcweb::AsyncResp>(); in TEST()
34 const std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
35 std::make_shared<bmcweb::AsyncResp>(); in TEST()
50 const std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
51 std::make_shared<bmcweb::AsyncResp>(); in TEST()
68 const std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
69 std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_oem_routing_test.cpp33 const std::shared_ptr<bmcweb::AsyncResp>&, in TEST()
42 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in TEST() argument
62 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
63 std::make_shared<bmcweb::AsyncResp>(); in TEST()
82 [[maybe_unused]] const std::shared_ptr<bmcweb::AsyncResp>& in TEST()
101 [[maybe_unused]] const std::shared_ptr<bmcweb::AsyncResp>& in TEST()
120 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in TEST()
156 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
157 std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/features/google/
H A Dgoogle_service_root.hpp37 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleGoogleV1Get()
51 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleRootOfTrustCollectionGet()
73 const std::string&, const std::shared_ptr<bmcweb::AsyncResp>&,
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/test/redfish-core/include/utils/
H A Ddbus_utils.cpp26 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
27 std::make_shared<bmcweb::AsyncResp>(); in TEST()
39 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
40 std::make_shared<bmcweb::AsyncResp>(); in TEST()
65 std::shared_ptr<bmcweb::AsyncResp> asyncResp = in TEST()
66 std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Dredfishoemrule.hpp28 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
55 std::shared_ptr<bmcweb::AsyncResp>&, Args...>, in operator ()()
60 std::shared_ptr<bmcweb::AsyncResp>&, in operator ()()
68 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handle()
101 const std::shared_ptr<bmcweb::AsyncResp>&, Args...)>
H A Dsnmp_trap_event_clients.hpp34 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetSnmpTrapClientdata()
63 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id, in getSnmpTrapClientdata()
96 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id) in getSnmpTrapClient()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSnmpClientCreate()
184 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in addSnmpTrapClient()
201 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSnmpSubscriptionList()
215 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in deleteSnmpTrapClient()
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()
213 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in setUpRedfishRoute()
/openbmc/bmcweb/redfish-core/lib/
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()
326 inline void getLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLedState()
365 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocationIndicatorActive()
379 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getLocationIndicatorActive()
387 inline void setLedState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setLedState()
[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 Dfabric_ports.hpp48 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetFabricPortLocation()
65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortLocation()
75 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetFabricPortState()
95 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortState()
105 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetFabricPortHealth()
127 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortHealth()
138 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFabricPortProperties()
168 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidFabricPortPath()
217 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFabricPortPath()
231 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFabricPortHead()
[all …]
H A Dpower_supply.hpp46 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updatePowerSupplyList()
71 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doPowerSupplyCollection()
108 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyCollectionHead()
135 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handlePowerSupplyCollectionGet()
169 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidPowerSupplyPath()
207 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidPowerSupplyPath()
226 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyState()
252 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyHealth()
279 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPowerSupplyAsset()
319 const std::shared_ptr<bmcweb::AsyncResp> in getPowerSupplyAsset()
[all...]
H A Dsystems.hpp74 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool isCpuPresent) in modifyCpuPresenceState()
93 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getProcessorProperties()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getProcessorSummary()
181 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in processMemoryProperties()
232 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getMemorySummary()
250 inline void afterGetUUID(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetUUID()
289 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetInventory()
326 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetAssetTag()
340 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemGetSubTree()
429 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getComputerSystem()
[all …]
H A Dfan.hpp38 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in updateFanList()
62 inline void doFanCollection(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in doFanCollection()
91 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionHead()
117 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanCollectionGet()
139 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleFanPath()
172 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidFanObject()
200 inline void getFanHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanHealth()
226 inline void getFanState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanState()
251 inline void getFanLocation(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getFanLocation()
277 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidFanObject()
[all …]
H A Denvironment_metrics.hpp35 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 Dassembly.hpp52 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyLocationCode()
78 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyState()
107 void getAssemblyHealth(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyHealth()
138 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDbusObject()
191 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getAssemblyProperties()
233 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleChassisAssemblyGet()
272 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyGet()
288 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyHead()
316 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterHandleChassisAssemblyPatch()
367 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisAssemblyPatch()
H A Dstorage.hpp40 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageCollectionGet()
71 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleStorageCollectionGet()
89 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterChassisDriveCollectionSubtree()
123 inline void getDrives(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getDrives()
133 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSystemsStorageGetSubtree()
174 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageGet()
196 inline void afterSubtree(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterSubtree()
243 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleStorageGet()
261 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSystemsStorageDriveGet()
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()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dchassis_test.cpp54 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
109 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
118 response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
130 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
143 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
154 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
H A Dmanager_diagnostic_data_test.cpp26 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in testDataGetNoError()
52 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
62 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
73 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/http/routing/
H A Dtaggedrule.hpp41 std::shared_ptr<bmcweb::AsyncResp>&, Args...>, in operator ()()
46 std::shared_ptr<bmcweb::AsyncResp>&, in operator ()()
54 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handle()
87 const std::shared_ptr<bmcweb::AsyncResp>&, Args...)>
H A Dsserule.hpp31 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
35 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/,
38 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/,

12345