Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dmock_controller.cc66 << ByteContainerToString(transaction.expected().data) << "}"; in ~MockController()
75 << ") {" << ByteContainerToString(transaction.expected().data) << "}"; in ~MockController()
84 << ") {" << ByteContainerToString(transaction.expected().data) << "}"; in ~MockController()
216 << ByteContainerToString(acl_data_packet) << "}"; in OnACLDataPacketReceived()
248 << ByteContainerToString(sco_data_packet) << "}"; in OnScoDataPacketReceived()
264 << ByteContainerToString(iso_data_packet) << "}"; in OnIsoDataPacketReceived()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_helpers.h54 std::string ByteContainerToString(InputIt begin, InputIt end) { in ByteContainerToString() function
63 std::string ByteContainerToString(const Container& c) { in ByteContainerToString() function
64 return ByteContainerToString(c.begin(), c.end()); in ByteContainerToString()
69 std::cout << ByteContainerToString(begin, end); in PrintByteContainer()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dmock_channel_test.cc41 << ") {" << ByteContainerToString(transaction.expected().data) << "}"; in TearDown()
72 << ByteContainerToString(*packet) << "}"; in OnPacketSent()