Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_limit.c32 static const SessionWhiteList g_sessionWhiteList[] = { variable
82 uint32_t count = sizeof(g_sessionWhiteList) / sizeof(g_sessionWhiteList[0]); in CheckSessionNameValidOnAuthChannel()
84 if (CompareString(g_sessionWhiteList[index].sessionName, sessionName, in CheckSessionNameValidOnAuthChannel()
85 g_sessionWhiteList[index].regexp) == SOFTBUS_OK) { in CheckSessionNameValidOnAuthChannel()