Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c104 … g_resource.flowControl.oppositeSetPercentage = globalResource->flowControl.oppositeSetPercentage; in FtInitConfigSet()
144 … globalResource->flowControl.oppositeSetPercentage = g_resource.flowControl.oppositeSetPercentage; in FtInitConfigGet()
191 *(FILLP_UINT16 *)value = g_resource.flowControl.oppositeSetPercentage; in FtGetConfigStackHalf1()
H A Dfillp_stack_config_in.c168 g_resource.flowControl.oppositeSetPercentage = configValue; in FtConfigSetOppositeSetPercentage()
329 if ((resource->flowControl.oppositeSetPercentage == 0) || in FtValidateConfigParamsInner()
330 (resource->flowControl.oppositeSetPercentage > FILLP_MAX_STACK_OPPOSITE_SET_PERCENTAGE)) { in FtValidateConfigParamsInner()
332 resource->flowControl.oppositeSetPercentage); in FtValidateConfigParamsInner()
H A Dres.c108 g_resource.flowControl.oppositeSetPercentage = FILLP_DEFAULT_OPPOSITE_SET_PERCENTAGE; in InitGlobalResourceDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h57 FILLP_UINT16 oppositeSetPercentage; /* Only for Server */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h842 FILLP_UINT16 oppositeSetPercentage; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c666 g_resource.flowControl.oppositeSetPercentage); in FillpDebugCmdGlobalConfigRes()