Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h59 #define FILLP_SLEEP_MS (g_fillpOsBasicLibFun.sysSleepMs)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h938 FillpSysSleepMsFunc sysSleepMs; /* FILLP_SLEEP_MS callback function. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1381 g_fillpOsBasicLibFun.sysSleepMs = FillpSysSleepMs; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1401 FILLP_REG_OS_BASIC_LIB_FUNC(libSysFunc, sysSleepMs); in FtRegCopyOsBasicLibFunc()