/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 78 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 76 …void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMe…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 416 …virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<Av…
|
H A D | interface_profile_avrcp_ct.h | 396 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 156 …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 D | avrcp_tg_service.h | 284 void OnGetFolderItems(const std::string &addr, uint16_t uidCounter, 781 …void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem…
|
H A D | avrcp_tg_service.cpp | 226 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 D | media_service.h | 112 virtual void OnGetFolderItems(const std::string &addr, uint16_t uidCounter,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1293 void OnGetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint16_t uidCounter,
|
H A D | avrcp_ct_service.cpp | 47 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 D | bluetooth_avrcp_ct.cpp | 256 …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 D | bluetooth_avrcp_ct_observer_stub.cpp | 651 stub->OnGetFolderItems(RawAddress(addr), uidCounter, items, result, detail); in OnGetFolderItemsInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 1101 void BluetoothAvrcpCtObserverProxy::OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, in OnGetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|