Home
last modified time | relevance | path

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

/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/gd/common/interfaces/
DILoggable.h40 virtual std::string ToRedactedStringForLogging() const = 0;
/packages/modules/Bluetooth/system/gd/hci/
Daddress.h59 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/types/test/
Draw_address_unittest.cc209 std::string ret2 = addr.ToRedactedStringForLogging(); in TEST()