Home
last modified time | relevance | path

Searched defs:GetName (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/has/
Dhas_preset.h53 auto& GetName() const { return name_; } in GetName() function
/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dpacket_field.cc29 std::string PacketField::GetName() const { return name_; } in GetName() function in PacketField
Dgroup_field.cc26 std::string GroupField::GetName() const { in GetName() function in GroupField
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dtext_object.cc117 std::string Font::GetName() { in GetName() function in pdfClient::Font
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc126 std::string MessageLoopThread::GetName() const { return thread_name_; } in GetName() function in bluetooth::common::MessageLoopThread
Drepeating_timer_unittest.cc47 void GetName(std::string* name, std::promise<void>* promise) { in GetName() function in RepeatingTimerTest
Dmessage_loop_thread_unittest.cc47 void GetName(std::promise<std::string> name_promise) { in GetName() function in MessageLoopThreadTest
/packages/providers/MediaProvider/jni/
Dnode-inl.h295 const std::string& GetName() const { in GetName() function