Home
last modified time | relevance | path

Searched refs:TransServerOnChannelBind (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp78 static int32_t TransServerOnChannelBind(const char *pkgName, int32_t pid, int32_t channelId, int32_… in TransServerOnChannelBind() function
94 g_channelCallBack.OnChannelBind = TransServerOnChannelBind; in TransTcpDirectCallbackTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/
H A Dtrans_channel_callback_test.cpp227 int32_t ret = TransServerOnChannelBind(nullptr, TEST_PID, 1, 2);
229 ret = TransServerOnChannelBind(TEST_PKG_NAME, TEST_PID, 1, 2);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c222 static int32_t TransServerOnChannelBind(const char *pkgName, int32_t pid, int32_t channelId, int32_… in TransServerOnChannelBind() function
259 g_channelCallBack.OnChannelBind = TransServerOnChannelBind; in TransServerGetChannelCb()