Home
last modified time | relevance | path

Searched refs:AppendBody (Results 1 - 4 of 4) 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()
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_session.h191 void AppendBody(const uint8_t *body, const uint16_t bodyLen);
298 void AppendBody(const uint8_t *body, const uint16_t bodyLen);
H A Dobex_session.cpp398 void ObexClientReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() function in OHOS::bluetooth::ObexClientReceivedObject
460 void ObexServerReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() function in OHOS::bluetooth::ObexServerReceivedObject

Completed in 3 milliseconds