Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_callback.h44 int32_t TransProxyGetPkgName(const char *sessionName, char *pkgName, uint16_t len);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c60 int32_t TransProxyGetPkgName(const char *sessionName, char *pkgName, uint16_t len) in TransProxyGetPkgName() function
H A Dsoftbus_proxychannel_manager.c888 if (TransProxyGetPkgName(chan->appInfo.myData.sessionName, in TransProxyGetLocalInfo()
1867 ret = TransProxyGetPkgName(chan->appInfo.myData.sessionName, pkgName, pkgLen); in TransProxyGetNameByChanId()