Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DLogTestCaseToLogcat.h26 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument
27 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart()
31 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument
32 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/
Dwifi_aware_matchfilter_test.py300 test_info = self.match_filters[i]
304 pub_mf = test_info[0]
305 sub_mf = test_info[1]
306 expect_discovery = test_info[3]
310 pub_mf = test_info[1]
311 sub_mf = test_info[0]
312 expect_discovery = test_info[2]
316 if test_info[2] else "UNEXPECTED")
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DNetNativeTestBase.h42 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in getTestCaseLog() local
44 test_info->test_suite_name(), test_info->name()); in getTestCaseLog()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc113 const testing::TestInfo* const test_info = in SetUp() local
116 log::debug("Setup for test {} in test suite {}.", test_info->name(), in SetUp()
117 test_info->test_suite_name()); in SetUp()
120 temp_snoop_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log"); in SetUp()
121 temp_snoop_log_last_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.last"); in SetUp()
122 temp_snooz_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log"); in SetUp()
123 temp_snooz_log_last_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log.last"); in SetUp()
125 temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.filtered"); in SetUp()
127 temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.filtered.last"); in SetUp()
149 const testing::TestInfo* const test_info = in TearDown() local
[all …]
/packages/modules/StatsD/lib/libstatspull/tests/
Dstats_subscription_test.cpp59 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in SubscriptionTest() local
60 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in SubscriptionTest()
67 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in ~SubscriptionTest() local
68 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~SubscriptionTest()