Searched refs:listenMod (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 167 conn->listenMod = module; in CreateSessionConnNode() 303 int32_t ret = TransTdcSrvRecvData(conn->listenMod, conn->channelId, conn->authHandle.type); in ProcessSocketInEvent() 310 TransProcDataRes(conn->listenMod, ret, conn->channelId, fd); in ProcessSocketInEvent() 320 DelTrigger(conn->listenMod, fd, WRITE_TRIGGER); in ProcessSocketOutEvent() 321 if (AddTrigger(conn->listenMod, fd, READ_TRIGGER) != SOFTBUS_OK) { in ProcessSocketOutEvent() 322 … TRANS_LOGE(TRANS_CTRL, "add trigger fail, module=%{public}d, fd=%{public}d", conn->listenMod, fd); in ProcessSocketOutEvent() 340 DelTrigger(conn->listenMod, fd, READ_TRIGGER); in ProcessSocketOutEvent() 352 DelTrigger(conn->listenMod, fd, EXCEPT_TRIGGER); in ProcessSocketExceptionEvent()
|
H A D | trans_tcp_direct_manager.c | 81 DelTrigger(node->listenMod, fd, RW_TRIGGER); in OnSessionOpenFailProc() 150 void TransTdcStopSessionProc(ListenerModule listenMod) in TransTdcStopSessionProc() argument 168 if (listenMod != item->listenMod) { in TransTdcStopSessionProc() 243 DelTrigger(item->listenMod, item->appInfo.fd, RW_TRIGGER); in TransTdcDeathCallback()
|
H A D | trans_tcp_direct_sessionconn.c | 161 conn->listenMod = module; in CreateNewSessinConn() 310 …if ((item->listenMod == DIRECT_CHANNEL_SERVER_P2P || (item->listenMod >= DIRECT_CHANNEL_SERVER_HML… in TransDelSessionConnById() 311 …item->listenMod <= DIRECT_CHANNEL_SERVER_HML_END)) && item->authHandle.authId != AUTH_INVALID_ID && in TransDelSessionConnById()
|
H A D | trans_tcp_direct_p2p.c | 708 conn->listenMod = moudleType; in AddHmlTrigger()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/ |
H A D | trans_tcp_direct_manager.h | 62 void TransTdcStopSessionProc(ListenerModule listenMod);
|
H A D | trans_tcp_direct_sessionconn.h | 55 ListenerModule listenMod; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_core_tcp_direct_test.cpp | 103 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; in TestSetSessionConn() 547 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; 594 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI;
|
H A D | trans_tcp_direct_message_test.cpp | 85 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; in TestSetSessionConn()
|
H A D | trans_tcp_direct_p2p_test.cpp | 95 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; in TestSetSessionConn()
|
H A D | trans_server_tcp_direct_test.cpp | 578 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI;
|
H A D | trans_tcp_direct_message_static_test.cpp | 97 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; in TestSetSessionConn()
|
H A D | trans_tcp_direct_p2p_mock_test.cpp | 129 testConn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; in TestSetSessionConn()
|
H A D | trans_tcp_direct_message_append_test.cpp | 133 conn->listenMod = DIRECT_CHANNEL_SERVER_WIFI; in TestSetSessionConn()
|