Home
last modified time | relevance | path

Searched full:event_size (Results 1 – 4 of 4) sorted by relevance

/base/security/security_guard/services/bigdata/src/
Dbigdata.cpp24 constexpr const char* EVENT_SIZE = "EVENT_SIZE"; variable
38 CALL_TIME, event.time, EVENT_SIZE, event.size); in ReportObtainDataEvent()
/base/hiviewdfx/hiview/base/test/unittest/common/
Ddispatch_rule_parser_test.cpp26 constexpr size_t EVENT_SIZE = 2; variable
108 ASSERT_EQ(rules->eventList.size(), EVENT_SIZE);
/base/security/security_guard/
Dhisysevent.yaml20 EVENT_SIZE: {type: INT32, desc: event size}
/base/hiviewdfx/faultloggerd/test/utils/
Ddfx_test_util.cpp32 #define EVENT_SIZE (sizeof(struct inotify_event)) macro
33 #define EVENT_BUF_LEN (1024 * (EVENT_SIZE + 16))
396 eventCnt += EVENT_SIZE + event->len; in WaitCreateCrashFile()