Home
last modified time | relevance | path

Searched refs:GetPkgNameBySessionName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h40 int32_t (*GetPkgNameBySessionName)(const char *sessionName, char *pkgName, uint16_t len); member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c62 return g_channelCb.GetPkgNameBySessionName(sessionName, pkgName, len); in TransProxyGetPkgName()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_callback.c58 return g_channelCb.GetPkgNameBySessionName(sessionName, pkgName, len); in TransTdcGetPkgName()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp92 g_channelCallBack.GetPkgNameBySessionName = TransGetPkgNameBySessionName; in TransTcpDirectCallbackTest()
H A Dtrans_tcp_direct_p2p_test.cpp156 g_testChannelCallBack.GetPkgNameBySessionName = TestTransGetPkgNameBySessionName; in TestTransServerGetChannelCb()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c257 g_channelCallBack.GetPkgNameBySessionName = TransGetPkgNameBySessionName; in TransServerGetChannelCb()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp142 callBack.GetPkgNameBySessionName = TestGetPkgNameBySessionName; in SetUpTestCase()
H A Dtrans_proxy_channel_test.cpp123 callBack.GetPkgNameBySessionName = NULL; in TestAddTestProxyChannel()
H A Dtrans_proxy_manager_test.cpp169 callBack.GetPkgNameBySessionName = TestGetPkgNameBySessionName; in SetUpTestCase()
H A Dsoftbus_proxychannel_manager_test.cpp149 callBack.GetPkgNameBySessionName = TestGetPkgNameBySessionName; in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c152 ret = g_channelCb->GetPkgNameBySessionName(appInfo->myData.sessionName, in NotifyUdpChannelOpened()
254 …int32_t ret = g_channelCb->GetPkgNameBySessionName(info->myData.sessionName, pkgName, PKG_NAME_SIZ… in NotifyUdpQosEvent()
531 ret = g_channelCb->GetPkgNameBySessionName(appInfo->myData.sessionName, in ParseRequestAppInfo()