Searched refs:test_info (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | TestUtils.cpp | 26 void TestExecutionTracer::OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument 27 TraceTestState("Started", test_info); in OnTestStart() 30 void TestExecutionTracer::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument 31 TraceTestState("Completed", test_info); in OnTestEnd() 39 const ::testing::TestInfo& test_info) { in TraceTestState() 40 LOG(INFO) << state << " " << test_info.test_suite_name() << "::" << test_info.name(); in TraceTestState()
|
D | TestUtils.h | 32 void OnTestStart(const ::testing::TestInfo& test_info) override; 33 void OnTestEnd(const ::testing::TestInfo& test_info) override; 36 static void TraceTestState(const std::string& state, const ::testing::TestInfo& test_info);
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
D | LogTestCaseToLogcat.h | 27 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument 28 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart() 32 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd() argument 33 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | LogTestCaseToLogcat.h | 27 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument 28 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart() 32 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd() argument 33 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
|
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
D | drm_hal_clearkey_test.h | 63 const ::testing::TestInfo* const test_info = in SetUp() local 65 ALOGD("Running test %s.%s", test_info->test_case_name(), in SetUp() 66 test_info->name()); in SetUp()
|
D | drm_hal_vendor_test.h | 81 const ::testing::TestInfo* const test_info = in SetUp() local 83 ALOGD("Running test %s.%s from vendor module %s", test_info->test_case_name(), in SetUp() 84 test_info->name(), GetParam().instance_.c_str()); in SetUp()
|
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/ |
D | drm_hal_clearkey_test.h | 78 const ::testing::TestInfo* const test_info = in SetUp() local 81 ALOGD("DrmHalClearkeyTest: Running test %s.%s", test_info->test_case_name(), in SetUp() 82 test_info->name()); in SetUp()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 100 const ::testing::TestInfo* const test_info = in SetUp() local 104 test_info->test_case_name(), test_info->name(), in SetUp()
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_common.cpp | 181 const ::testing::TestInfo* const test_info = in SetUp() local 184 ALOGD("Running test %s.%s from (vendor) module %s", test_info->test_case_name(), in SetUp() 185 test_info->name(), GetParamService().c_str()); in SetUp()
|