Searched refs:ASSERT_LOG (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/headless/ |
D | log.h | 40 #define ASSERT_LOG(condition, fmt, args...) \ macro 49 ASSERT_LOG(console_fd != -1, "Console output fd has not been set"); \
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | acl_connection_handler.cc | 224 ASSERT_LOG(HasHandle(handle), "Unknown handle %d", handle); in GetAclConnection() 229 ASSERT_LOG(HasHandle(handle), "Unknown handle %hd", handle); in GetAddress() 240 ASSERT_LOG(HasScoHandle(handle), "Unknown SCO handle %hd", handle); in GetScoAddress() 245 ASSERT_LOG(HasHandle(handle), "Unknown handle %hd", handle); in GetOwnAddress() 251 ASSERT_LOG(HasHandle(handle), "Unknown handle %hd", handle); in GetResolvedAddress()
|
D | link_layer_controller.cc | 2716 ASSERT_LOG( in IncomingDisconnectPacket()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_channel_transport.cc | 114 ASSERT_LOG(written == 4, "What happened? written = %zd errno = %d", written, in SendResponse() 118 ASSERT_LOG(written == static_cast<int>(size), in SendResponse()
|
/packages/modules/Bluetooth/tools/rootcanal/include/ |
D | log.h | 79 #define ASSERT_LOG(x, ...) \ macro
|
/packages/modules/Bluetooth/system/gd/docs/architecture/ |
D | style_guide.md | 202 * ASSERT_LOG(conditon, fmt, args...): Enabled, will crash and print log when
|