Home
last modified time | relevance | path

Searched refs:ProcessRequestCallback (Results 1 – 2 of 2) sorted by relevance

/external/libweave/examples/provider/
Devent_http_server.cc151 void HttpServerImpl::ProcessRequestCallback(evhtp_request_t* req, void* arg) { in ProcessRequestCallback() function in weave::examples::HttpServerImpl
159 evhtp_set_cb(httpd_.get(), path.c_str(), &ProcessRequestCallback, this); in AddHttpRequestHandler()
166 evhtp_set_cb(httpsd_.get(), path.c_str(), &ProcessRequestCallback, this); in AddHttpsRequestHandler()
Devent_http_server.h43 static void ProcessRequestCallback(evhtp_request_t* req, void* arg);