Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp203 * @tc.desc: ProcessSocketInEvent test
212 int32_t ret = ProcessSocketInEvent(conn, fd); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c288 static int32_t ProcessSocketInEvent(SessionConn *conn, int fd) in ProcessSocketInEvent() function
363 ret = ProcessSocketInEvent(conn, fd); in TdcOnDataEvent()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp166 int32_t ret = ProcessSocketInEvent(AUTH, fd); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c234 static int32_t ProcessSocketInEvent(ListenerModule module, int32_t fd) in ProcessSocketInEvent() function
313 return ProcessSocketInEvent(module, fd); in OnDataEvent()

Completed in 3 milliseconds