Home
last modified time | relevance | path

Searched refs:GetVal (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp913 const uint8_t *TlvTriplet::GetVal() const in GetVal() function in OHOS::bluetooth::TlvTriplet
922 return *(reinterpret_cast<const uint16_t *>(GetVal())); in GetUint16()
924 return ObexUtils::GetBufData16(GetVal()); in GetUint16()
933 return *(reinterpret_cast<const uint32_t *>(GetVal())); in GetUint32()
935 return ObexUtils::GetBufData32(GetVal()); in GetUint32()
944 return *(reinterpret_cast<const uint64_t *>(GetVal())); in GetUint64()
946 return ObexUtils::GetBufData64(GetVal()); in GetUint64()
1228 (void)memcpy_s(buf.get() + p, dataSize_ - p, param->GetVal(), param->GetLen()); in GetBytes()
H A Dobex_utils.cpp164 ObexUtils::ToDebugString(pm->GetVal(), pm->GetLen(), false).c_str()); in ObexHeaderItemDebug()
H A Dobex_headers.h83 const uint8_t *GetVal() const;
H A Dobex_client.cpp262 if (!CheckBeforeSession(tlv->GetVal()[0])) { in SendRequest()

Completed in 6 milliseconds