Searched refs:dump_hd_event (Results 1 – 6 of 6) sorted by relevance
46 struct dump_hd_event dump_hd_event; variable73 const char* dump_hd_event::return_value = nullptr;119 const char* dump_hd_event(uint16_t event) { in dump_hd_event() function121 return test::mock::btif_util::dump_hd_event(event); in dump_hd_event()
138 struct dump_hd_event { struct144 extern struct dump_hd_event dump_hd_event; argument
50 std::string dump_hd_event(uint16_t event);
233 std::string dump_hd_event(uint16_t event) { in dump_hd_event() function
148 log::verbose("event={}", dump_hd_event(event)); in btif_hd_upstreams_evt()
533 TEST_F(BtifUtilsTest, dump_hd_event) { in TEST_F() argument550 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()