Searched defs:clientid (Results 1 – 2 of 2) sorted by relevance
226 auto clientid = messageParma->clientID; in EventConnectCallback() local364 int clientid = NapiUtils::GetInt32Property(env, thisVal, in ConnectionOn() local455 int clientid = NapiUtils::GetInt32Property(env, thisVal, in ConnectionOff() local
705 std::shared_ptr<TLSSocketServer::Connection> TLSSocketServer::GetConnectionByClientID(int clientid) in GetConnectionByClientID()