Home
last modified time | relevance | path

Searched refs:bodyLen (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp398 void ObexClientReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() argument
400 bodyWriter_->Write(body, bodyLen); in AppendBody()
401 receivedSize_ += bodyLen; in AppendBody()
402 OBEX_LOG_DEBUG("ObexClientReceivedObject:ReceivedSize + %{public}d = %zu", bodyLen, receivedSize_); in AppendBody()
460 void ObexServerReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() argument
462 writer_->Write(body, bodyLen); in AppendBody()
463 receivedSize_ += bodyLen; in AppendBody()
464 OBEX_LOG_DEBUG("ObexServerReceivedObject:ReceivedSize + %{public}d = %zu", bodyLen, receivedSize_); in AppendBody()
H A Dobex_session.h191 void AppendBody(const uint8_t *body, const uint16_t bodyLen);
298 void AppendBody(const uint8_t *body, const uint16_t bodyLen);

Completed in 2 milliseconds