Home
last modified time | relevance | path

Searched defs:FakeHandler (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dhttp_connection_test.cpp23 struct FakeHandler struct
26 handleUpgrade(const std::shared_ptr<Request>& /*req*/, in handleUpgrade()
34 void handle(const std::shared_ptr<Request>& req, in handle()
47 bool called = false;
H A Dhttp2_connection_test.cpp38 struct FakeHandler struct
40 bool called = false;
41 void handle(const std::shared_ptr<Request>& req, in handle()