Searched refs:GetBytes (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_mp_server.cpp | 67 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 D | obex_mp_client.cpp | 264 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetContinueData() 302 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetSuccessData()
|
H A D | obex_utils.cpp | 135 auto bytes = hi.GetBytes(); in ObexHeaderItemDebug() 175 ObexUtils::ToDebugString(hi.GetBytes().get(), hi.GetHeaderDataSize(), true).c_str()); in ObexHeaderItemDebug()
|
H A D | obex_headers.h | 239 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 D | obex_headers.cpp | 844 &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