Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h398 typedef void (*DFileEventFunc)(void *softObj, const DFileEvent *info); typedef
400 NSTACKX_EXPORT void NSTACKX_DFileSetEventFunc(void *softObj, DFileEventFunc func);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h245 void DFileSetEvent(void *softObj, DFileEventFunc func);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c53 DFileEventFunc g_dfileEventFunc;
2053 void DFileSetEvent(void *softObj, DFileEventFunc func) in DFileSetEvent()
H A Dnstackx_dfile.c1626 void NSTACKX_DFileSetEventFunc(void *softObj, DFileEventFunc func) in NSTACKX_DFileSetEventFunc()