Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c150 case SOFTBUS_SOCKET_OUT: { in WaitEvent()
217 int err = WaitEvent(fd, SOFTBUS_SOCKET_OUT, USER_TIMEOUT_US); in ConnSendSocketData()
240 err = WaitEvent(fd, SOFTBUS_SOCKET_OUT, timeout); in ConnSendSocketData()
H A Dsoftbus_base_listener.c1027 DispatchFdEvent(fdArray[i].fd, node->module, SOFTBUS_SOCKET_OUT, &listener, wakeupTrace); in ProcessSpecifiedListenerNodeEvent()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h47 SOFTBUS_SOCKET_OUT, // writable enumerator
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_network_test.cpp102 EXPECT_TRUE(NetlinkOnDataEvent(NETLINK, SOFTBUS_SOCKET_OUT, -1) == SOFTBUS_INVALID_PARAM); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp198 int32_t events = SOFTBUS_SOCKET_OUT; in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c288 if (events == SOFTBUS_SOCKET_OUT) { in LaneDetectOnDataEvent()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c364 } else if (events == SOFTBUS_SOCKET_OUT) { in TdcOnDataEvent()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp138 return g_baseListener.onDataEvent(module, SOFTBUS_SOCKET_OUT, fd); in ActionOfAddTrigger()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c310 if (events == SOFTBUS_SOCKET_OUT) { in OnDataEvent()
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c393 if (events == SOFTBUS_SOCKET_OUT) { in TcpOnDataEvent()

Completed in 9 milliseconds