Home
last modified time | relevance | path

Searched refs:OnGetFolderItems (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h78 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h76 …void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMe…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h416 …virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<Av…
H A Dinterface_profile_avrcp_ct.h396 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp156 …void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem… in OnGetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
159 impl_->OnGetFolderItems(rawAddr, uidCounter, items, result, detail); in OnGetFolderItems()
531 void OnGetFolderItems( in OnGetFolderItems() function
544 observer->OnGetFolderItems(rawAddr, in OnGetFolderItems()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h284 void OnGetFolderItems(const std::string &addr, uint16_t uidCounter,
781 …void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem…
H A Davrcp_tg_service.cpp226 void AvrcpTgService::ObserverImpl::OnGetFolderItems(const std::string &addr, uint16_t uidCounter, in OnGetFolderItems() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
241 service->OnGetFolderItems(rawAddr, uidCounter, meItems, label, status); in OnGetFolderItems()
1864 void AvrcpTgService::OnGetFolderItems( in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h112 virtual void OnGetFolderItems(const std::string &addr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1293 void OnGetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint16_t uidCounter,
H A Davrcp_ct_service.cpp47 std::bind(&AvrcpCtService::OnGetFolderItems, this, _1, _2, _3, _4, _5, _6, _7), in AvrcpCtService()
1733 void AvrcpCtService::OnGetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint16_t uidCounter, in OnGetFolderItems() function in OHOS::bluetooth::AvrcpCtService
1743 myObserver_->OnGetFolderItems(rawAddr, uidCounter, meItems, result, detail); in OnGetFolderItems()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp256 …void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMe… in OnGetFolderItems() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
272 impl_->OnGetFolderItems( in OnGetFolderItems()
674 void OnGetFolderItems(const BluetoothRemoteDevice &device, uint16_t uidCounter, in OnGetFolderItems() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp651 stub->OnGetFolderItems(RawAddress(addr), uidCounter, items, result, detail); in OnGetFolderItemsInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp1101 void BluetoothAvrcpCtObserverProxy::OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, in OnGetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy