Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_nstack.c203 static void DFileHiEventCb(void *softObj, const DFileEvent *info) in DFileHiEventCb()
206 if (memcpy_s(&nstackInfo, sizeof(NstackDfxEvent), info, sizeof(DFileEvent)) != EOK) { in DFileHiEventCb()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h268 } DFileEvent; typedef
398 typedef void (*DFileEventFunc)(void *softObj, const DFileEvent *info);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_dfx.c216 DFileEvent temp; in EventAssemble()
217 DFileEvent *msg = &temp; in EventAssemble()
H A Dnstackx_dfile_session.c2059 void NSTACKX_DFileAssembleFunc(void *softObj, const DFileEvent *info) in NSTACKX_DFileAssembleFunc()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h244 void NSTACKX_DFileAssembleFunc(void *softObj, const DFileEvent *info);