Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread_unittest.cc239 std::string thread_string_before_start = message_loop_thread.ToString(); in TEST_F() local
240 ASSERT_FALSE(thread_string_before_start.empty()); in TEST_F()
247 ASSERT_STRNE(thread_string_running.c_str(), thread_string_before_start.c_str()); in TEST_F()
252 ASSERT_STREQ(thread_string_after_shutdown.c_str(), thread_string_before_start.c_str()); in TEST_F()