Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A 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()
/aosp14/system/core/libsysutils/src/
H A 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()
/aosp14/system/core/init/
H A Dinit_test.cpp749 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument
751 LOG(INFO) << "===== " << test_info.test_suite_name() << "::" << test_info.name() << " (" in OnTestStart()
752 << test_info.file() << ":" << test_info.line() << ")"; in OnTestStart()
754 UNUSED(test_info); in OnTestStart()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp52 const testing::TestInfo* const test_info = in SetUp() local
54 test_name_ = test_info->name(); in SetUp()
55 test_full_name_ = test_info->test_suite_name() + "/"s + test_name_; in SetUp()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp118 const testing::TestInfo* const test_info = in SetUp() local
120 test_name_ = test_info->test_suite_name() + "/"s + test_info->name(); in SetUp()