Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h286 class ItemAttributes { class in OHOS::Bluetooth::AvrcpCtResponse
292 explicit ItemAttributes(const std::vector<ItemAttribute> &itemAttrs) : itemAttrs_(itemAttrs) in ItemAttributes() function in OHOS::Bluetooth::AvrcpCtResponse::ItemAttributes
294 ~ItemAttributes() in ~ItemAttributes()
299 ItemAttributes() = delete;
397 ///< The unique pointer to the <b>AvrcpCtResponse::ItemAttributes</b> class.
398 std::unique_ptr<ItemAttributes> itemAttrs_ {nullptr};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp703 std::vector<AvrcpCtResponse::ItemAttributes::ItemAttribute> itemAttrs; in OnGetItemAttributes()
705 AvrcpCtResponse::ItemAttributes::ItemAttribute itemAttr; in OnGetItemAttributes()
714 resp.itemAttrs_ = std::make_unique<AvrcpCtResponse::ItemAttributes>(itemAttrs); in OnGetItemAttributes()

Completed in 4 milliseconds