Home
last modified time | relevance | path

Searched refs:IsNoPkgNameSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_limit.h28 bool IsNoPkgNameSession(const char *sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_limit.c97 bool IsNoPkgNameSession(const char *sessionName) in IsNoPkgNameSession() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c652 if (!IsNoPkgNameSession(sessionName) || isClient) { in GetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c886 …((chan->appInfo.appType == APP_TYPE_AUTH) && (IsNoPkgNameSession(chan->appInfo.myData.sessionName)… in TransProxyGetLocalInfo()