Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h196 typedef void (*DFileLogImpl)(const char *tag, uint32_t level, const char *format, va_list args); typedef
384 NSTACKX_EXPORT int32_t NSTACKX_DFileRegisterLog(DFileLogImpl logImpl);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c1539 static DFileLogImpl g_userLogImpl;
1548 int32_t NSTACKX_DFileRegisterLog(DFileLogImpl logImpl) in NSTACKX_DFileRegisterLog()