Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h307 class TotalNumberOfItems { class in OHOS::Bluetooth::AvrcpCtResponse
309 TotalNumberOfItems(uint16_t uidCounter, uint32_t numOfItems) in TotalNumberOfItems() function in OHOS::Bluetooth::AvrcpCtResponse::TotalNumberOfItems
312 ~TotalNumberOfItems() in ~TotalNumberOfItems()
318 TotalNumberOfItems() = delete;
399 // The unique pointer to the <b>AvrcpCtResponse::TotalNumberOfItems</b> class.
400 std::unique_ptr<TotalNumberOfItems> totalItems_ {nullptr};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp728 resp.totalItems_ = std::make_unique<AvrcpCtResponse::TotalNumberOfItems>(uidCounter, numOfItems); in OnGetTotalNumberOfItems()

Completed in 5 milliseconds