Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/testutils/host/python/
Dapf_utils.py437 def decorator(test_function): argument
438 @functools.wraps(test_function)
446 return test_function(self, *args, **kwargs)
451 def decorator(test_function): argument
452 @functools.wraps(test_function)
464 return test_function(self, *args, **kwargs)
/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_fuzz_test.cc133 for (auto test_function : bluetooth::hci::hci_packet_fuzz_tests) { in RunHciPacketFuzzTest() local
134 test_function(data, size); in RunHciPacketFuzzTest()