Searched refs:uri_path (Results 1 – 2 of 2) sorted by relevance
422 const std::string& uri_path, struct lws* wsi) { in InstantiateHandler() argument423 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() argument435 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()
66 const std::string& uri_path, struct lws* wsi);68 const std::string& uri_path, struct lws* wsi);