Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp450 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalByteHeader>(headerId, byte); in AppendByte()
765 // ObexOptionalByteHeader
766 const ObexOptionalByteHeader *ObexHeader::GetItemSessionSeqNum() const in GetItemSessionSeqNum()
768 return GetItem<ObexOptionalByteHeader *>(ObexHeader::SESSION_SEQUENCE_NUMBER); in GetItemSessionSeqNum()
771 const ObexOptionalByteHeader *ObexHeader::GetItemActionId() const in GetItemActionId()
773 return GetItem<ObexOptionalByteHeader *>(ObexHeader::ACTION_ID); in GetItemActionId()
799 auto headerItem = GetItem<ObexOptionalByteHeader *>(ObexHeader::SRM); in GetItemSrm()
808 auto headerItem = GetItem<ObexOptionalByteHeader *>(ObexHeader::SRMP); in GetItemSrmp()
1091 // ObexOptionalByteHeader
1092 ObexOptionalByteHeader function in OHOS::bluetooth::ObexOptionalByteHeader
[all...]
H A Dobex_headers.h263 class ObexOptionalByteHeader : public ObexOptionalBytesHeader { class in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType
265 ObexOptionalByteHeader(const uint8_t headerId, const uint8_t byte);
266 ~ObexOptionalByteHeader() override = default;
499 // ObexOptionalByteHeader
500 const ObexOptionalByteHeader *GetItemSessionSeqNum() const;
501 const ObexOptionalByteHeader *GetItemActionId() const;
H A Dobex_utils.cpp144 OBEX_LOG_INFO("BYTE:0x%02X", static_cast<const ObexOptionalByteHeader *>(&hi)->GetByte()); in ObexHeaderItemDebug()

Completed in 5 milliseconds