Searched refs:DIRECT_CHANNEL_CLIENT (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
H A D | client_trans_tcp_direct_listener.c | 112 int32_t ret = StartBaseClient(DIRECT_CHANNEL_CLIENT, &listener); in TransTdcCreateListener() 122 return AddTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcCreateListener() 131 DelTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcCloseFd() 141 DelTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcReleaseFd() 151 return DelTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcStopRead()
|
H A D | client_trans_tcp_direct_manager.c | 285 DelTrigger(DIRECT_CHANNEL_CLIENT, channel->fd, READ_TRIGGER); in ClientTransTdcHandleListener()
|
/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/ |
H A D | connectioncommon_fuzzer.cpp | 66 ListenerModule module = DIRECT_CHANNEL_CLIENT; in DoBaseListenerFuzz()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_server_tcp_direct_test.cpp | 96 g_conn = CreateNewSessinConn(DIRECT_CHANNEL_CLIENT, false); in TestAddTestSessionConn() 204 SessionConn *session = CreateNewSessinConn(DIRECT_CHANNEL_CLIENT, isServerSide); in TestAddSessionConn() 295 tmpSessionConn = CreateNewSessinConn(DIRECT_CHANNEL_CLIENT, false); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 88 DIRECT_CHANNEL_CLIENT, enumerator
|
/foundation/communication/dsoftbus/tests/core/connection/tcp/ |
H A D | tcp_manager_test.cpp | 475 \ moduleId = DIRECT_CHANNEL_SERVER_P2P/DIRECT_CHANNEL_CLIENT/DIRECT_CHANNEL_SERVER_WIFI.\ 499 option.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in HWTEST_F() 562 \ moduleId = DIRECT_CHANNEL_SERVER_P2P/DIRECT_CHANNEL_CLIENT/DIRECT_CHANNEL_SERVER_WIFI.\ 586 option.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in HWTEST_F() 690 * @tc.desc: Test start and stop listener multi times info.type = connect_br moduleId DIRECT_CHANNEL_CLIENT. 702 info.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in HWTEST_F() 1068 * @tc.desc: Test BLE and TCP start and stop listeners under DIRECT_CHANNEL_CLIENT multiple times. 1080 info.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in HWTEST_F() 1238 * @tc.desc: Test P2P and TCP start and stop listeners under DIRECT_CHANNEL_CLIENT multiple times. 1250 info.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 804 options.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in ConnectTcpDirectPeer()
|
Completed in 8 milliseconds