Home
last modified time | relevance | path

Searched refs:GetTlvParamters (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()
160 for (auto &pm : static_cast<const ObexOptionalTlvHeader *>(&hi)->GetTlvParamters()->GetTlvTriplets()) { in ObexHeaderItemDebug()
H A Dobex_headers.cpp1186 const std::unique_ptr<ObexTlvParamters> &ObexOptionalTlvHeader::GetTlvParamters() const in GetTlvParamters() function in OHOS::bluetooth::ObexOptionalTlvHeader
1223 for (auto &param : GetTlvParamters()->GetTlvTriplets()) { in GetBytes()
1239 return std::make_unique<ObexOptionalTlvHeader>(GetHeaderId(), *GetTlvParamters().get()); in Clone()
H A Dobex_headers.h314 const std::unique_ptr<ObexTlvParamters> &GetTlvParamters() const;

Completed in 5 milliseconds