Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config.c86 resource->common.maxServerAllowRecvCache = globalConfig->common.maxServerAllowRecvCache; in CopyGlobalConfig()
175 gresource->common.maxServerAllowRecvCache = resource->common.maxServerAllowRecvCache; in CopySockConfig()
H A Dfillp_stack_app_config_in.c82 if ((globalResource->common.maxServerAllowRecvCache == 0) || in FtAppValidateCommParams()
83 (globalResource->common.maxServerAllowRecvCache > FILLP_MAX_SERVER_ALLOW_SEND_RECV_CACHE)) { in FtAppValidateCommParams()
85 globalResource->common.maxServerAllowRecvCache); in FtAppValidateCommParams()
419 resource->common.maxServerAllowRecvCache = configValue; in FtAppSetMaxServeRecvCache()
1000 *(FILLP_UINT32 *)value = resource->common.maxServerAllowRecvCache; in FtAppGetMaxServeRecvCache()
H A Dfillp_dfx.c457 …G_ADD_CHECK(data, *len, "Max server allow receive cache: %u"CRLF, common->maxServerAllowRecvCache); in DoShowSockConfigRes()
H A Dapi.c755 resource->common.maxServerAllowRecvCache); in FillpDebugSocketConfigRes()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h54 FILLP_UINT32 maxServerAllowRecvCache; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c135 g_appResource.common.maxServerAllowRecvCache = FILLP_DEFAULT_APP_MAX_SERVER_ALLOW_RECV_CACHE; in InitGlobalAppResourceDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h915 FILLP_UINT32 maxServerAllowRecvCache; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c571 maxRecvCache = sock->resConf.common.maxServerAllowRecvCache; in FillpInitNewConnByConfirm()