Searched refs:ServerConnection (Results 1 – 2 of 2) sorted by relevance
335 ServerConnection *it = NULL; in RemoveConnId()336 ServerConnection *next = NULL; in RemoveConnId()492 static ServerConnection *GetServerConnectionByConnIdUnsafe(int32_t connId) in GetServerConnectionByConnIdUnsafe()494 ServerConnection *it = NULL; in GetServerConnectionByConnIdUnsafe()495 ServerConnection *target = NULL; in GetServerConnectionByConnIdUnsafe()523 ServerConnection *connection = GetServerConnectionByConnIdUnsafe(connId); in FindCallbackAndNotifyConnected()651 ServerConnection *conn = GetServerConnectionByConnIdUnsafe(connId); in SetConnectionMtu()666 ServerConnection *it = NULL; in SetConnIdAndAddr()667 ServerConnection *target = NULL; in SetConnIdAndAddr()677 target = (ServerConnection *)SoftBusCalloc(sizeof(ServerConnection)); in SetConnIdAndAddr()[all …]
140 } ServerConnection; typedef