Searched refs:DATA_LEN (Results 1 – 1 of 1) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 890 const int DATA_LEN = 200; in TEST() local 899 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN)); in TEST() 952 ASSERT_EQ(DATA_LEN, get4LE(eventData)); in TEST() 955 if (memcmp(max_payload_buf, eventData, DATA_LEN)) { in TEST() 971 const int DATA_LEN = sizeof(max_payload_buf); in TEST() local 980 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN)); in TEST() 1058 const int DATA_LEN = 200; in TEST() local 1067 TAG, SUBTAG, UID, NULL, DATA_LEN)); in TEST() 1101 const int DATA_LEN = 200; in TEST() local 1110 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN)); in TEST() [all …]
|