Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp157 auto &tlvParamters = static_cast<const ObexOptionalTlvHeader *>(&hi)->GetTlvParamters(); in ObexHeaderItemDebug() local
158 if (tlvParamters != nullptr) { in ObexHeaderItemDebug()
H A Dobex_headers.cpp472 void ObexHeader::AppendTlvTriplets(const uint8_t headerId, ObexTlvParamters &tlvParamters) in AppendTlvTriplets() argument
474 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalTlvHeader>(headerId, tlvParamters); in AppendTlvTriplets()
1157 ObexOptionalTlvHeader::ObexOptionalTlvHeader(const uint8_t headerId, const ObexTlvParamters &tlvParamters) in ObexOptionalTlvHeader() argument
1162 for (auto &param : tlvParamters.GetTlvTriplets()) { in ObexOptionalTlvHeader()
H A Dobex_headers.h307 ObexOptionalTlvHeader(const uint8_t headerId, const ObexTlvParamters &tlvParamters);
538 void AppendTlvTriplets(const uint8_t headerId, ObexTlvParamters &tlvParamters);

Completed in 5 milliseconds