Home
last modified time | relevance | path

Searched defs:clientid (Results 1 – 2 of 2) 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
364 int clientid = NapiUtils::GetInt32Property(env, thisVal, in ConnectionOn() local
455 int clientid = NapiUtils::GetInt32Property(env, thisVal, in ConnectionOff() local
/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()