Home
last modified time | relevance | path

Searched refs:ObexClientSendObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp205 ObexClientSendObject::ObexClientSendObject( in ObexClientSendObject() function in OHOS::bluetooth::ObexClientSendObject
234 std::unique_ptr<ObexHeader> ObexClientSendObject::GetNextReqHeader(bool useSrm) in GetNextReqHeader()
278 bool ObexClientSendObject::IsDone() const in IsDone()
283 void ObexClientSendObject::SetSrmEnable(bool srmEnable) in SetSrmEnable()
288 bool ObexClientSendObject::IsSrmEnable() const in IsSrmEnable()
293 void ObexClientSendObject::SetSrmWait(bool wait) in SetSrmWait()
298 bool ObexClientSendObject::IsSrmWait() const in IsSrmWait()
303 void ObexClientSendObject::SetSrmSending() in SetSrmSending()
308 bool ObexClientSendObject::IsSrmSending() const in IsSrmSending()
313 void ObexClientSendObject::SetBusy(bool isBusy) in SetBusy()
[all …]
H A Dobex_session.h153 class ObexClientSendObject {
155ObexClientSendObject(const ObexHeader &firstReq, std::shared_ptr<ObexBodyObject> bodyReader, uint1…
156 virtual ~ObexClientSendObject() = default;
270 std::unique_ptr<ObexClientSendObject> &GetSendObject() in GetSendObject()
274 std::unique_ptr<ObexClientSendObject> &CreateSendObject( in CreateSendObject()
277 sendObject_ = std::make_unique<ObexClientSendObject>(req, bodyReader, mtu); in CreateSendObject()
286 std::unique_ptr<ObexClientSendObject> sendObject_ = nullptr;