Lines Matching refs:ASSERT_LOG
218 ASSERT_LOG(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface()
220 ASSERT_LOG(acl_interface.on_packets_completed != nullptr, in ValidateAclInterface()
223 ASSERT_LOG(acl_interface.connection.classic.on_connected != nullptr, in ValidateAclInterface()
225 ASSERT_LOG(acl_interface.connection.classic.on_failed != nullptr, in ValidateAclInterface()
227 ASSERT_LOG( in ValidateAclInterface()
231 ASSERT_LOG(acl_interface.connection.le.on_connected != nullptr, in ValidateAclInterface()
233 ASSERT_LOG(acl_interface.connection.le.on_failed != nullptr, in ValidateAclInterface()
235 ASSERT_LOG(acl_interface.connection.le.on_disconnected != nullptr, in ValidateAclInterface()
273 ASSERT_LOG(is_disconnected_, in ~ShimAclConnection()
301 ASSERT_LOG(p_buf != nullptr, in data_ready_callback()
335 ASSERT_LOG(!is_disconnected_, in Disconnect()
358 ASSERT_LOG(!is_disconnected_, in RegisterEnqueue()
695 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in EnqueueClassicPacket()
707 ASSERT_LOG(IsLeAcl(handle), "handle %d is not a LE connection", handle); in EnqueueLePacket()
752 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in HoldMode()
759 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in ExitSniffMode()
766 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in SniffMode()
775 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in SniffSubrating()
782 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in SetConnectionEncryption()
1362 ASSERT_LOG(is_le_privacy_enabled, in ConfigureLePrivacy()