Home
last modified time | relevance | path

Searched refs:GetUidAndPidBySessionName (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h41 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 Dsoftbus_proxychannel_callback.c67 return g_channelCb.GetUidAndPidBySessionName(sessionName, uid, pid); in TransProxyGetUidAndPidBySessionName()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_callback.c63 return g_channelCb.GetUidAndPidBySessionName(sessionName, uid, pid); in TransTdcGetUidAndPid()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp93 g_channelCallBack.GetUidAndPidBySessionName = TransGetUidAndPid; in TransTcpDirectCallbackTest()
H A Dtrans_tcp_direct_p2p_test.cpp157 g_testChannelCallBack.GetUidAndPidBySessionName = TestTransGetUidAndPid; in TestTransServerGetChannelCb()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c258 g_channelCallBack.GetUidAndPidBySessionName = TransGetUidAndPid; in TransServerGetChannelCb()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp143 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in SetUpTestCase()
H A Dtrans_proxy_message_test.cpp130 cb.GetUidAndPidBySessionName = TestGetUidAndPidSuccess; in TestCallbackSuccess()
138 cb.GetUidAndPidBySessionName = TestGetUidAndPidFail; in TestCallbackFail()
H A Dsoftbus_proxychannel_message_test.cpp204 cb.GetUidAndPidBySessionName = TestGetUidAndPidSuccess; in TestCallbackSuccess()
212 cb.GetUidAndPidBySessionName = TestGetUidAndPidFail; in TestCallbackFail()
H A Dtrans_proxy_channel_test.cpp124 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in TestAddTestProxyChannel()
H A Dtrans_proxy_manager_test.cpp170 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in SetUpTestCase()
H A Dsoftbus_proxychannel_manager_test.cpp150 callBack.GetUidAndPidBySessionName = TestGetUidAndPidBySessionName; in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c536 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 Dtrans_auth_manager.c214 return g_cb->GetUidAndPidBySessionName(sessionName, uid, pid); in AuthGetUidAndPidBySessionName()