Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h292 explicit ItemAttributes(const std::vector<ItemAttribute> &itemAttrs) : itemAttrs_(itemAttrs) in ItemAttributes() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp703 std::vector<AvrcpCtResponse::ItemAttributes::ItemAttribute> itemAttrs; in OnGetItemAttributes() local
708 itemAttrs.push_back(itemAttr); in OnGetItemAttributes()
712 observers_.ForEach([device, result, itemAttrs](std::shared_ptr<IObserver> observer) { in OnGetItemAttributes()
714 resp.itemAttrs_ = std::make_unique<AvrcpCtResponse::ItemAttributes>(itemAttrs); in OnGetItemAttributes()

Completed in 7 milliseconds