Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h78 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter,
/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<BluetoothAvrcpMeItem> &items,
/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<AvrcMeItem> &items,
H A Dinterface_profile_avrcp_ct.h396 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter,
/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> &items,
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
/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> &items,
159 impl_->OnGetFolderItems(rawAddr, uidCounter, items, result, detail);
531 void OnGetFolderItems( in OnGetFolderItems() function
544 observer->OnGetFolderItems(rawAddr, in OnGetFolderItems()
/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,
/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()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp253 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, std::vector<BluetoothAvrcpMeItem> &items,
269 impl_->OnGetFolderItems(
671 void OnGetFolderItems(const BluetoothRemoteDevice &device, uint16_t uidCounter, in OnGetFolderItems() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp648 stub->OnGetFolderItems(RawAddress(addr), uidCounter, items, result, detail); in OnGetFolderItemsInner()
/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
1106 HILOGE("[OnGetFolderItems] fail: write interface token failed."); in OnGetFolderItems()
1111 HILOGE("[OnGetFolderItems] fail: write result failed"); in OnGetFolderItems()
1116 HILOGE("[OnGetFolderItems] fail: write result failed"); in OnGetFolderItems()
1121 HILOGE("[OnGetFolderItems] fail: write result failed"); in OnGetFolderItems()
1126 HILOGE("[OnGetFolderItems] fail: write AvrcMeItem result failed"); in OnGetFolderItems()
1132 HILOGE("[OnGetFolderItems] fail: write result failed"); in OnGetFolderItems()
1137 HILOGE("[OnGetFolderItems] fail: write result failed"); in OnGetFolderItems()
1146 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetFolderItems done fail, error: %{public}d", error); in OnGetFolderItems()

Completed in 24 milliseconds