Home
last modified time | relevance | path

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 Dclient_trans_tcp_direct_listener.c112 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 Dclient_trans_tcp_direct_manager.c285 DelTrigger(DIRECT_CHANNEL_CLIENT, channel->fd, READ_TRIGGER); in ClientTransTdcHandleListener()
/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/
H A Dconnectioncommon_fuzzer.cpp66 ListenerModule module = DIRECT_CHANNEL_CLIENT; in DoBaseListenerFuzz()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp96 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 Dsoftbus_conn_interface.h88 DIRECT_CHANNEL_CLIENT, enumerator
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp475 \ 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 Dtrans_tcp_direct_p2p.c804 options.socketOption.moduleId = DIRECT_CHANNEL_CLIENT; in ConnectTcpDirectPeer()

Completed in 8 milliseconds