Searched refs:write_function (Results 1 – 1 of 1) sorted by relevance
| /system/logging/liblog/tests/ |
| D | liblog_test.cpp | 224 auto write_function = [&] { in TEST() local 291 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in TEST() 311 auto write_function = [&] { ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str())); }; in TEST() local 325 RunLogTests(LOG_ID_MAIN, write_function, check_function); in TEST() 358 auto write_function = [&] { EXPECT_LT(0, __android_log_bswrite(0, message)); }; in bswrite_test() local 404 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in bswrite_test() 438 auto write_function = [&] { in buf_write_test() local 481 RunLogTests(LOG_ID_MAIN, write_function, check_function); in buf_write_test() 1002 auto write_function = [&] { in TEST() local 1033 RunLogTests(LOG_ID_SYSTEM, write_function, check_function); in TEST() [all …]
|