Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_limit.c72 static char g_noPkgNameSessionWhiteList[NO_PKG_NAME_SESSION_WHITE_LIST_NUM][SESSION_NAME_SIZE_MAX] … variable
106 len = strnlen(g_noPkgNameSessionWhiteList[index], SESSION_NAME_SIZE_MAX); in IsNoPkgNameSession()
107 if (strncmp(sessionName, g_noPkgNameSessionWhiteList[index], len) == 0) { in IsNoPkgNameSession()