Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp878 TlvTriplet::TlvTriplet(const TlvTriplet &tlvTriplet) in TlvTriplet() argument
879 : TlvTriplet(tlvTriplet.tagId_, tlvTriplet.len_, tlvTriplet.val_.data(), tlvTriplet.unitLen_) in TlvTriplet()
1260 void ObexTlvParamters::AppendTlvtriplet(const TlvTriplet &tlvTriplet) in AppendTlvtriplet() argument
1262 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(tlvTriplet)); in AppendTlvtriplet()
H A Dobex_headers.h79 explicit TlvTriplet(const TlvTriplet &tlvTriplet);
103 void AppendTlvtriplet(const TlvTriplet &tlvTriplet);

Completed in 6 milliseconds