Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.cc46 struct dump_hd_event dump_hd_event; variable
73 const char* dump_hd_event::return_value = nullptr;
119 const char* dump_hd_event(uint16_t event) { in dump_hd_event() function
121 return test::mock::btif_util::dump_hd_event(event); in dump_hd_event()
Dmock_btif_util.h138 struct dump_hd_event { struct
144 extern struct dump_hd_event dump_hd_event; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_util.h50 std::string dump_hd_event(uint16_t event);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc233 std::string dump_hd_event(uint16_t event) { in dump_hd_event() function
Dbtif_hd.cc148 log::verbose("event={}", dump_hd_event(event)); in btif_hd_upstreams_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc533 TEST_F(BtifUtilsTest, dump_hd_event) { in TEST_F() argument
550 ASSERT_TRUE(dump_hd_event(event.first).starts_with(event.second)); in TEST_F()
552 ASSERT_TRUE(dump_hd_event(std::numeric_limits<uint16_t>::max()) in TEST_F()