Searched refs:test_info (Results 1 – 9 of 9) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | test_listeners.h | 34 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/core/libsysutils/src/ |
D | SocketListener_test.cpp | 40 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/teeui/test/ |
D | teeui_device_config.cpp | 43 const testing::TestInfo* const test_info = in saveToPpm() local 45 std::string testname = test_info->name(); in saveToPpm()
|
/system/core/init/ |
D | init_test.cpp | 777 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument 779 LOG(INFO) << "===== " << test_info.test_suite_name() << "::" << test_info.name() << " (" in OnTestStart() 780 << test_info.file() << ":" << test_info.line() << ")"; in OnTestStart() 782 UNUSED(test_info); in OnTestStart()
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 1803 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument 1810 StringPrintf("=== %s::%s (%s:%d)", test_info.test_suite_name(), in OnTestStart() 1811 test_info.name(), test_info.file(), test_info.line()); in OnTestStart() 1815 UNUSED(test_info); in OnTestStart()
|
D | apexd_test.cpp | 5148 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument 5155 StringPrintf("=== %s::%s (%s:%d)", test_info.test_suite_name(), in OnTestStart() 5156 test_info.name(), test_info.file(), test_info.line()); in OnTestStart() 5160 UNUSED(test_info); in OnTestStart()
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 54 const testing::TestInfo* const test_info = in SetUp() local 56 test_name_ = test_info->name(); in SetUp() 57 test_full_name_ = test_info->test_suite_name() + "/"s + test_name_; in SetUp()
|
/system/testing/gtest_extras/gtest_isolated/ |
D | Isolate.cpp | 642 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument 643 pinfo_ = &test_info; // Record test_info for use in OnTestPartResult. in OnTestStart()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_test.cpp | 118 const testing::TestInfo* const test_info = in SetUp() local 120 test_name_ = test_info->test_suite_name() + "/"s + test_info->name(); in SetUp()
|