Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h67 #define FILLP_USLEEP (g_fillpOsBasicLibFun.sysUsleep)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h939 FillpSysUSleepFunc sysUsleep; /* sleep in seconds callback function. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1382 g_fillpOsBasicLibFun.sysUsleep = FillpSysSleepUs; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1402 FILLP_REG_OS_BASIC_LIB_FUNC(libSysFunc, sysUsleep); in FtRegCopyOsBasicLibFunc()