Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config_in.c369 if ((resource->common.maxConnectionNum == 0) || in FtValidateCommonConfigParamsInner()
370 (resource->common.maxConnectionNum > FILLP_MAX_CONN_NUMBER)) { in FtValidateCommonConfigParamsInner()
372 resource->common.maxConnectionNum, resource->common.maxSockNum); in FtValidateCommonConfigParamsInner()
H A Dfillp_stack_config.c94 g_resource.common.maxConnNum = globalResource->common.maxConnectionNum; in FtInitConfigSet()
135 globalResource->common.maxConnectionNum = g_resource.common.maxConnNum; in FtInitConfigGet()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h812 FILLP_UINT16 maxConnectionNum; member