Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp193 if (header.GetFieldConstants() != nullptr) { in ObexHeaderDebug()
194 OBEX_LOG_INFO("Constants:0x%02X", header.GetFieldConstants()[0]); in ObexHeaderDebug()
H A Dobex_headers.cpp256 if (header.GetFieldConstants() != nullptr) { in ObexHeader()
258 *constants_ = *header.GetFieldConstants(); in ObexHeader()
360 const uint8_t *ObexHeader::GetFieldConstants() const in GetFieldConstants() function in OHOS::bluetooth::ObexHeader
H A Dobex_headers.h419 const uint8_t *GetFieldConstants() const;

Completed in 5 milliseconds