Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hievent.c29 static DFinderEventFunc g_eventFunc;
104 DFinderEventFunc func;
115 int SetEventFunc(void *softobj, DFinderEventFunc func) in SetEventFunc()
H A Dnstackx_common.c1821 int NSTACKX_DFinderSetEventFunc(void *softobj, DFinderEventFunc func) in NSTACKX_DFinderSetEventFunc()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_dfinder_hievent.h24 int SetEventFunc(void *softobj, DFinderEventFunc func);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h299 typedef void (*DFinderEventFunc)(void *softObj, const DFinderEvent *info); typedef
301 DFINDER_EXPORT int NSTACKX_DFinderSetEventFunc(void *softobj, DFinderEventFunc func);