Searched refs:TransServerOnChannelOpenFailed (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_callback_test.cpp | 51 static int32_t TransServerOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TransServerOnChannelOpenFailed() function 89 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransTcpDirectCallbackTest()
|
H A D | trans_server_tcp_direct_test.cpp | 696 int32_t ret = TransServerOnChannelOpenFailed(pkgName, pid, channelId, channelType, errCode); 699 ret = TransServerOnChannelOpenFailed(NULL, pid, channelId, channelType, errCode);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 157 static int32_t TransServerOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TransServerOnChannelOpenFailed() function 254 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransServerGetChannelCb()
|