Searched refs:content_wrap (Results 1 – 1 of 1) sorted by relevance
/system/core/logd/tests/ |
D | logd_test.cpp | 544 bool content_wrap = false, content_timeout = false, written = false; in timeout_negative() local 574 content_wrap = recv(fd, msg_wrap.buf, sizeof(msg_wrap), 0) > 0; in timeout_negative() 592 if (!content_wrap && !alarm_wrap && content_timeout && alarm_timeout) { in timeout_negative() 597 if (content_wrap) { in timeout_negative() 606 EXPECT_TRUE(content_wrap); in timeout_negative() 623 bool content_wrap = false, content_timeout = false, written = false; in TEST() local 658 content_wrap = recv(fd, msg_wrap.buf, sizeof(msg_wrap), 0) > 0; in TEST() 676 if (!content_wrap && !alarm_wrap && content_timeout && alarm_timeout) { in TEST() 699 if (content_wrap) { in TEST() 707 if (content_wrap || !content_timeout) { in TEST() [all …]
|