Home
last modified time | relevance | path

Searched refs:ProcessSocketInEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp212 int32_t ret = ProcessSocketInEvent(conn, fd);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c301 static int32_t ProcessSocketInEvent(SessionConn *conn, int fd) in ProcessSocketInEvent() function
380 ret = ProcessSocketInEvent(conn, fd); in TdcOnDataEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp166 int32_t ret = ProcessSocketInEvent(AUTH, fd);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c237 static int32_t ProcessSocketInEvent(ListenerModule module, int32_t fd) in ProcessSocketInEvent() function
316 return ProcessSocketInEvent(module, fd); in OnDataEvent()