/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 numOfItems,
|
/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,
|
/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(
|
/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
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 168 void OnGetTotalNumberOfItems( 171 impl_->OnGetTotalNumberOfItems(rawAddr, uidCounter, numOfItems, result, detail); 569 void OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function 578 observer->OnGetTotalNumberOfItems(rawAddr, in OnGetTotalNumberOfItems()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 118 virtual void OnGetTotalNumberOfItems(
|
/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()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 288 void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, 295 impl_->OnGetTotalNumberOfItems(device, 719 void OnGetTotalNumberOfItems( in OnGetTotalNumberOfItems() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 424 stub->OnGetTotalNumberOfItems(RawAddress(addr), uidCounter, numOfItems, result, detail); in OnGetTotalNumberOfItemsInner()
|
/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 572 HILOGE("[OnGetTotalNumberOfItems] fail: write interface token failed."); in OnGetTotalNumberOfItems() 577 HILOGE("[OnGetTotalNumberOfItems] fail: write result failed"); in OnGetTotalNumberOfItems() 582 HILOGE("[OnGetTotalNumberOfItems] fail: write result failed"); in OnGetTotalNumberOfItems() 587 HILOGE("[OnGetTotalNumberOfItems] fail: write result failed"); in OnGetTotalNumberOfItems() 592 HILOGE("[OnGetTotalNumberOfItems] fail: write result failed"); in OnGetTotalNumberOfItems() 597 HILOGE("[OnGetTotalNumberOfItems] fail: write result failed"); in OnGetTotalNumberOfItems() 606 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetTotalNumberOfItems done fail, error: %{public}d", error); in OnGetTotalNumberOfItems()
|