Home
last modified time | relevance | path

Searched refs:TransServerOnMsgReceived (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.cpp57 static int32_t TransServerOnMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_… in TransServerOnMsgReceived() function
90 g_channelCallBack.OnDataReceived = TransServerOnMsgReceived; in TransTcpDirectCallbackTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c187 static int32_t TransServerOnMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_… in TransServerOnMsgReceived() function
255 g_channelCallBack.OnDataReceived = TransServerOnMsgReceived; in TransServerGetChannelCb()