Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h38 virtual void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h34 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h195 …virtual void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItem…
H A Dinterface_profile_avrcp_ct.h142 …virtual void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItem…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp76 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
79 impl_->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, result, detail); in OnSetBrowsedPlayer()
348 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer() function
358 observer->OnSetBrowsedPlayer(rawAddr, in OnSetBrowsedPlayer()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h104 void OnSetBrowsedPlayer(const std::string &addr, uint16_t uidCounter, uint32_t numOfItems,
573 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems,
H A Davrcp_tg_service.cpp61 void AvrcpTgService::ObserverImpl::OnSetBrowsedPlayer(const std::string &addr, uint16_t uidCounter,… in OnSetBrowsedPlayer() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
70 service->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, label, status); in OnSetBrowsedPlayer()
1127 void AvrcpTgService::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t nu… in OnSetBrowsedPlayer() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h77 … virtual void OnSetBrowsedPlayer(const std::string &addr, uint16_t uidCounter, uint32_t numOfItems,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h901 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems,
H A Davrcp_ct_service.cpp45 std::bind(&AvrcpCtService::OnSetBrowsedPlayer, this, _1, _2, _3, _4, _5, _6), in AvrcpCtService()
831 void AvrcpCtService::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t nu… in OnSetBrowsedPlayer() function in OHOS::bluetooth::AvrcpCtService
839 … myObserver_->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, result, detail); in OnSetBrowsedPlayer()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp90 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, in OnSetBrowsedPlayer() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
98 impl_->OnSetBrowsedPlayer(device, in OnSetBrowsedPlayer()
490 …void OnSetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t uidCounter, uint32_t numOfIt… in OnSetBrowsedPlayer() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp188 …stub->OnSetBrowsedPlayer(RawAddress(addr), uidCounter, numberOfItems, folderNames, result, detail); in OnSetBrowsedPlayerInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp118 void BluetoothAvrcpCtObserverProxy::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCount… in OnSetBrowsedPlayer() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy