/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 58 …virtual void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numO…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 55 … void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 456 virtual void OnGetTotalNumberOfItems(
|
H A D | interface_profile_avrcp_ct.h | 440 virtual void OnGetTotalNumberOfItems(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 168 void OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 171 impl_->OnGetTotalNumberOfItems(rawAddr, uidCounter, numOfItems, result, detail); in OnGetTotalNumberOfItems() 569 void OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function 578 observer->OnGetTotalNumberOfItems(rawAddr, in OnGetTotalNumberOfItems()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 318 void OnGetTotalNumberOfItems( 817 void OnGetTotalNumberOfItems(
|
H A D | avrcp_tg_service.cpp | 256 void AvrcpTgService::ObserverImpl::OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 265 service->OnGetTotalNumberOfItems(rawAddr, uidCounter, numOfItems, label, status); in OnGetTotalNumberOfItems() 1961 void AvrcpTgService::OnGetTotalNumberOfItems( in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 118 virtual void OnGetTotalNumberOfItems(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1353 void OnGetTotalNumberOfItems(
|
H A D | avrcp_ct_service.cpp | 49 std::bind(&AvrcpCtService::OnGetTotalNumberOfItems, this, _1, _2, _3, _4, _5), in AvrcpCtService() 1861 void AvrcpCtService::OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function in OHOS::bluetooth::AvrcpCtService 1868 myObserver_->OnGetTotalNumberOfItems(rawAddr, uidCounter, numOfItems, result, detail); in OnGetTotalNumberOfItems()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 291 … void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnGetTotalNumberOfItems() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 298 impl_->OnGetTotalNumberOfItems(device, in OnGetTotalNumberOfItems() 722 void OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 427 stub->OnGetTotalNumberOfItems(RawAddress(addr), uidCounter, numOfItems, result, detail); in OnGetTotalNumberOfItemsInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 567 void BluetoothAvrcpCtObserverProxy::OnGetTotalNumberOfItems(const RawAddress &rawAddr, in OnGetTotalNumberOfItems() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|