Home
last modified time | relevance | path

Searched refs:TransServerOnChannelOpened (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp39 static int32_t TransServerOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, in TransServerOnChannelOpened() function
87 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransTcpDirectCallbackTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c60 static int32_t TransServerOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, in TransServerOnChannelOpened() function
252 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransServerGetChannelCb()