Searched refs:GlobalAppResource (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_stack_app_config_in.c | 205 struct GlobalAppResource *resource, in FtAppTimerConfigSet() 226 struct GlobalAppResource *resource, in FtAppSetKeepAliveTime() 268 struct GlobalAppResource *resource, in FtAppSetConnRetryTimeout() 286 struct GlobalAppResource *resource, in FtAppSetDisconnectRetryTimeout() 317 struct GlobalAppResource *resource, in FtAppConfigSetTxBurst() 335 struct GlobalAppResource *resource, in FtAppConfigSetSendCache() 362 struct GlobalAppResource *resource, in FtAppConfigSetRecvCache() 389 struct GlobalAppResource *resource, in FtAppSetMaxServerSendCache() 407 struct GlobalAppResource *resource, in FtAppSetMaxServeRecvCache() 426 struct GlobalAppResource *resourc in FtAppConfigSetOppositeSetRate() [all...] |
H A D | fillp_stack_app_config.c | 33 static FILLP_INT FtGetRightAppResourceByIndex(struct GlobalAppResource **resource, FILLP_INT sockIndex) in FtGetRightAppResourceByIndex() 77 static void CopyGlobalConfig(FILLP_CONST FillpAppGlobalConfigsSt *globalConfig, struct GlobalAppResource *resource) in CopyGlobalConfig() 129 struct GlobalAppResource *resource = FILLP_NULL_PTR; in FtAppInitConfigSet() 166 static void CopySockConfig(FillpAppGlobalConfigsSt *gresource, struct GlobalAppResource *resource) in CopySockConfig() 217 struct GlobalAppResource *resource = FILLP_NULL_PTR; in FtAppInitConfigGet() 277 struct GlobalAppResource *resource = FILLP_NULL_PTR; in FtSetConfigApp() 415 struct GlobalAppResource *resource = FILLP_NULL_PTR; in FtGetSockValue() 498 struct GlobalAppResource *resource = &g_appResource; in FtGetConfigApp()
|
H A D | spunge_app.c | 72 (void)memcpy_s(&sock->resConf, sizeof(struct GlobalAppResource), &g_appResource, sizeof(struct GlobalAppResource)); in SpungeInitSocket()
|
H A D | api.c | 745 void FillpDebugSocketConfigRes(FILLP_CONST struct GlobalAppResource *resource) in FillpDebugSocketConfigRes() 821 struct GlobalAppResource *resource = FILLP_NULL_PTR; in FillpDebugCmdSocketConfigRes()
|
H A D | fillp_dfx.c | 448 static FILLP_INT32 DoShowSockConfigRes(FILLP_INT sockIndex, FILLP_CONST struct GlobalAppResource *resource, in DoShowSockConfigRes()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | fillp_stack_app_config_in.h | 38 IN FILLP_CONST struct GlobalAppResource *resource); 40 IN struct GlobalAppResource *resource, IN FILLP_INT sockIndex, IN struct FtSocket *sock); 41 FILLP_INT FtAppConfigInitNackDelayCfg(FILLP_INT sockIndex, struct GlobalAppResource *resource);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | socket_common.h | 42 extern struct GlobalAppResource g_appResource;
|
H A D | sockets.h | 82 struct GlobalAppResource { struct 144 struct GlobalAppResource resConf; /* Total size is 15 * sizeof uint32 */
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | socket_common.c | 88 struct GlobalAppResource g_appResource = {
|
Completed in 8 milliseconds