/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 72 virtual int32_t SetBrowsedPlayer(const RawAddress &device, int32_t playerId) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 66 int32_t SetBrowsedPlayer(const RawAddress &device, int32_t playerId) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 66 virtual int32_t SetBrowsedPlayer(const RawAddress &device, int32_t playerId) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 733 virtual int SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 177 …int SetBrowsedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t labe… in SetBrowsedPlayer() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 643 int SetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 270 int SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) override;
|
H A D | avrcp_ct_service.cpp | 783 int AvrcpCtService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId) in SetBrowsedPlayer() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 292 int ret = profile_->SetBrowsedPlayer(device, 0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1281 int32_t BluetoothAvrcpCtServer::SetBrowsedPlayer(const RawAddress &device, int32_t playerId) in SetBrowsedPlayer() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1287 result = pimpl->service_->SetBrowsedPlayer(BluetoothRawAddress(device), (uint16_t)playerId); in SetBrowsedPlayer()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 499 int32_t result = SetBrowsedPlayer(raw, playerId); in SetBrowsedPlayerInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 829 int32_t BluetoothAvrcpCtProxy::SetBrowsedPlayer(const RawAddress &device, int32_t playerId) in SetBrowsedPlayer() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 443 std::bind(&AvrcpTgService::SetBrowsedPlayer, this, _1, _2, _3, _4), in AvrcpTgService() 1114 void AvrcpTgService::SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCou… in SetBrowsedPlayer() function in OHOS::bluetooth::AvrcpTgService 1120 …int result = stub::MediaService::GetInstance()->SetBrowsedPlayer(rawAddr.GetAddress(), playerId, u… in SetBrowsedPlayer()
|
H A D | avrcp_tg_service.h | 1251 …void SetBrowsedPlayer(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, uint8_t l…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1613 int AvrcpController::SetBrowsedPlayer(const BluetoothRemoteDevice &device, uint16_t playerId) in SetBrowsedPlayer() function in OHOS::Bluetooth::AvrcpController 1626 return proxy->SetBrowsedPlayer(rawAddr, (int32_t)playerId); in SetBrowsedPlayer()
|