Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp323 // ObexClientReceivedObject
324 ObexClientReceivedObject::ObexClientReceivedObject( in ObexClientReceivedObject() function in OHOS::bluetooth::ObexClientReceivedObject
349 ObexHeader &ObexClientReceivedObject::GetFirstReqHeader() const in GetFirstReqHeader()
355 const ObexHeader *ObexClientReceivedObject::GetFirstRespHeader() const in GetFirstRespHeader()
363 void ObexClientReceivedObject::CacheResp(const ObexHeader &resp) in CacheResp()
374 std::unique_ptr<ObexHeader> ObexClientReceivedObject::GetContinueReqHeader() in GetContinueReqHeader()
393 std::shared_ptr<ObexBodyObject> &ObexClientReceivedObject::GetBodyWriter() in GetBodyWriter()
398 void ObexClientReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody()
402 OBEX_LOG_DEBUG("ObexClientReceivedObject in AppendBody()
[all...]
H A Dobex_session.h181 class ObexClientReceivedObject { class
183 ObexClientReceivedObject(
185 virtual ~ObexClientReceivedObject() = default;
255 std::unique_ptr<ObexClientReceivedObject> &GetReceivedObject() in GetReceivedObject()
259 std::unique_ptr<ObexClientReceivedObject> &CreateReceivedObject( in CreateReceivedObject()
262 receivedObject_ = std::make_unique<ObexClientReceivedObject>(req, writer, supportSrm, srmpCount); in CreateReceivedObject()
287 std::unique_ptr<ObexClientReceivedObject> receivedObject_ = nullptr;

Completed in 3 milliseconds