Home
last modified time | relevance | path

Searched refs:clientid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor_server.cpp226 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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec.h186 explicit TcpConnection(int32_t clientid) : clientId(clientid) {} in TcpConnection()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h512 std::shared_ptr<Connection> GetConnectionByClientID(int clientid);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp705 std::shared_ptr<TLSSocketServer::Connection> TLSSocketServer::GetConnectionByClientID(int clientid) in GetConnectionByClientID() argument
709 auto it = clientIdConnections_.find(clientid); in GetConnectionByClientID()