Home
last modified time | relevance | path

Searched refs:recvObj (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp80 auto &recvObj = clientSession_->CreateReceivedObject(req, writer, isSupportSrm_, srmpCount); in Get() local
81 const auto &sendReq = recvObj->GetFirstReqHeader(); in Get()
233 const auto &recvObj = clientSession_->GetReceivedObject(); in GetDataAvailable() local
235 if (recvObj != nullptr && resp.GetFieldCode() == static_cast<uint8_t>(ObexRspCode::CONTINUE)) { in GetDataAvailable()
236 OBEX_LOG_DEBUG("GetDataAvailable: recvObj != null, Received CONTINUE Response!"); in GetDataAvailable()
240 if (recvObj != nullptr && resp.GetFieldCode() == static_cast<uint8_t>(ObexRspCode::SUCCESS)) { in GetDataAvailable()
241 OBEX_LOG_DEBUG("GetDataAvailable: recvObj != null, Received SUCCESS Response!"); in GetDataAvailable()
245 if (recvObj != nullptr) { in GetDataAvailable()
246 OBEX_LOG_DEBUG("GetDataAvailable: recvObj != null, Received Error Response! 0x%02X", resp.GetFieldCode()); in GetDataAvailable()
259 auto &recvObj in ProcessGetContinueData() local
298 auto &recvObj = clientSession_->GetReceivedObject(); ProcessGetSuccessData() local
[all...]

Completed in 1 milliseconds