Home
last modified time | relevance | path

Searched refs:TotalNumberOfItems (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h307 class TotalNumberOfItems {
309 TotalNumberOfItems(uint16_t uidCounter, uint32_t numOfItems) in TotalNumberOfItems() function
312 ~TotalNumberOfItems() in ~TotalNumberOfItems()
318 TotalNumberOfItems() = delete;
400 std::unique_ptr<TotalNumberOfItems> totalItems_ {nullptr};
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp731 … resp.totalItems_ = std::make_unique<AvrcpCtResponse::TotalNumberOfItems>(uidCounter, numOfItems); in OnGetTotalNumberOfItems()