/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,
|
/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,
|
/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<AvrcMpItem> &items,
|
H A D | interface_profile_avrcp_ct.h | 373 virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter,
|
/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<AvrcMpItem> &items,
|
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
|
/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<AvrcMpItem> &items, 153 impl_->OnGetMediaPlayers(rawAddr, uidCounter, items, result, detail); 510 void OnGetMediaPlayers( in OnGetMediaPlayers() function 523 observer->OnGetMediaPlayers(rawAddr, in OnGetMediaPlayers()
|
/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,
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 227 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, 247 impl_->OnGetMediaPlayers( 643 void OnGetMediaPlayers(const BluetoothRemoteDevice &device, uint16_t uidCounter, in OnGetMediaPlayers() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 624 stub->OnGetMediaPlayers(RawAddress(addr), uidCounter, items, result, detail); in OnGetMediaPlayersInner()
|
/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 uidCounter, in OnGetMediaPlayers() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy 1056 HILOGE("[OnGetMediaPlayers] fail: write interface token failed."); in OnGetMediaPlayers() 1061 HILOGE("[OnGetMediaPlayers] fail: write result failed"); in OnGetMediaPlayers() 1066 HILOGE("[OnGetMediaPlayers] fail: write result failed"); in OnGetMediaPlayers() 1071 HILOGE("[OnGetMediaPlayers] fail: write result failed"); in OnGetMediaPlayers() 1076 HILOGE("[OnGetMediaPlayers] fail: write AvrcMpItem result failed"); in OnGetMediaPlayers() 1082 HILOGE("[OnGetMediaPlayers] fail: write result failed"); in OnGetMediaPlayers() 1087 HILOGE("[OnGetMediaPlayers] fail: write result failed"); in OnGetMediaPlayers() 1096 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetMediaPlayers done fail, error: %{public}d", error); in OnGetMediaPlayers()
|
/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()
|