Searched refs:isSupportSrm_ (Results 1 – 8 of 8) sorted by relevance
33 option.isSupportSrm_ = false; // rfcomm not support srm mode in ObexMpServer()42 option.isSupportSrm_ = config.isSupportSrm_; in ObexMpServer()77 if (isSupportSrm_ && req.GetItemSrm()) { in HandlePutRequest()
35 option.isSupportSrm_ = false; // rfcomm not support srm mode in ObexServer()44 option.isSupportSrm_ = config.isSupportSrm_; in ObexServer()181 obexServer_.isSupportSrm_, in OnTransportConnected()316 isSupportSrm_ = config.isSupportSrm_; in ObexPrivateServer()
41 bool isSupportSrm_ = false; // Is Support Single Request Mode member75 bool isSupportSrm_ = false; // Is Support Single Request Mode member115 bool isSupportSrm_ = false; // Is Support Single Request Mode variable
50 auto sendReq = sendObject->GetNextReqHeader(isSupportSrm_); in Put()80 auto &recvObj = clientSession_->CreateReceivedObject(req, writer, isSupportSrm_, srmpCount); in Get()135 if (isSupportSrm_ && !sendObject->IsSrmSending()) { in HandlePutData()
49 bool isSupportSrm_ = false; // Using Single Response Mode member314 bool isSupportSrm_ = false; variable
28 isSupportSrm_(isSupportSrm), in ObexServerSession()88 if (isSupportSrm_ && req.GetItemSrm()) { in SendGetResponse()93 …ject_ = std::make_unique<ObexServerSendObject>(req, resp, reader, maxPacketLength_, isSupportSrm_); in SendGetResponse()167 if (!isSupportSrm_) { in SendSrmResponse()
392 return isSupportSrm_; in IsSupportSrmMode()400 bool isSupportSrm_ = false; variable
236 isSupportSrm_ = config.isSupportSrm_; // srm mode in ObexClient()