Searched refs:GetThreadName (Results 1 – 3 of 3) sorted by relevance
59 std::string GetThreadName() const;
78 std::string Thread::GetThreadName() const { in GetThreadName() function in bluetooth::os::Thread
74 EXPECT_EQ(thread->GetThreadName(), "test"); in TEST_F()