Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h140 #define DFFILE_SEND_THREAD_NAME_PREFIX "dfile_send_" macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1233 if (sprintf_s(name, sizeof(name), "%s%u", DFFILE_SEND_THREAD_NAME_PREFIX, threadIdx) < 0) { in SetSendThreadName()