Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.h35 class ObexSession { class
66 explicit ObexSession(const RawAddress &remoteAddr);
67 virtual ~ObexSession() = default;
214 class ObexClientSession : public ObexSession {
353 class ObexServerSession : public ObexSession {
H A Dobex_session.cpp26 : ObexSession(transport.GetRemoteAddress()), in ObexServerSession()
658 ObexSession::ObexSession(const RawAddress &remoteAddr) : remoteAddr_(remoteAddr) in ObexSession() function in OHOS::bluetooth::ObexSession
661 ObexClientSession::ObexClientSession(const RawAddress &remoteAddr) : ObexSession(remoteAddr) in ObexClientSession()

Completed in 4 milliseconds