Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp145 AppendWord(headerId, ObexUtils::GetBufData32(buf, pos)); in ParseOptionalHeaders()
460 void ObexHeader::AppendWord(const uint8_t headerId, const uint32_t word) in AppendWord() function in OHOS::bluetooth::ObexHeader
584 AppendWord(ObexHeader::CONNECTION_ID, connectionId); in AppendItemConnectionId()
590 AppendWord(ObexHeader::COUNT, count); in AppendItemCount()
595 AppendWord(ObexHeader::LENGTH, length); in AppendItemLength()
600 AppendWord(ObexHeader::TIME_4BYTE_VERSION, time); in AppendItemTime4byte()
605 AppendWord(ObexHeader::PERMISSIONS, permissions); in AppendItemPermissions()
H A Dobex_headers.h536 void AppendWord(const uint8_t headerId, const uint32_t word);

Completed in 5 milliseconds