Home
last modified time | relevance | path

Searched refs:DFileReceiverHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h163 void *DFileReceiverHandle(void *arg);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1799 void *DFileReceiverHandle(void *arg) in DFileReceiverHandle() function
1964 if (PthreadCreate(&(session->receiverTid), NULL, DFileReceiverHandle, session)) { in StartDFileThreadsInner()