Home
last modified time | relevance | path

Searched refs:IsSrmWait (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp113 … if (sendObject_->IsSupportSrmMode() && sendObject_->IsSrmEnable() && !sendObject_->IsSrmWait()) { in SendGetResponse()
173 if (!sendObject_->IsSrmEnable() || sendObject_->IsSrmWait()) { in SendSrmResponse()
298 bool ObexClientSendObject::IsSrmWait() const in IsSrmWait() function in OHOS::bluetooth::ObexClientSendObject
430 bool ObexClientReceivedObject::IsSrmWait() const in IsSrmWait() function in OHOS::bluetooth::ObexClientReceivedObject
442 if (IsSrmEnable() && !IsSrmWait() && !srmpSended_) { in IsSendNextReq()
494 bool ObexServerReceivedObject::IsSrmWait() const in IsSrmWait() function in OHOS::bluetooth::ObexServerReceivedObject
623 bool ObexServerSendObject::IsSrmWait() const in IsSrmWait() function in OHOS::bluetooth::ObexServerSendObject
H A Dobex_mp_server.cpp86 … if (session.GetReceivedObject()->IsSrmEnable() && !session.GetReceivedObject()->IsSrmWait()) { in HandlePutRequest()
158 if (sendObject->IsSrmWait() && !req.GetItemSrmp()) { in HandleGetRequest()
164 if (sendObject->IsSrmEnable() && !sendObject->IsSrmWait()) { in HandleGetRequest()
H A Dobex_session.h162 bool IsSrmWait() const;
197 bool IsSrmWait() const;
304 bool IsSrmWait() const;
328 bool IsSrmWait() const;
H A Dobex_mp_client.cpp150 if (sendObject->IsSrmEnable() && !sendObject->IsSrmWait()) { in HandlePutData()