Searched refs:test_function (Results 1 – 5 of 5) sorted by relevance
50 for (auto test_function : bluetooth::l2cap::l2cap_packet_fuzz_tests) { in RunL2capPacketFuzzTest() local51 test_function(data, size); in RunL2capPacketFuzzTest()
65 auto test_function = [](std::function<void(PerfEventSet*)> set_target_func) { in TEST() local84 test_function([](PerfEventSet* perf) { ASSERT_TRUE(perf->MonitorCurrentProcess()); }); in TEST()85 test_function([](PerfEventSet* perf) { ASSERT_TRUE(perf->MonitorCurrentThread()); }); in TEST()86 test_function( in TEST()
132 for (auto test_function : bluetooth::hci::hci_packet_fuzz_tests) { in RunHciPacketFuzzTest() local133 test_function(data, size); in RunHciPacketFuzzTest()
43 void RunTest(F&& test_function) { in RunTest() argument47 test_function(subcontext); in RunTest()
649 ($test_function:expr) => {650 let result = $test_function;