Home
last modified time | relevance | path

Searched refs:GetBytes (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp67 session.GetReceivedObject()->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in HandlePutRequest()
112 session.GetReceivedObject()->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in HandlePutFinalRequest()
122 writer->Write(body->GetBytes().get(), body->GetHeaderDataSize()); in HandlePutFinalRequest()
H A Dobex_mp_client.cpp264 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetContinueData()
302 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetSuccessData()
H A Dobex_utils.cpp135 auto bytes = hi.GetBytes(); in ObexHeaderItemDebug()
175 ObexUtils::ToDebugString(hi.GetBytes().get(), hi.GetHeaderDataSize(), true).c_str()); in ObexHeaderItemDebug()
H A Dobex_headers.h239 virtual std::unique_ptr<uint8_t[]> GetBytes() const = 0;
253 std::unique_ptr<uint8_t[]> GetBytes() const override;
309 std::unique_ptr<uint8_t[]> GetBytes() const override;
H A Dobex_headers.cpp844 &packetBuf[pos], packetLength_ - pos, headerItem->GetBytes().get(), headerItem->GetHeaderDataSize()); in Build()
992 std::unique_ptr<uint8_t[]> ObexOptionalBytesHeader::GetBytes() const in GetBytes() function in OHOS::bluetooth::ObexOptionalBytesHeader
1214 std::unique_ptr<uint8_t[]> ObexOptionalTlvHeader::GetBytes() const in GetBytes() function in OHOS::bluetooth::ObexOptionalTlvHeader

Completed in 6 milliseconds