Home
last modified time | relevance | path

Searched refs:maxServerAllowSendCache (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.c85 resource->common.maxServerAllowSendCache = globalConfig->common.maxServerAllowSendCache; in CopyGlobalConfig()
174 gresource->common.maxServerAllowSendCache = resource->common.maxServerAllowSendCache; in CopySockConfig()
H A Dfillp_stack_app_config_in.c75 if ((globalResource->common.maxServerAllowSendCache == 0) || in FtAppValidateCommParams()
76 (globalResource->common.maxServerAllowSendCache > FILLP_MAX_SERVER_ALLOW_SEND_RECV_CACHE)) { in FtAppValidateCommParams()
78 globalResource->common.maxServerAllowSendCache); in FtAppValidateCommParams()
400 resource->common.maxServerAllowSendCache = configValue; in FtAppSetMaxServerSendCache()
986 *(FILLP_UINT32 *)value = resource->common.maxServerAllowSendCache; in FtAppGetMaxServerSendCache()
H A Dfillp_dfx.c456 …_MSG_ADD_CHECK(data, *len, "Max server allow send cache: %u"CRLF, common->maxServerAllowSendCache); in DoShowSockConfigRes()
H A Dapi.c752 resource->common.maxServerAllowSendCache); in FillpDebugSocketConfigRes()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h53 FILLP_UINT32 maxServerAllowSendCache; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c136 g_appResource.common.maxServerAllowSendCache = FILLP_DEFAULT_APP_MAX_SERVER_ALLOW_SEND_CACHE; in InitGlobalAppResourceDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h912 FILLP_UINT32 maxServerAllowSendCache; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c570 maxSendCache = sock->resConf.common.maxServerAllowSendCache; in FillpInitNewConnByConfirm()