Home
last modified time | relevance | path

Searched refs:ToRedactedStringForLogging (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc60 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 …]
Daddress_with_type.h121 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
122 return address_.ToRedactedStringForLogging() + "[" + AddressTypeText(address_type_) + "]"; in ToRedactedStringForLogging()
164 std::string repr = address.ToRedactedStringForLogging();
Daddress.h60 std::string ToRedactedStringForLogging() const override;
122 std::string repr = address.ToRedactedStringForLogging();
Daddress.cc65 std::string Address::ToRedactedStringForLogging() const { return _ToMaskedColonSepHexString(4); } in ToRedactedStringForLogging() function in bluetooth::hci::Address
Daddress_unittest.cc246 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
/aosp_15_r20/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h115 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();
Draw_address.h64 std::string ToRedactedStringForLogging() const;
121 std::string repr = address.ToRedactedStringForLogging();
Draw_address.cc56 std::string RawAddress::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in RawAddress
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rnr/
Dremote_name_request.cc202 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/
Daddress.h60 std::string ToRedactedStringForLogging() const override;
122 std::string repr = address.ToRedactedStringForLogging();
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function
129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
Draw_address.h63 std::string ToRedactedStringForLogging() const;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function
129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
Draw_address.h63 std::string ToRedactedStringForLogging() const;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function
129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
Draw_address.h63 std::string ToRedactedStringForLogging() const;
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h128 std::string ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function
129 return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]"; in ToRedactedStringForLogging()
Draw_address.h63 std::string ToRedactedStringForLogging() const;
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h86 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
87 return address.ToRedactedStringForLogging(); in ToRedactedStringForLogging()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/interfaces/
DILoggable.h40 virtual std::string ToRedactedStringForLogging() const = 0;
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/logging/
Dlog_adapter.h23 #define ADDRESS_TO_LOGGABLE_STR(addr) (addr).ToRedactedStringForLogging()
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Daddress.cc63 std::string Address::ToRedactedStringForLogging() const { return _ToMaskedColonSepHexString(4); } in ToRedactedStringForLogging() function in bluetooth::hci::Address
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/
Draw_address_unittest.cc209 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc136 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/
Dcom_android_bluetooth_csip_set_coordinator.cpp87 log::info("state:{}, addr: {}", int(state), bd_addr.ToRedactedStringForLogging()); in OnConnectionState()

12