Searched refs:ToLogString (Results 1 – 13 of 13) sorted by relevance
41 std::string LeDevice::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::LeDevice
34 std::string ClassicDevice::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::ClassicDevice
64 std::string ToLogString() const;
66 std::string ToLogString() const;
118 std::string Device::ToLogString() const { return section_; } in ToLogString() function in bluetooth::storage::Device
182 std::string ToLogString() const;
52 inline std::string ToLogString(DataSize value) { in ToLogString() function
141 inline std::string ToLogString(DataRate value) { in ToLogString() function
218 template <typename T, decltype(ToLogString(std::declval<T>()))* = nullptr>220 return {ToLogString(x)}; in MakeVal()
335 decltype(ToLogString(std::declval<T>())),340 return {ToLogString(x)};
371 std::string ToLogString(TestStruct foo) { in ToLogString() function
596 << ToLogString(timestamp) in IsConsistent()597 << ". Saved: " << ToLogString(last_timestamp_); in IsConsistent()
162 return opt.has_value() ? ToLogString(*opt) : "<unset>"; in OptionalDelayToLogString()