Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc62 LOG_INFO("Enqueuing remote name request to %s", address.ToRedactedStringForLogging().c_str()); in StartRemoteNameRequest()
84 address.ToRedactedStringForLogging().c_str()); in StartRemoteNameRequest()
94 address.ToRedactedStringForLogging().c_str()); in CancelRemoteNameRequest()
103 address.ToRedactedStringForLogging().c_str()); in ReportRemoteNameRequestCancellation()
121 LOG_INFO("Starting remote name request to %s", address.ToRedactedStringForLogging().c_str()); in actually_start_remote_name_request()
150 LOG_INFO("Cancelling remote name request to %s", address.ToRedactedStringForLogging().c_str()); in actually_cancel_remote_name_request()
163 packet.GetBdAddr().ToRedactedStringForLogging().c_str()); in on_remote_host_supported_features_notification()
178 packet.GetBdAddr().ToRedactedStringForLogging().c_str()); in on_remote_name_request_complete()
Daddress.h63 std::string ToRedactedStringForLogging() const override;
Daddress.cc73 std::string Address::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in bluetooth::hci::Address
Daddress_with_type.h127 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
Daddress_unittest.cc246 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl.h67 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
69 ss << "Device " << device_.ToRedactedStringForLogging() << " Cid 0x" << std::hex << cid_; in ToRedactedStringForLogging()
Dlink.h161 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
162 return GetDevice().ToRedactedStringForLogging(); in ToRedactedStringForLogging()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl.h80 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
82 ss << "Device " << device_.ToRedactedStringForLogging() << " Cid 0x" << std::hex << cid_; in ToRedactedStringForLogging()
Dlink.h158 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
159 return GetDevice().ToRedactedStringForLogging(); in ToRedactedStringForLogging()
/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.cc53 std::string RawAddress::ToRedactedStringForLogging() const { in ToRedactedStringForLogging() function in RawAddress
Draw_address.h63 std::string ToRedactedStringForLogging() const;
/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h89 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function
90 return address.ToRedactedStringForLogging(); in ToRedactedStringForLogging()
/packages/modules/Bluetooth/system/gd/common/interfaces/
DILoggable.h40 virtual std::string ToRedactedStringForLogging() const = 0;
/packages/modules/Bluetooth/system/gd/os/logging/
Dlog_adapter.h32 return loggable.ToRedactedStringForLogging(); in ToLoggableStr()
/packages/modules/Bluetooth/system/types/test/
Draw_address_unittest.cc209 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc130 p_clcb->bda.ToRedactedStringForLogging().c_str()); in GetRobustCachingSupport()
311 p_clcb->p_srcb->server_bda.ToRedactedStringForLogging().c_str()); in bta_gattc_explore_srvc_finished()
Dbta_gattc_act.cc548 p_clcb->bda.ToRedactedStringForLogging().c_str(), in bta_gattc_conn()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc98 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging() function in ConnectAddressWithType
100 ss << address_.ToRedactedStringForLogging() << "[" in ToRedactedStringForLogging()