Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h270 #define DFINDER_EVENT_NAME_LEN 32 macro
275 char name[DFINDER_EVENT_NAME_LEN];
285 char str[DFINDER_EVENT_NAME_LEN];
290 char eventName[DFINDER_EVENT_NAME_LEN];
294 char desc[DFINDER_EVENT_NAME_LEN];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hievent.c86 ret = memcpy_s(evt.eventName, DFINDER_EVENT_NAME_LEN, STAT_EVT_NAME, strlen(STAT_EVT_NAME)); in NotifyStatisticsEvent()