Lines Matching refs:response
54 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
60 response->res.setCompleteRequestHandler( in TEST()
64 handleChassisResetActionInfoGet(app, request, response, fakeChassis); in TEST()
109 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
115 handleChassisProperties(response, properties); in TEST()
116 ASSERT_EQ("RackMount", response->res.jsonValue["ChassisType"]); in TEST()
118 response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
124 handleChassisProperties(response, properties); in TEST()
125 ASSERT_EQ("StandAlone", response->res.jsonValue["ChassisType"]); in TEST()
130 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
136 handleChassisProperties(response, properties); in TEST()
138 ASSERT_EQ("RackMount", response->res.jsonValue["ChassisType"]); in TEST()
143 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
147 handleChassisProperties(response, properties); in TEST()
149 response->res.result()); in TEST()
154 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST() local
156 handleChassisProperties(response, properties); in TEST()
157 ASSERT_EQ("RackMount", response->res.jsonValue["ChassisType"]); in TEST()