Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_timer.c54 if (appFcStastics->periodTimePassed < (FILLP_LLONG)(sock->resConf.common.fcStasticsInterval)) { in FillpCalFcAppStastics()
170 … (curTime - pack->packRttDetectTime) > (FILLP_LLONG)(sock->resConf.common.fcStasticsInterval)) { in FillpPackTimerCb()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h68 FILLP_UINT32 fcStasticsInterval; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c148 g_appResource.common.fcStasticsInterval = FILLP_APP_FC_STASTICS_INTERVAL; in InitGlobalAppResourceDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config_in.c777 resource->common.fcStasticsInterval = configValue; in FtAppSetFcStatInterval()
973 *(FILLP_UINT32 *)value = resource->common.fcStasticsInterval; in FtInnerAppConfigGetHelper()