Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp124 req.RemoveItem(ObexHeader::END_OF_BODY); in HandlePutFinalRequest()
H A Dobex_mp_client.cpp41 if (req.HasHeader(ObexHeader::BODY) || req.HasHeader(ObexHeader::END_OF_BODY)) { in Put()
H A Dobex_session.cpp79 if (resp.HasHeader(ObexHeader::BODY) || resp.HasHeader(ObexHeader::END_OF_BODY)) { in SendGetResponse()
H A Dobex_headers.cpp62 {0x49, "END_OF_BODY"},
524 AppendBytes(ObexHeader::END_OF_BODY, endBody, length); in AppendItemEndBody()
683 return Get(ObexHeader::END_OF_BODY); in GetItemEndBody()
H A Dobex_headers.h348 static const uint8_t END_OF_BODY = 0x49; member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType::ObexHeader

Completed in 6 milliseconds