Searched refs:ObexClientReceivedObject (Results 1 – 2 of 2) sorted by relevance
324 ObexClientReceivedObject::ObexClientReceivedObject( in ObexClientReceivedObject() function in OHOS::bluetooth::ObexClientReceivedObject349 ObexHeader &ObexClientReceivedObject::GetFirstReqHeader() const in GetFirstReqHeader()363 void ObexClientReceivedObject::CacheResp(const ObexHeader &resp) in CacheResp()405 bool ObexClientReceivedObject::IsDone() const in IsDone()410 void ObexClientReceivedObject::SetDone(bool done) in SetDone()415 void ObexClientReceivedObject::SetSrmEnable(bool srmEnable) in SetSrmEnable()420 bool ObexClientReceivedObject::IsSrmEnable() const in IsSrmEnable()425 void ObexClientReceivedObject::SetSrmWait(bool wait) in SetSrmWait()430 bool ObexClientReceivedObject::IsSrmWait() const in IsSrmWait()435 bool ObexClientReceivedObject::IsSupportSrmMode() const in IsSupportSrmMode()[all …]
181 class ObexClientReceivedObject {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;