Home
last modified time | relevance | path

Searched refs:shareAsyncResp (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/test/redfish-core/lib/
H A Dlog_services_dump_test.cpp19 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
20 getDumpServiceInfo(shareAsyncResp, "Invalid"); in TEST()
21 EXPECT_EQ(shareAsyncResp->res.result(), in TEST()
H A Dthermal_subsystem_test.cpp38 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
39 shareAsyncResp->res.setCompleteRequestHandler(assertThermalCollectionGet); in TEST()
41 shareAsyncResp, chassisId, in TEST()
H A Dpower_subsystem_test.cpp38 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
39 shareAsyncResp->res.setCompleteRequestHandler( in TEST()
42 shareAsyncResp, chassisId, in TEST()
H A Dservice_root_test.cpp125 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
127 shareAsyncResp->res.setCompleteRequestHandler(assertServiceRootGet); in TEST()
129 redfish::handleServiceRootGetImpl(shareAsyncResp); in TEST()