Home
last modified time | relevance | path

Searched refs:OnGetTotalNumberOfItems (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h58 virtual void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h55 void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h456 virtual void OnGetTotalNumberOfItems(
H A Dinterface_profile_avrcp_ct.h440 virtual void OnGetTotalNumberOfItems(
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h318 void OnGetTotalNumberOfItems(
817 void OnGetTotalNumberOfItems(
H A Davrcp_tg_service.cpp256 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 Dbluetooth_avrcp_ct_server.cpp168 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 Dmedia_service.h118 virtual void OnGetTotalNumberOfItems(
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1353 void OnGetTotalNumberOfItems(
H A Davrcp_ct_service.cpp49 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 Dbluetooth_avrcp_ct.cpp288 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 Dbluetooth_avrcp_ct_observer_stub.cpp424 stub->OnGetTotalNumberOfItems(RawAddress(addr), uidCounter, numOfItems, result, detail); in OnGetTotalNumberOfItemsInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp567 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()

Completed in 24 milliseconds