/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | remote_name_request.cc | 60 log::info("Enqueuing remote name request to {}", address.ToRedactedStringForLogging()); in StartRemoteNameRequest() 78 address.ToRedactedStringForLogging()); in StartRemoteNameRequest() 86 address.ToRedactedStringForLogging()); in CancelRemoteNameRequest() 97 address.ToRedactedStringForLogging()); in ReportRemoteNameRequestCancellation() 114 log::info("Starting remote name request to {}", address.ToRedactedStringForLogging()); in actually_start_remote_name_request() 140 log::info("Started remote name request peer:{} status:{}", address.ToRedactedStringForLogging(), in on_start_remote_name_request_status() 151 log::info("Cancelling remote name request to {}", address.ToRedactedStringForLogging()); in actually_cancel_remote_name_request() 156 address.ToRedactedStringForLogging()); in actually_cancel_remote_name_request() 165 packet.GetBdAddr().ToRedactedStringForLogging()); in on_remote_host_supported_features_notification() 183 address.ToRedactedStringForLogging(), ErrorCodeText(status)); in completed() [all …]
|
D | address_with_type.h | 121 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 122 return address_.ToRedactedStringForLogging() + "[" + AddressTypeText(address_type_) + "]"; in ToRedactedStringForLogging() 164 std::string repr = address.ToRedactedStringForLogging();
|
D | address.h | 60 std::string ToRedactedStringForLogging() const override; 122 std::string repr = address.ToRedactedStringForLogging();
|
D | address.cc | 65 std::string Address::ToRedactedStringForLogging() const { return _ToMaskedColonSepHexString(4); } in ToRedactedStringForLogging() function in bluetooth::hci::Address
|
D | address_unittest.cc | 246 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
|
/aosp_15_r20/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 115 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function 116 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging() 165 std::string ToRedactedStringForLogging() const { 166 return addrt.ToRedactedStringForLogging() + "[" + bt_transport_text(transport) + "]"; 178 std::string repr = address.ToRedactedStringForLogging(); 186 std::string repr = address.ToRedactedStringForLogging();
|
D | raw_address.h | 64 std::string ToRedactedStringForLogging() const; 121 std::string repr = address.ToRedactedStringForLogging();
|
D | raw_address.cc | 56 std::string RawAddress::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in RawAddress
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rnr/ |
D | remote_name_request.cc | 202 rem_name.bd_addr.ToRedactedStringForLogging(), hci_status_code_text(hci_status), in btm_process_remote_name() 222 rem_name.bd_addr.ToRedactedStringForLogging()); in btm_process_remote_name() 237 rem_name.bd_addr.ToRedactedStringForLogging(), hci_status_code_text(hci_status), in btm_process_remote_name() 244 rem_name.bd_addr.ToRedactedStringForLogging(), in btm_process_remote_name() 245 btm_cb.rnr.remname_bda.ToRedactedStringForLogging(), hci_status_code_text(hci_status), in btm_process_remote_name()
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/include/hci/ |
D | address.h | 60 std::string ToRedactedStringForLogging() const override; 122 std::string repr = address.ToRedactedStringForLogging();
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function 129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
|
D | raw_address.h | 63 std::string ToRedactedStringForLogging() const;
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function 129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
|
D | raw_address.h | 63 std::string ToRedactedStringForLogging() const;
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function 129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
|
D | raw_address.h | 63 std::string ToRedactedStringForLogging() const;
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function 129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
|
D | raw_address.h | 63 std::string ToRedactedStringForLogging() const;
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/ |
D | devices.h | 86 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function 87 return address.ToRedactedStringForLogging(); in ToRedactedStringForLogging()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/interfaces/ |
D | ILoggable.h | 40 virtual std::string ToRedactedStringForLogging() const = 0;
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/logging/ |
D | log_adapter.h | 23 #define ADDRESS_TO_LOGGABLE_STR(addr) (addr).ToRedactedStringForLogging()
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | address.cc | 63 std::string Address::ToRedactedStringForLogging() const { return _ToMaskedColonSepHexString(4); } in ToRedactedStringForLogging() function in bluetooth::hci::Address
|
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/ |
D | raw_address_unittest.cc | 209 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 136 log::debug("GetRobustCachingSupport {}", p_clcb->bda.ToRedactedStringForLogging()); in GetRobustCachingSupport() 309 p_clcb->p_srcb->server_bda.ToRedactedStringForLogging()); in bta_gattc_explore_srvc_finished()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_csip_set_coordinator.cpp | 87 log::info("state:{}, addr: {}", int(state), bd_addr.ToRedactedStringForLogging()); in OnConnectionState()
|