Searched refs:clientid (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
H A D | socket_exec.h | 186 explicit TcpConnection(int32_t clientid) : clientId(clientid) {} in TcpConnection()
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | monitor_server.cpp | 226 auto clientid = messageParma->clientID;
in EventConnectCallback() local 230 napi_value obj = ConstructTLSSocketConnection(workWrapper->env, info, clientid, eventManager);
in EventConnectCallback() 364 int clientid = NapiUtils::GetInt32Property(env, thisVal,
in ConnectionOn() local 388 TLSConnectionRegEvent(event, tlsSocketServer, clientid, manager_);
in ConnectionOn() 455 int clientid = NapiUtils::GetInt32Property(env, thisVal,
in ConnectionOff() local 495 TLSConnectionUnRegEvent(event, tlsSocketServer, clientid);
in ConnectionOff()
|
H A D | tls_socket_server.cpp | 706 std::shared_ptr<TLSSocketServer::Connection> TLSSocketServer::GetConnectionByClientID(int clientid)
in GetConnectionByClientID() argument 710 auto it = clientIdConnections_.find(clientid);
in GetConnectionByClientID()
|
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/ |
H A D | tls_socket_server.h | 482 std::shared_ptr<Connection> GetConnectionByClientID(int clientid);
|
Completed in 5 milliseconds