Searched refs:GetUidAndPidBySessionName (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 41 int32_t (*GetUidAndPidBySessionName)(const char *sessionName, int32_t *uid, int32_t *pid); member
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_callback.c | 67 return g_channelCb.GetUidAndPidBySessionName(sessionName, uid, pid); in TransProxyGetUidAndPidBySessionName()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_callback.c | 63 return g_channelCb.GetUidAndPidBySessionName(sessionName, uid, pid); in TransTdcGetUidAndPid()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_callback_test.cpp | 93 g_channelCallBack.GetUidAndPidBySessionName = TransGetUidAndPid; in TransTcpDirectCallbackTest()
|
H A D | trans_tcp_direct_p2p_test.cpp | 157 g_testChannelCallBack.GetUidAndPidBySessionName = TestTransGetUidAndPid; in TestTransServerGetChannelCb()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 258 g_channelCallBack.GetUidAndPidBySessionName = TransGetUidAndPid; in TransServerGetChannelCb()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_listener_test.cpp | 143 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in SetUpTestCase()
|
H A D | trans_proxy_message_test.cpp | 130 cb.GetUidAndPidBySessionName = TestGetUidAndPidSuccess; in TestCallbackSuccess() 138 cb.GetUidAndPidBySessionName = TestGetUidAndPidFail; in TestCallbackFail()
|
H A D | softbus_proxychannel_message_test.cpp | 204 cb.GetUidAndPidBySessionName = TestGetUidAndPidSuccess; in TestCallbackSuccess() 212 cb.GetUidAndPidBySessionName = TestGetUidAndPidFail; in TestCallbackFail()
|
H A D | trans_proxy_channel_test.cpp | 124 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in TestAddTestProxyChannel()
|
H A D | trans_proxy_manager_test.cpp | 170 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in SetUpTestCase()
|
H A D | softbus_proxychannel_manager_test.cpp | 150 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 536 ret = g_channelCb->GetUidAndPidBySessionName(appInfo->myData.sessionName, &appInfo->myData.uid, in ParseRequestAppInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 214 return g_cb->GetUidAndPidBySessionName(sessionName, uid, pid); in AuthGetUidAndPidBySessionName()
|