Home
last modified time | relevance | path

Searched defs:ToStringForLogging (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Daddress_with_type.h117 std::string ToStringForLogging() const override { in ToStringForLogging() function
Daddress.cc63 std::string Address::ToStringForLogging() const { return _ToMaskedColonSepHexString(0); } in ToStringForLogging() function in bluetooth::hci::Address
/aosp_15_r20/packages/modules/Bluetooth/system/types/
Draw_address.cc54 std::string RawAddress::ToStringForLogging() const { return ToColonSepHexString(); } in ToStringForLogging() function in RawAddress
Dble_address_with_type.h111 std::string ToStringForLogging() const { in ToStringForLogging() function
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Daddress.cc61 std::string Address::ToStringForLogging() const { return _ToMaskedColonSepHexString(0); } in ToStringForLogging() function in bluetooth::hci::Address
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h84 std::string ToStringForLogging() const override { return address.ToStringForLogging(); } in ToStringForLogging() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h124 std::string ToStringForLogging() const { in ToStringForLogging() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h124 std::string ToStringForLogging() const { in ToStringForLogging() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h124 std::string ToStringForLogging() const { in ToStringForLogging() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h124 std::string ToStringForLogging() const { in ToStringForLogging() function
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc93 std::string ToStringForLogging() const override { return ToString(); } in ToStringForLogging() function in ConnectAddressWithType