Home
last modified time | relevance | path

Searched refs:CheckSessionNameValidOnAuthChannel (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_limit.h26 bool CheckSessionNameValidOnAuthChannel(const char *sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_limit.c76 bool CheckSessionNameValidOnAuthChannel(const char *sessionName) in CheckSessionNameValidOnAuthChannel() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp709 bool ret = CheckSessionNameValidOnAuthChannel(emptyName);
711 ret = CheckSessionNameValidOnAuthChannel(invalidName);
713 ret = CheckSessionNameValidOnAuthChannel(sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c481 if (!CheckSessionNameValidOnAuthChannel(appInfo.myData.sessionName)) { in OnRecvAuthChannelRequest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1016 (!CheckSessionNameValidOnAuthChannel(chan->appInfo.myData.sessionName))) { in TransProxyFillChannelInfo()