Searched refs:clientid (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/ |
H A D | tls_socket_server.h | 512 std::shared_ptr<Connection> GetConnectionByClientID(int clientid);
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket_server.cpp | 705 std::shared_ptr<TLSSocketServer::Connection> TLSSocketServer::GetConnectionByClientID(int clientid) in GetConnectionByClientID() argument 709 auto it = clientIdConnections_.find(clientid); in GetConnectionByClientID()
|