Home
last modified time | relevance | path

Searched refs:FillpSysLibSemCallbackFuncSt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_os.h86 extern FillpSysLibSemCallbackFuncSt g_fillpOsSemLibFun;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dfillp_os.c59 FillpSysLibSemCallbackFuncSt g_fillpOsSemLibFun;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h916 } FillpSysLibSemCallbackFuncSt; typedef
950 FillpSysLibSemCallbackFuncSt sysLibSemFunc; /* Indicates a callback to SysLibSemFunc. */
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c418 ret = FillpValidateFuncPtr(&g_fillpOsSemLibFun, sizeof(FillpSysLibSemCallbackFuncSt)); in SpungeSysCallRegisted()