Home
last modified time | relevance | path

Searched refs:g_socketInterfaces (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c37 static const SocketInterface *g_socketInterfaces[MAX_SOCKET_TYPE] = { 0 }; variable
55 if (g_socketInterfaces[i] == NULL) { in RegistSocketProtocol()
56 g_socketInterfaces[i] = interface; in RegistSocketProtocol()
77 if (g_socketInterfaces[i] != NULL && g_socketInterfaces[i]->type == protocolType) { in GetSocketInterface()
78 result = g_socketInterfaces[i]; in GetSocketInterface()
100 (void)memset_s(g_socketInterfaces, sizeof(g_socketInterfaces), 0, sizeof(g_socketInterfaces)); in ConnInitSockets()
122 (void)memset_s(g_socketInterfaces, sizeo in ConnDeinitSockets()
[all...]

Completed in 1 milliseconds