Home
last modified time | relevance | path

Searched defs:ToLogString (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/api/units/
H A Ddata_size.h52 inline std::string ToLogString(DataSize value) { in ToLogString() function
H A Dfrequency.h88 inline std::string ToLogString(Frequency value) { function
H A Dtimestamp.h125 inline std::string ToLogString(Timestamp value) { function
H A Dtime_delta.h96 inline std::string ToLogString(TimeDelta value) { function
H A Ddata_rate.h141 inline std::string ToLogString(DataRate value) { in ToLogString() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dle_device.cc41 std::string LeDevice::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::LeDevice
Dclassic_device.cc34 std::string ClassicDevice::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::ClassicDevice
Ddevice.cc118 std::string Device::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::Device
/aosp_15_r20/external/webrtc/rtc_base/
H A Dlogging_unittest.cc371 std::string ToLogString(TestStruct foo) { in ToLogString() function