Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c850 } FileManagerThreadCtx; typedef
886 FileManagerThreadCtx *ctx = (FileManagerThreadCtx *)arg; in FileManagerThread()
985 FileManagerThreadCtx *ctx = NULL; in CreateFMThread()
988 ctx = (FileManagerThreadCtx *)calloc(1, sizeof(FileManagerThreadCtx)); in CreateFMThread()