Home
last modified time | relevance | path

Searched refs:ws_key (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dinspector_socket_server.cc171 void Accept(const std::string& ws_key) { in Accept() argument
172 ws_socket_->AcceptUpgrade(ws_key); in Accept()
187 const std::string& ws_key) override;
279 const std::string& ws_key) { in SessionStarted() argument
286 session->Accept(ws_key); in SessionStarted()
510 const std::string& ws_key) { in OnSocketUpgrade() argument
512 server_->SessionStarted(session_id_, id, ws_key); in OnSocketUpgrade()
Dinspector_socket.cc426 const std::string& ws_key, const std::string& host) in HttpEvent() argument
427 : path(path), upgrade(upgrade), isGET(isGET), ws_key(ws_key), in HttpEvent()
433 std::string ws_key; member in node::inspector::__anon451111c10111::HttpEvent
507 } else if (event.ws_key.empty()) { in OnData()
511 delegate()->OnSocketUpgrade(event.host, event.path, event.ws_key); in OnData()
752 void InspectorSocket::AcceptUpgrade(const std::string& ws_key) { in AcceptUpgrade() argument
753 protocol_handler_->AcceptUpgrade(ws_key); in AcceptUpgrade()
/third_party/node/test/cctest/
Dtest_inspector_socket.cc114 const std::string& ws_key) override { in OnSocketUpgrade() argument
115 ws_key_ = ws_key; in OnSocketUpgrade()