Home
last modified time | relevance | path

Searched refs:onConnectEvent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp108 setListener->onConnectEvent = ConnectEvent;
189 listener->onConnectEvent = ConnectEvent;
227 setListener->onConnectEvent = ConnectEvent;
273 listener->onConnectEvent = ConnectEvent;
294 listener->onConnectEvent = ConnectEvent;
323 listener->onConnectEvent = ConnectEvent;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_listener.c103 .onConnectEvent = ClientTdcOnConnectEvent, in TransTdcCreateListener()
128 .onConnectEvent = ClientTdcOnConnectEvent, in TransTdcCreateListenerWithoutAddTrigger()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c203 node->listener.onConnectEvent = NULL; in CreateSpecifiedListenerModule()
330 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onConnectEvent != NULL, SOFTBUS_INVALID_PARAM, CONN_COMMO… in StartBaseClient()
352 node->listener.onConnectEvent = listener->onConnectEvent; in StartBaseClient()
456 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onConnectEvent != NULL, SOFTBUS_INVALID_PARAM, CONN_COMMO… in StartBaseListener()
483 node->listener.onConnectEvent = listener->onConnectEvent; in StartBaseListener()
866 if (listener->onConnectEvent != NULL) { in ProcessSpecifiedServerAcceptEvent()
870 listener->onConnectEvent(module, clientFd, &clientAddr); in ProcessSpecifiedServerAcceptEvent()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_base_listener.h45 int32_t (*onConnectEvent)(ListenerModule module, int32_t cfd, const ConnectOption *clientAddr); member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/
H A Dconnectioncommon_fuzzer.cpp68 listener.onConnectEvent = ConnectEvent; in DoBaseListenerFuzz()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c202 .onConnectEvent = NetlinkOnConnectEvent, in LnnInitNetlinkMonitorImpl()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c339 .onConnectEvent = OnConnectEvent, in StartSocketListening()
362 .onConnectEvent = OnConnectEvent, in AuthTcpCreateListener()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c358 .onConnectEvent = LaneDetectOnConnectEvent, in InitLaneReliability()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c400 .onConnectEvent = TdcOnConnectEvent, in TransTdcStartSessionListener()
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c688 .onConnectEvent = TcpOnConnectEvent, in TcpStartListening()