Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dtest_listeners.h34 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument
35 printf("*** Test %s.%s starting.\n", test_info.test_case_name(), test_info.name()); in OnTestStart()
46 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument
47 printf("*** Test %s.%s ending.\n", test_info.test_case_name(), test_info.name()); in OnTestEnd()
/system/bt/gd/cert/
Dmetadata.py21 from acts.test_decorators import test_info
78 return test_info(**args)
/system/core/init/
Dinit_test.cpp273 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument
275 LOG(INFO) << "===== " << test_info.test_suite_name() << "::" << test_info.name() << " (" in OnTestStart()
276 << test_info.file() << ":" << test_info.line() << ")"; in OnTestStart()
278 UNUSED(test_info); in OnTestStart()
/system/core/libsysutils/src/
DSocketListener_test.cpp40 const testing::TestInfo* const test_info = in testSocketPath() local
42 return std::string(ANDROID_SOCKET_DIR "/") + std::string(test_info->test_case_name()) + in testSocketPath()
43 std::string(".") + std::string(test_info->name()); in testSocketPath()
/system/testing/gtest_extras/
DIsolate.cpp639 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument
640 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult. in OnTestStart()
/system/apex/apexd/
Dapexservice_test.cpp2939 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument
2946 StringPrintf("=== %s::%s (%s:%d)", test_info.test_suite_name(), in OnTestStart()
2947 test_info.name(), test_info.file(), test_info.line()); in OnTestStart()
2951 UNUSED(test_info); in OnTestStart()