Home
last modified time | relevance | path

Searched refs:CreateSenderThread (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_mp.h77 int32_t CreateSenderThread(DFileSession *session);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_mp.c98 int32_t CreateSenderThread(DFileSession *session) in CreateSenderThread() function
H A Dnstackx_dfile_session.c1960 if (CreateSenderThread(session) != NSTACKX_EOK) { in StartDFileThreadsInner()