Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp228 L2capTransport *L2capTransport::GetTransport(uint16_t lcid, void *ctx) in GetTransport() function in OHOS::bluetooth::L2capTransport
299 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRecvConnectionRspCallback()
320 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRecvConfigReqCallback()
338 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRecvConfigRspCallback()
354 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRecvDisconnectionReqCallback()
373 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRecvDisconnectionRspCallback()
392 L2capTransport *transport = GetTransport(lcid, ctx); in TransportDisconnectAbnormalCallback()
411 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRecvDataCallback()
426 L2capTransport *transport = GetTransport(lcid, ctx); in TransportRemoteBusyCallback()
H A Dtransport_l2cap.h337 static L2capTransport *GetTransport(uint16_t lcid, void *ctx);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp206 …serverSession.GetTransport().GetMaxReceivePacketSize(), serverSession.GetTransport().GetMaxSendPac… in HandleDataAvailableConnect()
333 if (serverSessionsMap_.find(&session.GetTransport()) == serverSessionsMap_.end()) { in RemoveSession()
336 return serverTransport_->Disconnect(session.GetTransport()); in RemoveSession()
372 …OBEX_LOG_INFO("[%{public}s] ObexBusy=%{public}d", session.GetTransport().GetTransportKey().c_str()… in SetBusy()
H A Dobex_session.h364 ObexTransport &GetTransport() const in GetTransport() function