Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h96 * @brief ObexTlvParamters
97 * ObexTlvParamters
99 class ObexTlvParamters { class in OHOS::bluetooth::ObexActionType
101 ObexTlvParamters() = default;
102 virtual ~ObexTlvParamters() = default;
114 class ObexDigestChallenge : public ObexTlvParamters {
135 class ObexDigestResponse : public ObexTlvParamters {
155 class ObexSessionParameters : public ObexTlvParamters {
307 ObexOptionalTlvHeader(const uint8_t headerId, const ObexTlvParamters &tlvParamters);
314 const std::unique_ptr<ObexTlvParamters>
[all...]
H A Dobex_headers.cpp472 void ObexHeader::AppendTlvTriplets(const uint8_t headerId, ObexTlvParamters &tlvParamters) in AppendTlvTriplets()
538 void ObexHeader::AppendItemAppParams(ObexTlvParamters &params) in AppendItemAppParams()
1157 ObexOptionalTlvHeader::ObexOptionalTlvHeader(const uint8_t headerId, const ObexTlvParamters &tlvParamters) in ObexOptionalTlvHeader()
1161 auto newTlvParamters = std::make_unique<ObexTlvParamters>(); in ObexOptionalTlvHeader()
1173 auto newTlvParamters = std::make_unique<ObexTlvParamters>(); in ObexOptionalTlvHeader()
1186 const std::unique_ptr<ObexTlvParamters> &ObexOptionalTlvHeader::GetTlvParamters() const in GetTlvParamters()
1242 // ObexTlvParamters
1243 const std::vector<std::unique_ptr<TlvTriplet>> &ObexTlvParamters::GetTlvTriplets() const in GetTlvTriplets()
1248 const TlvTriplet *ObexTlvParamters::GetTlvtriplet(const uint8_t tagId) const in GetTlvtriplet()
1260 void ObexTlvParamters
[all...]
H A Dobex_client.h55 ObexTlvParamters *appParams_ = nullptr; // Application Parameters

Completed in 4 milliseconds