Home
last modified time | relevance | path

Searched refs:FillpAppGlobalConfigsSt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Dfillp_stack_app_config_in.h32 FILLP_INT32 FtAppInitConfigGet(IO FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT sockIndex);
33 FILLP_INT32 FtAppInitConfigSet(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT…
36 FILLP_INT32 FtAppValidateConfigParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config.c62 static FILLP_INT32 FtCheckCofigPar(FILLP_CONST FillpAppGlobalConfigsSt *resource, FILLP_INT sockInd… in FtCheckCofigPar()
77 static void CopyGlobalConfig(FILLP_CONST FillpAppGlobalConfigsSt *globalConfig, struct GlobalAppRes… in CopyGlobalConfig()
126 FILLP_INT32 FtAppInitConfigSet(IN FILLP_CONST FillpAppGlobalConfigsSt *globalConfig, IN FILLP_INT s… in FtAppInitConfigSet()
166 static void CopySockConfig(FillpAppGlobalConfigsSt *gresource, struct GlobalAppResource *resource) in CopySockConfig()
214 FILLP_INT32 FtAppInitConfigGet(IO FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT sockIndex) in FtAppInitConfigGet()
H A Dfillp_stack_app_config_in.c18 static FILLP_INT32 FtAppValidateFlowConfig(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateFlowConfig()
61 static FILLP_INT32 FtAppValidateUdpParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateUdpParams()
71 static FILLP_INT32 FtAppValidateCommParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateCommParams()
128 static FILLP_INT32 FtAppValidateTimerParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateTimerParams()
167 FILLP_INT32 FtAppValidateConfigParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateConfigParams()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c455 return FtAppInitConfigGet((FillpAppGlobalConfigsSt *)value, *((FILLP_INT *)param)); in FtConfigGet()
482 … return FtAppInitConfigSet((FILLP_CONST FillpAppGlobalConfigsSt *)value, *((FILLP_INT *)param)); in FtConfigSet()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1006 } FillpAppGlobalConfigsSt; typedef