Home
last modified time | relevance | path

Searched refs:ProcessSocketOutEvent (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.cpp216 ret = ProcessSocketOutEvent(conn, fd);
220 ret = ProcessSocketOutEvent(conn, fd);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c314 static int32_t ProcessSocketOutEvent(SessionConn *conn, int fd) in ProcessSocketOutEvent() function
382 ret = ProcessSocketOutEvent(conn, fd); in TdcOnDataEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp146 int32_t ret = ProcessSocketOutEvent(AUTH, fd);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c215 static int32_t ProcessSocketOutEvent(ListenerModule module, int32_t fd) in ProcessSocketOutEvent() function
314 return ProcessSocketOutEvent(module, fd); in OnDataEvent()