Home
last modified time | relevance | path

Searched refs:maxRatePercentage (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c112 g_resource.flowControl.maxRatePercentage = globalResource->flowControl.maxRatePercentage; in FtInitConfigSet()
151 globalResource->flowControl.maxRatePercentage = g_resource.flowControl.maxRatePercentage; in FtInitConfigGet()
226 *(FILLP_UINT16 *)value = g_resource.flowControl.maxRatePercentage; in FtGetConfigStackHalf2()
H A Dfillp_stack_config_in.c240 g_resource.flowControl.maxRatePercentage = configValue; in FtConfigSetMaxRatePercentage()
242 FILLP_LOGERR("maxRatePercentage %u is invalid parameter!!!", configValue); in FtConfigSetMaxRatePercentage()
437 if ((resource->flowControl.maxRatePercentage == 0) || in FtValidateFlowcontorRateConfigParamsInner()
438 (resource->flowControl.maxRatePercentage > FILLP_MAX_STACK_RATE_PERCENTAGE)) { in FtValidateFlowcontorRateConfigParamsInner()
439 FILLP_LOGERR("maxRatePercentage %u is invalid parameter!!!", resource->flowControl.maxRatePercentage); in FtValidateFlowcontorRateConfigParamsInner()
H A Dres.c55 FILLP_DEFAULT_MAX_RATE_PERCENTAGE, /* flowControl.maxRatePercentage */
109 g_resource.flowControl.maxRatePercentage = FILLP_DEFAULT_MAX_RATE_PERCENTAGE; in InitGlobalResourceDefault()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h58 FILLP_UINT16 maxRatePercentage; member
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h844 FILLP_UINT16 maxRatePercentage; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c669 g_resource.flowControl.maxRatePercentage); in FillpDebugCmdGlobalConfigRes()

Completed in 8 milliseconds