Home
last modified time | relevance | path

Searched refs:TransProxyGetUidAndPidBySessionName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_callback.h46 int32_t TransProxyGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c65 int32_t TransProxyGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid) in TransProxyGetUidAndPidBySessionName() function
H A Dsoftbus_proxychannel_manager.c894 if (TransProxyGetUidAndPidBySessionName(chan->appInfo.myData.sessionName, in TransProxyGetLocalInfo()