Searched defs:test_function (Results 1 – 4 of 4) sorted by relevance
50 for (auto test_function : bluetooth::l2cap::l2cap_packet_fuzz_tests) { in RunL2capPacketFuzzTest() local
132 for (auto test_function : bluetooth::hci::hci_packet_fuzz_tests) { in RunHciPacketFuzzTest() local
65 auto test_function = [](std::function<void(PerfEventSet*)> set_target_func) { in TEST() local
43 void RunTest(F&& test_function) { in RunTest()