/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_tg.h | 46 virtual void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_tg.h | 250 void NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_tg_server.h | 51 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_tg_proxy.h | 46 void NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 401 void AvrcpTarget::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::AvrcpTarget 412 proxy->NotifyAddressedPlayerChanged(static_cast<int32_t>(playerId), static_cast<int32_t>(uidCounter)); in NotifyAddressedPlayerChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 431 void BluetoothAvrcpTgServer::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 440 pimpl->service_->NotifyAddressedPlayerChanged(static_cast<uint32_t>(playerId), static_cast<uint32_t>(uidCounter)); in NotifyAddressedPlayerChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 580 virtual void NotifyAddressedPlayerChanged(
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 338 * @tc.name: NotifyAddressedPlayerChanged 347 profile_->NotifyAddressedPlayerChanged(0 ,0); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 436 void BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged(int32_t playerId, int32_t uidCounter) in NotifyAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy 438 HILOGI("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged start"); in NotifyAddressedPlayerChanged() 441 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged WriteInterfaceToken error"); in NotifyAddressedPlayerChanged() 445 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged playStatus error"); in NotifyAddressedPlayerChanged() 449 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged playbackPos error"); in NotifyAddressedPlayerChanged() 458 HILOGE("BluetoothAvrcpTgProxy::NotifyAddressedPlayerChanged done fail, error: %{public}d", error); in NotifyAddressedPlayerChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 323 NotifyAddressedPlayerChanged(playerId, uidCounter); in NotifyAddressedPlayerChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 921 void NotifyAddressedPlayerChanged(
|
H A D | avrcp_tg_service.cpp | 2459 void AvrcpTgService::NotifyAddressedPlayerChanged(uint16_t playerId, uint16_t uidCounter, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|