Home
last modified time | relevance | path

Searched refs:FILLP_ALG_BASE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc_miracast.h31 #define FILLP_ALG_DEFAULT_TYPE FILLP_ALG_BASE
H A Dpdt_fc.h152 #define FILLP_ALG_DEFAULT_TYPE FILLP_ALG_BASE
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c215 alg != FILLP_ALG_MSG && alg != FILLP_ALG_BASE) { in SockSetFcAlg()
220 if (alg != FILLP_ALG_BASE) { in SockSetFcAlg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h175 #define FILLP_ALG_BASE 0 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config_in.c194 (val == FILLP_ALG_MSG) || (val == FILLP_ALG_BASE)) { in FtConfigSetAlg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c355 if (presetFcAlg == FILLP_SUPPORT_ALG_BASE && g_resource.flowControl.fcAlg != FILLP_ALG_BASE) { in FillpConsultFcAlg()