Searched refs:GetPkgNameBySessionName (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 40 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 D | softbus_proxychannel_callback.c | 62 return g_channelCb.GetPkgNameBySessionName(sessionName, pkgName, len); in TransProxyGetPkgName()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_callback.c | 58 return g_channelCb.GetPkgNameBySessionName(sessionName, pkgName, len); in TransTdcGetPkgName()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_callback_test.cpp | 92 g_channelCallBack.GetPkgNameBySessionName = TransGetPkgNameBySessionName; in TransTcpDirectCallbackTest()
|
H A D | trans_tcp_direct_p2p_test.cpp | 156 g_testChannelCallBack.GetPkgNameBySessionName = TestTransGetPkgNameBySessionName; in TestTransServerGetChannelCb()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 257 g_channelCallBack.GetPkgNameBySessionName = TransGetPkgNameBySessionName; in TransServerGetChannelCb()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_listener_test.cpp | 142 callBack.GetPkgNameBySessionName = TestGetPkgNameBySessionName; in SetUpTestCase()
|
H A D | trans_proxy_channel_test.cpp | 123 callBack.GetPkgNameBySessionName = NULL; in TestAddTestProxyChannel()
|
H A D | trans_proxy_manager_test.cpp | 169 callBack.GetPkgNameBySessionName = TestGetPkgNameBySessionName; in SetUpTestCase()
|
H A D | softbus_proxychannel_manager_test.cpp | 149 callBack.GetPkgNameBySessionName = TestGetPkgNameBySessionName; in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 152 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()
|