| /packages/modules/Bluetooth/system/gd/hci/ |
| D | remote_name_request.cc | 60 log::info("Enqueuing remote name request to {}", address.ToRedactedStringForLogging()); in StartRemoteNameRequest() 82 address.ToRedactedStringForLogging()); in StartRemoteNameRequest() 91 "Enqueuing cancel of remote name request to {}", address.ToRedactedStringForLogging()); in CancelRemoteNameRequest() 100 address.ToRedactedStringForLogging()); in ReportRemoteNameRequestCancellation() 118 log::info("Starting remote name request to {}", address.ToRedactedStringForLogging()); in actually_start_remote_name_request() 147 address.ToRedactedStringForLogging(), in on_start_remote_name_request_status() 158 log::info("Cancelling remote name request to {}", address.ToRedactedStringForLogging()); in actually_cancel_remote_name_request() 165 address.ToRedactedStringForLogging()); in actually_cancel_remote_name_request() 175 packet.GetBdAddr().ToRedactedStringForLogging()); in on_remote_host_supported_features_notification() 194 address.ToRedactedStringForLogging(), in completed() [all …]
|
| D | address.h | 64 std::string ToRedactedStringForLogging() const override; 141 ? address.ToRedactedStringForLogging()
|
| D | address_with_type.h | 129 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 171 ? address.ToRedactedStringForLogging()
|
| D | address.cc | 73 std::string Address::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in bluetooth::hci::Address
|
| D | address_unittest.cc | 246 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_hh.cc | 130 log::error("Unknown link: {}", (_link_spec).ToRedactedStringForLogging()) 132 log::verbose("link spec: {}", (_link_spec).ToRedactedStringForLogging()) 137 (_link_spec).ToRedactedStringForLogging(), \ 493 conn.link_spec.ToRedactedStringForLogging(), conn.status, in hh_open_handler() 505 p_dev->link_spec.ToRedactedStringForLogging(), in hh_open_handler() 512 conn.link_spec.ToRedactedStringForLogging(), in hh_open_handler() 520 conn.link_spec.ToRedactedStringForLogging(), in hh_open_handler() 603 link_spec.ToRedactedStringForLogging()); in hh_add_device() 611 log::info("Added device {}", link_spec.ToRedactedStringForLogging()); in hh_add_device() 638 link_spec.ToRedactedStringForLogging()); in btif_hh_load_bonded_dev() [all …]
|
| D | btif_profile_storage.cc | 139 log::verbose("link spec: {}", link_spec.ToRedactedStringForLogging()); in btif_storage_add_hid_device_info()
|
| /packages/modules/Bluetooth/system/types/ |
| D | ble_address_with_type.h | 130 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function 131 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging() 184 std::string ToRedactedStringForLogging() const { 185 return addrt.ToRedactedStringForLogging() + "[" + 204 ? address.ToRedactedStringForLogging() 215 ? address.ToRedactedStringForLogging()
|
| D | raw_address.h | 64 std::string ToRedactedStringForLogging() const; 125 ? address.ToRedactedStringForLogging()
|
| D | raw_address.cc | 60 std::string RawAddress::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in RawAddress
|
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
| D | fixed_channel_impl.h | 67 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 69 ss << "Device " << device_.ToRedactedStringForLogging() << " Cid 0x" << std::hex << cid_; in ToRedactedStringForLogging()
|
| D | link.h | 161 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 162 return GetDevice().ToRedactedStringForLogging(); in ToRedactedStringForLogging()
|
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
| D | fixed_channel_impl.h | 80 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 82 ss << "Device " << device_.ToRedactedStringForLogging() << " Cid 0x" << std::hex << cid_; in ToRedactedStringForLogging()
|
| D | link.h | 158 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 159 return GetDevice().ToRedactedStringForLogging(); in ToRedactedStringForLogging()
|
| /packages/modules/Bluetooth/system/pdl/hci/include/hci/ |
| D | address.h | 60 std::string ToRedactedStringForLogging() const override; 125 ? address.ToRedactedStringForLogging()
|
| /packages/modules/Bluetooth/system/bta/vc/ |
| D | devices.h | 89 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 90 return address.ToRedactedStringForLogging(); in ToRedactedStringForLogging()
|
| /packages/modules/Bluetooth/system/gd/common/interfaces/ |
| D | ILoggable.h | 40 virtual std::string ToRedactedStringForLogging() const = 0;
|
| /packages/modules/Bluetooth/system/gd/os/logging/ |
| D | log_adapter.h | 32 return loggable.ToRedactedStringForLogging(); in ToLoggableStr()
|
| /packages/modules/Bluetooth/system/pdl/hci/ |
| D | address.cc | 70 std::string Address::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in bluetooth::hci::Address
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_inq.cc | 1964 rem_name.bd_addr.ToRedactedStringForLogging(), in btm_process_remote_name() 1984 rem_name.bd_addr.ToRedactedStringForLogging()); in btm_process_remote_name() 1997 rem_name.bd_addr.ToRedactedStringForLogging(), in btm_process_remote_name() 2004 rem_name.bd_addr.ToRedactedStringForLogging(), in btm_process_remote_name() 2005 btm_cb.btm_inq_vars.remname_bda.ToRedactedStringForLogging(), in btm_process_remote_name()
|
| /packages/modules/Bluetooth/system/types/test/ |
| D | raw_address_unittest.cc | 209 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_csip_set_coordinator.cpp | 78 bd_addr.ToRedactedStringForLogging()); in OnConnectionState()
|
| D | com_android_bluetooth_vc.cpp | 52 bd_addr.ToRedactedStringForLogging()); in OnConnectionState()
|
| /packages/modules/Bluetooth/system/bta/gatt/ |
| D | bta_gattc_cache.cc | 139 p_clcb->bda.ToRedactedStringForLogging()); in GetRobustCachingSupport() 317 p_clcb->p_srcb->server_bda.ToRedactedStringForLogging()); in bta_gattc_explore_srvc_finished()
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | acl.cc | 86 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function in ConnectAddressWithType 88 ss << address_.ToRedactedStringForLogging() << "[" in ToRedactedStringForLogging() 127 ? address.ToRedactedStringForLogging() in format()
|