Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dthread.h59 std::string GetThreadName() const;
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dthread.cc78 std::string Thread::GetThreadName() const { in GetThreadName() function in bluetooth::os::Thread
Dthread_unittest.cc74 EXPECT_EQ(thread->GetThreadName(), "test"); in TEST_F()