Searched refs:ToDebugString (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 101 std::string ObexUtils::ToDebugString(Packet &obexPacket) in ToDebugString() function in OHOS::bluetooth::ObexUtils 106 return ToDebugString(packetBuf, packetBufSize, true); in ToDebugString() 109 std::string ObexUtils::ToDebugString(const uint8_t *v, const size_t &s, bool wrap) in ToDebugString() function in OHOS::bluetooth::ObexUtils 137 …OBEX_LOG_INFO("BYTES:%{public}s", ToDebugString(bytes.get(), hi.GetHeaderDataSize(), false).c_str(… in ObexHeaderItemDebug() 164 ObexUtils::ToDebugString(pm->GetVal(), pm->GetLen(), false).c_str()); in ObexHeaderItemDebug() 175 ObexUtils::ToDebugString(hi.GetBytes().get(), hi.GetHeaderDataSize(), true).c_str()); in ObexHeaderItemDebug() 209 …"ALL HEX:\n%{public}s", ObexUtils::ToDebugString(obexPacket->GetBuffer(), obexPacket->GetSize(), t… in ObexHeaderDebug()
|
H A D | obex_utils.h | 38 static std::string ToDebugString(Packet &obexPacket); 39 static std::string ToDebugString(const uint8_t *v, const size_t &s, bool wrap = false);
|
H A D | obex_socket_transport.cpp | 51 …lic}s] Obex Transport Write: %{public}s", tranKey_.c_str(), ObexUtils::ToDebugString(pkt).c_str()); in Write() 142 …lic}s] Obex Transport Write: %{public}s", tranKey_.c_str(), ObexUtils::ToDebugString(pkt).c_str()); in Write() 296 HILOGI("Obex Transport Read: %{public}s", ObexUtils::ToDebugString(*packetForRead).c_str()); in ProcessOnDataAvailable() 651 mainTran_.tranKey_.c_str(), ObexUtils::ToDebugString(*packetForRead).c_str()); in ProcessOnDataAvailable()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_symbol.h | 139 std::string ToDebugString() const in ToDebugString() function
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | memory_test.cpp | 511 GTEST_LOG_(INFO) << sym.ToDebugString();
|