Home
last modified time | relevance | path

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

/system/logging/liblog/tests/
Dliblog_test.cpp223 auto write_function = [&] { in TEST() local
290 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in TEST()
310 auto write_function = [&] { ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str())); }; in TEST() local
324 RunLogTests(LOG_ID_MAIN, write_function, check_function); in TEST()
357 auto write_function = [&] { EXPECT_LT(0, __android_log_bswrite(0, message)); }; in bswrite_test() local
403 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in bswrite_test()
437 auto write_function = [&] { in buf_write_test() local
480 RunLogTests(LOG_ID_MAIN, write_function, check_function); in buf_write_test()
950 auto write_function = [&] { in TEST() local
981 RunLogTests(LOG_ID_SYSTEM, write_function, check_function); in TEST()
[all …]