/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 76 virtual void OnGetMediaPlayers(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 | 74 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 395 …virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<A…
|
H A D | interface_profile_avrcp_ct.h | 373 virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 150 …void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpIte… in OnGetMediaPlayers() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 153 impl_->OnGetMediaPlayers(rawAddr, uidCounter, items, result, detail); in OnGetMediaPlayers() 510 void OnGetMediaPlayers( in OnGetMediaPlayers() function 523 observer->OnGetMediaPlayers(rawAddr, in OnGetMediaPlayers()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 266 void OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter, 762 …void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpIte…
|
H A D | avrcp_tg_service.cpp | 202 void AvrcpTgService::ObserverImpl::OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter, in OnGetMediaPlayers() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 222 service->OnGetMediaPlayers(rawAddr, uidCounter, mpItems, label, status); in OnGetMediaPlayers() 1826 void AvrcpTgService::OnGetMediaPlayers( 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 | 109 virtual void OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 230 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, in OnGetMediaPlayers() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 250 impl_->OnGetMediaPlayers( in OnGetMediaPlayers() 646 void OnGetMediaPlayers(const BluetoothRemoteDevice &device, uint16_t uidCounter, in OnGetMediaPlayers() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 627 stub->OnGetMediaPlayers(RawAddress(addr), uidCounter, items, result, detail); in OnGetMediaPlayersInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 1051 void BluetoothAvrcpCtObserverProxy::OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounte… in OnGetMediaPlayers() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 1741 myObserver_->OnGetMediaPlayers(rawAddr, uidCounter, mpItems, result, detail); in OnGetFolderItems()
|