Home
last modified time | relevance | path

Searched refs:AppendUnicode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp229 AppendUnicode(headerId, str); in ParseUnicodeText()
231 AppendUnicode(headerId, u""); in ParseUnicodeText()
442 void ObexHeader::AppendUnicode(const uint8_t headerId, const std::u16string &text) in AppendUnicode() function in OHOS::bluetooth::ObexHeader
611 AppendUnicode(ObexHeader::NAME, name); in AppendItemName()
616 AppendUnicode(ObexHeader::DESCRIPTION, description); in AppendItemDescription()
621 AppendUnicode(ObexHeader::DEST_NAME, destName); in AppendItemDestName()
H A Dobex_headers.h533 void AppendUnicode(const uint8_t headerId, const std::u16string &text);