Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp422 const std::string& uri_path, struct lws* wsi) { in InstantiateHandler() argument
423 auto it = handler_factories_.find(uri_path); in InstantiateHandler()
425 LOG(ERROR) << "Wrong path provided in URI: " << uri_path; in InstantiateHandler()
428 LOG(VERBOSE) << "Creating handler for " << uri_path; in InstantiateHandler()
434 const std::string& uri_path, struct lws* wsi) { in InstantiateDynHandler() argument
435 auto it = dyn_handler_factories_.find(uri_path); in InstantiateDynHandler()
437 LOG(ERROR) << "Wrong path provided in URI: " << uri_path; in InstantiateDynHandler()
440 LOG(VERBOSE) << "Creating handler for " << uri_path; in InstantiateDynHandler()
Dwebsocket_server.h66 const std::string& uri_path, struct lws* wsi);
68 const std::string& uri_path, struct lws* wsi);