Home
last modified time | relevance | path

Searched refs:GetLen (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp162 index, pm->GetTagId(), pm->GetLen()); in ObexHeaderItemDebug()
164 ObexUtils::ToDebugString(pm->GetVal(), pm->GetLen(), false).c_str()); in ObexHeaderItemDebug()
H A Dobex_headers.cpp903 uint8_t TlvTriplet::GetLen() const in GetLen() function in OHOS::bluetooth::TlvTriplet
1163 dataSize += param->GetLen() + TAG_PREFIX_LEN; in ObexOptionalTlvHeader()
1226 *(buf.get() + p) = param->GetLen(); in GetBytes()
1228 (void)memcpy_s(buf.get() + p, dataSize_ - p, param->GetVal(), param->GetLen()); in GetBytes()
1230 ObexUtils::DataReverse(buf.get() + p, param->GetLen(), param->GetUnitLen()); in GetBytes()
1232 p += param->GetLen(); in GetBytes()
H A Dobex_headers.h81 uint8_t GetLen() const;

Completed in 6 milliseconds