Home
last modified time | relevance | path

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 Dtrans_tcp_direct_callback_test.cpp51 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 Dtrans_server_tcp_direct_test.cpp696 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 Dtrans_channel_callback.c157 static int32_t TransServerOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TransServerOnChannelOpenFailed() function
254 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransServerGetChannelCb()