Home
last modified time | relevance | path

Searched refs:OpenP2pDirectChannel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp124 int32_t ret = OpenP2pDirectChannel(nullptr, connInfo, &channelId);
127 ret = OpenP2pDirectChannel(appInfo, nullptr, &channelId);
130 ret = OpenP2pDirectChannel(appInfo, connInfo, nullptr);
133 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
146 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
150 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
H A Dtrans_tcp_direct_p2p_mock_test.cpp938 int32_t ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
940 ret = OpenP2pDirectChannel(nullptr, connInfo, &channelId);
942 ret = OpenP2pDirectChannel(appInfo, nullptr, &channelId);
944 ret = OpenP2pDirectChannel(appInfo, connInfo, nullptr);
949 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
952 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
955 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
960 ret = OpenP2pDirectChannel(appInfo, connInfo, &channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_p2p.h33 int32_t OpenP2pDirectChannel(const AppInfo *appInfo, const ConnectOption *connInfo, int32_t *channe…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p_virtual.c27 int32_t OpenP2pDirectChannel(const AppInfo *appInfo, const ConnectOption *connInfo, int32_t *channe… in OpenP2pDirectChannel() function
H A Dtrans_tcp_direct_manager.c295 ret = OpenP2pDirectChannel(appInfo, connInfo, channelId); in TransOpenDirectChannel()
H A Dtrans_tcp_direct_p2p.c1020 int32_t OpenP2pDirectChannel(const AppInfo *appInfo, const ConnectOption *connInfo, int32_t *channe… in OpenP2pDirectChannel() function