Searched refs:ObexClientSendObject (Results 1 – 2 of 2) sorted by relevance
205 ObexClientSendObject::ObexClientSendObject( in ObexClientSendObject() function in OHOS::bluetooth::ObexClientSendObject234 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 …]
153 class ObexClientSendObject {155 …ObexClientSendObject(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;