Home
last modified time | relevance | path

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

/system/core/logd/
Dlogd_test.cpp501 bool content_wrap = false, content_timeout = false, written = false; in timeout_negative() local
531 content_wrap = recv(fd, msg_wrap.buf, sizeof(msg_wrap), 0) > 0; in timeout_negative()
555 if (content_wrap && alarm_wrap && content_timeout && alarm_timeout) { in timeout_negative()
560 if (content_wrap) { in timeout_negative()
569 EXPECT_TRUE(content_wrap); in timeout_negative()
606 bool content_wrap = false, content_timeout = false, written = false; in TEST() local
646 content_wrap = recv(fd, msg_wrap.buf, sizeof(msg_wrap), 0) > 0; in TEST()
670 if (!content_wrap && !alarm_wrap && content_timeout && alarm_timeout) { in TEST()
698 if (content_wrap) { in TEST()
706 if (content_wrap || !content_timeout) { in TEST()
[all …]